diff --git a/Gemfile b/Gemfile index 8d69492b..227a4330 100644 --- a/Gemfile +++ b/Gemfile @@ -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 \ No newline at end of file +end