Skip to content

Commit

Permalink
Bump jekyll from 4.3.3 to 4.3.4
Browse files Browse the repository at this point in the history
Bumps [jekyll](https://github.com/jekyll/jekyll) from 4.3.3 to 4.3.4.
- [Release notes](https://github.com/jekyll/jekyll/releases)
- [Changelog](https://github.com/jekyll/jekyll/blob/master/History.markdown)
- [Commits](jekyll/jekyll@v4.3.3...v4.3.4)

---
updated-dependencies:
- dependency-name: jekyll
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and torrocus committed Nov 2, 2024
1 parent 2acae78 commit ed18cd9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source 'https://rubygems.org'

gem 'html-proofer'
gem 'jekyll', '~> 4.3.3'
gem 'jekyll', '~> 4.3.4'
gem 'jekyll-include-cache'
# gem 'jekyll-polyglot'
gem 'jekyll-pwa-workbox'
Expand Down
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ GEM
remote: https://rubygems.org/
specs:
Ascii85 (1.1.1)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
afm (0.2.2)
async (2.17.0)
console (~> 1.26)
Expand Down Expand Up @@ -45,10 +45,10 @@ GEM
yell (~> 2.0)
zeitwerk (~> 2.5)
http_parser.rb (0.8.0)
i18n (1.14.5)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
io-event (1.6.5)
jekyll (4.3.3)
jekyll (4.3.4)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
Expand Down Expand Up @@ -122,14 +122,14 @@ GEM
hashery (~> 2.0)
ruby-rc4
ttfunk
public_suffix (5.0.5)
public_suffix (6.0.1)
racc (1.7.3)
rainbow (3.1.1)
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rexml (3.3.9)
rouge (4.2.1)
rouge (4.4.0)
ruby-rc4 (0.1.5)
rubyzip (2.3.2)
safe_yaml (1.0.5)
Expand All @@ -144,7 +144,7 @@ GEM
bigdecimal (~> 3.1)
typhoeus (1.4.0)
ethon (>= 0.9.0)
unicode-display_width (2.5.0)
unicode-display_width (2.6.0)
uri (0.13.1)
webrick (1.8.2)
yell (2.2.2)
Expand All @@ -156,7 +156,7 @@ PLATFORMS

DEPENDENCIES
html-proofer
jekyll (~> 4.3.3)
jekyll (~> 4.3.4)
jekyll-include-cache
jekyll-pwa-workbox
jekyll-redirect-from
Expand Down

0 comments on commit ed18cd9

Please sign in to comment.