Skip to content

Commit

Permalink
Update Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyhodges authored Feb 23, 2024
1 parent f430bfc commit 2631f0e
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
Expand Up @@ -7,8 +7,14 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
# Synchronize with https://pages.github.com/versions
ruby '>=2.7.1'

gem 'github-pages', group: :jekyll_plugins
gem 'faraday', '0.17.3'

group :jekyll_plugins do
gem 'github-pages', '206'
gem 'jekyll-get-json', "~> 1.0.0"
gem 'jekyll', '3.8.7'
end

if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('3.0.0')
gem 'webrick', '>= 1.6.1'
end
end

0 comments on commit 2631f0e

Please sign in to comment.