We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa09a2c commit 7e2bf1aCopy full SHA for 7e2bf1a
docs/Gemfile
@@ -1,13 +1,13 @@
1
source "https://rubygems.org"
2
3
group :jekyll_plugins do
4
- gem "github-pages", "~> 209"
+ gem "github-pages", "~> 232"
5
end
6
7
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
8
# and associated library.
9
platforms :mingw, :x64_mingw, :mswin, :jruby do
10
- gem "tzinfo", "~> 1.2"
+ gem "tzinfo", "~> 2.0"
11
gem "tzinfo-data"
12
13
0 commit comments