Skip to content

Commit 1a8e1e3

Browse files
nanoHeapnanoHeap
authored andcommitted
Revision: Edit Gemfile
1 parent 725b155 commit 1a8e1e3

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

Gemfile

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,22 @@ source "https://rubygems.org"
77
#
88
# This will help ensure the proper Jekyll version is running.
99
# Happy Jekylling!
10-
gem "jekyll", "~> 4.3.2"
11-
# This is the default theme for new Jekyll sites. You may change this to anything you like.
10+
gem "jekyll", "~> 4.4.1"
1211
gem "minimal-mistakes-jekyll"
1312
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
1413
# uncomment the line below. To upgrade, run `bundle update github-pages`.
1514
# gem "github-pages", group: :jekyll_plugins
1615
# If you have any plugins, put them here!
1716
group :jekyll_plugins do
18-
gem "jekyll-feed", "~> 0.12"
17+
gem "jekyll-feed", "~> 0.17.0"
1918
end
2019

2120
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
2221
# and associated library.
23-
platforms :mingw, :x64_mingw, :mswin, :jruby do
24-
gem "tzinfo", ">= 1", "< 3"
22+
install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do
23+
gem "tzinfo", "~> 1.2"
2524
gem "tzinfo-data"
2625
end
2726

2827
# Performance-booster for watching directories on Windows
29-
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
30-
31-
# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
32-
# do not have a Java counterpart.
33-
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
28+
gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform?

0 commit comments

Comments
 (0)