Skip to content

Commit 3722269

Browse files
committed
Gemfile
1 parent 4382708 commit 3722269

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Gemfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ source "https://rubygems.org"
1111
#..gem "jekyll", "~> 3.7.3"
1212

1313
# This is the default theme for new Jekyll sites. You may change this to anything you like.
14-
gem "minima", "~> 2.0"
14+
# 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`.
@@ -23,8 +23,8 @@ group :jekyll_plugins do
2323
end
2424

2525
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
26-
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
26+
# gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
2727

2828
# Performance-booster for watching directories on Windows
29-
gem "wdm", "~> 0.1.0" if Gem.win_platform?
29+
# gem "wdm", "~> 0.1.0" if Gem.win_platform?
3030

0 commit comments

Comments
 (0)