Skip to content

Commit

Permalink
pin some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBin committed Nov 13, 2023
1 parent f2e2307 commit d2c0d1f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ source "https://rubygems.org"
ruby RUBY_VERSION

gem "i18n"
gem "logger", "~> 1.5.0"
gem "jekyll", "~> 4.2.1"

group :jekyll_plugins do
gem "jekyll-rdf"
gem "jekyll-rdf", "4.0.4"
gem "jekyll-include-cache"
end

0 comments on commit d2c0d1f

Please sign in to comment.