Skip to content

Commit

Permalink
Bump jekyll from 3.9.2 to 3.9.5
Browse files Browse the repository at this point in the history
Bumps [jekyll](https://github.com/jekyll/jekyll) from 3.9.2 to 3.9.5.
- [Release notes](https://github.com/jekyll/jekyll/releases)
- [Changelog](https://github.com/jekyll/jekyll/blob/v3.9.5/History.markdown)
- [Commits](jekyll/jekyll@v3.9.2...v3.9.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 4, 2024
1 parent e066167 commit fdf2339
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gem 'jekyll-multiple-languages-plugin',
github: 'perlun/jekyll-multiple-languages-plugin',
ref: '1c149891788aa5f50cb9c469f93fa15c61a14419'
gem 'jekyll-paginate', '~> 1.1'
gem 'jekyll', '~> 3.8'
gem 'jekyll', '~> 3.9'
gem 'jemoji', '~> 0.13'
gem 'redcarpet', '~> 3.6'
gem 'pygments.rb', '~> 1.1'
Expand Down
22 changes: 11 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,28 +15,28 @@ GEM
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2, >= 2.2.2)
addressable (2.8.1)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
colorator (1.1.0)
concurrent-ruby (1.2.2)
concurrent-ruby (1.2.3)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
eventmachine (1.2.7)
ffi (1.15.5)
ffi (1.16.3)
forwardable-extended (2.6.0)
gemoji (4.0.1)
html-pipeline (2.14.3)
activesupport (>= 2)
nokogiri (>= 1.4)
http_parser.rb (0.8.0)
i18n (0.9.5)
i18n (1.14.4)
concurrent-ruby (~> 1.0)
jekyll (3.9.2)
jekyll (3.9.5)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
i18n (~> 0.7)
i18n (>= 0.7, < 2)
jekyll-sass-converter (~> 1.0)
jekyll-watch (~> 2.0)
kramdown (>= 1.17, < 3)
Expand All @@ -56,8 +56,8 @@ GEM
jekyll (>= 3.0, < 5.0)
kramdown (2.4.0)
rexml
liquid (4.0.3)
listen (3.7.1)
liquid (4.0.4)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.3.6)
Expand All @@ -71,15 +71,15 @@ GEM
racc (~> 1.4)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (5.0.0)
public_suffix (5.0.5)
pygments.rb (1.2.1)
multi_json (>= 1.0.0)
racc (1.7.3)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
redcarpet (3.6.0)
rexml (3.2.5)
rexml (3.2.6)
rouge (3.30.0)
safe_yaml (1.0.5)
sass (3.7.4)
Expand All @@ -97,7 +97,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
jekyll (~> 3.8)
jekyll (~> 3.9)
jekyll-multiple-languages-plugin!
jekyll-paginate (~> 1.1)
jemoji (~> 0.13)
Expand Down

0 comments on commit fdf2339

Please sign in to comment.