Skip to content

Commit 5ea2b07

Browse files
committed
repair4
1 parent 202319f commit 5ea2b07

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

Gemfile

+2-9
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ source "https://rubygems.org"
88
# This will help ensure the proper Jekyll version is running.
99
# Happy Jekylling!
1010

11-
gem "jekyll", "~> 4.4.1"
11+
#gem "jekyll", "~> 4.4.1"
1212
# This is the default theme for new Jekyll sites. You may change this to anything you like.
1313
gem "minima", "~> 2.5"
1414
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
1515
# uncomment the line below. To upgrade, run `bundle update github-pages`.
16-
# gem "github-pages", group: :jekyll_plugins
16+
gem "github-pages", group: :jekyll_plugins
1717
# If you have any plugins, put them here!
1818
group :jekyll_plugins do
1919
gem "jekyll-feed", "~> 0.17"
@@ -29,13 +29,6 @@ platforms :mingw, :x64_mingw, :mswin, :jruby do
2929
gem "tzinfo-data"
3030
end
3131

32-
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
33-
# and associated library.
34-
platforms :mingw, :x64_mingw, :mswin, :jruby do
35-
gem "tzinfo", ">= 1", "< 3"
36-
gem "tzinfo-data"
37-
end
38-
3932
# Performance-booster for watching directories on Windows
4033
gem "wdm", "~> 0.1", :platforms => [:mingw, :x64_mingw, :mswin]
4134

0 commit comments

Comments
 (0)