Skip to content

Commit 2631f0e

Browse files
authored
Update Gemfile
1 parent f430bfc commit 2631f0e

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

Gemfile

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,14 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
77
# Synchronize with https://pages.github.com/versions
88
ruby '>=2.7.1'
99

10-
gem 'github-pages', group: :jekyll_plugins
10+
gem 'faraday', '0.17.3'
11+
12+
group :jekyll_plugins do
13+
gem 'github-pages', '206'
14+
gem 'jekyll-get-json', "~> 1.0.0"
15+
gem 'jekyll', '3.8.7'
16+
end
1117

1218
if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('3.0.0')
1319
gem 'webrick', '>= 1.6.1'
14-
end
20+
end

0 commit comments

Comments
 (0)