Skip to content

Commit 0d2dcf6

Browse files
authored
Update Gemfile
1 parent 7f067db commit 0d2dcf6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Gemfile

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,25 @@ source "https://rubygems.org"
77
#
88
# This will help ensure the proper Jekyll version is running.
99
# Happy Jekylling!
10-
gem "ffi", 1.17.0
10+
gem "ffi", "1.16.3"
1111
gem "jekyll", "4.2.0"
12-
gem "jekyll-sass-converter", "~> 2.0"
12+
gem "jekyll-sass-converter", "2.0"
1313
gem "jekyll-redirect-from"
1414
gem "kramdown"
1515
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
1616
# uncomment the line below. To upgrade, run `bundle update github-pages`.
1717
# gem "github-pages", group: :jekyll_plugins
1818
# If you have any plugins, put them here!
1919
group :jekyll_plugins do
20-
gem "jekyll-feed", "~> 0.12"
20+
gem "jekyll-feed", "0.12"
2121
end
2222

2323
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
2424
# and associated library.
2525
platforms :mingw, :x64_mingw, :mswin, :jruby do
26-
gem "tzinfo", "~> 1.2"
26+
gem "tzinfo", "1.2"
2727
gem "tzinfo-data"
2828
end
2929

3030
# Performance-booster for watching directories on Windows
31-
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
31+
gem "wdm", "0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]

0 commit comments

Comments
 (0)