Skip to content

Commit 1c5b2ff

Browse files
authored
Update Gemfile
1 parent 0785a04 commit 1c5b2ff

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Gemfile

+2-4
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ source "https://rubygems.org"
88
#
99
# This will help ensure the proper Jekyll version is running.
1010
# Happy Jekylling!
11-
gem "jekyll", "~> 3.8.5"
11+
#gem "jekyll", "~> 3.8.5"
1212

1313
# This is the default theme for new Jekyll sites. You may change this to anything you like.
1414
gem "minima", "~> 2.0"
1515

1616
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
1717
# uncomment the line below. To upgrade, run `bundle update github-pages`.
18-
# gem "github-pages", group: :jekyll_plugins
18+
gem "github-pages", group: :jekyll_plugins
1919

2020
# If you have any plugins, put them here!
2121
group :jekyll_plugins do
@@ -27,5 +27,3 @@ gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
2727

2828
# Performance-booster for watching directories on Windows
2929
gem "wdm", "~> 0.1.0" if Gem.win_platform?
30-
31-
gem 'github-pages', group: :jekyll_plugins

0 commit comments

Comments
 (0)