Skip to content

Commit

Permalink
change gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
doerners committed Oct 2, 2022
1 parent c3798a1 commit 633b791
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
source 'https://rubygems.org'
gem 'github-pages', group: :jekyll_plugins
gem "webrick", "~> 1.7"

gem 'jekyll', '~> 4.2', '>= 4.2.2'
gem 'jekyll-sass-converter', '~> 2.2'
gem 'jekyll-redirect-from', '~> 0.16.0'

group :jekyll_plugins do
gem "webrick", "~> 1.7"
end

0 comments on commit 633b791

Please sign in to comment.