Skip to content

Commit

Permalink
Update Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
csdwren committed Mar 12, 2021
1 parent bf34828 commit ff09d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ require 'open-uri'
versions = JSON.parse(open('https://pages.github.com/versions.json').read)

gem 'github-pages', versions['github-pages']
gem "nokogiri", ">= 1.10.8"
gem "nokogiri", ">= 1.11.0"
gem 'wdm', '>= 0.1.0' if Gem.win_platform?
gem 'activesupport', '>= 6.0.3.1'
gem "kramdown", ">= 2.3.0"

0 comments on commit ff09d83

Please sign in to comment.