Skip to content

Commit

Permalink
Update Jekyll to Ruby 3.3 compatible version
Browse files Browse the repository at this point in the history
  • Loading branch information
parlough committed Dec 27, 2023
1 parent fabe07e commit 9a7857c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source "https://rubygems.org"

gem 'activesupport', '~> 7.1.2'
gem 'jekyll', '4.3.2'
gem 'jekyll', '4.3.3'
gem 'jekyll-sass-converter', '~> 3.0.0'
gem 'kramdown-parser-gfm'
gem 'liquid-tag-parser', '~> 2.0.2'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ GEM
http_parser.rb (0.8.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
jekyll (4.3.2)
jekyll (4.3.3)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
Expand Down Expand Up @@ -106,7 +106,7 @@ PLATFORMS

DEPENDENCIES
activesupport (~> 7.1.2)
jekyll (= 4.3.2)
jekyll (= 4.3.3)
jekyll-sass-converter (~> 3.0.0)
jekyll-toc (~> 0.18.0)
kramdown-parser-gfm
Expand Down

0 comments on commit 9a7857c

Please sign in to comment.