@@ -7,25 +7,25 @@ source "https://rubygems.org"
7
7
#
8
8
# This will help ensure the proper Jekyll version is running.
9
9
# Happy Jekylling!
10
- gem "ffi" , 1.17 . 0
10
+ gem "ffi" , "1.16.3"
11
11
gem "jekyll" , "4.2.0"
12
- gem "jekyll-sass-converter" , "~> 2.0"
12
+ gem "jekyll-sass-converter" , "2.0"
13
13
gem "jekyll-redirect-from"
14
14
gem "kramdown"
15
15
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
16
16
# uncomment the line below. To upgrade, run `bundle update github-pages`.
17
17
# gem "github-pages", group: :jekyll_plugins
18
18
# If you have any plugins, put them here!
19
19
group :jekyll_plugins do
20
- gem "jekyll-feed" , "~> 0.12"
20
+ gem "jekyll-feed" , "0.12"
21
21
end
22
22
23
23
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
24
24
# and associated library.
25
25
platforms :mingw , :x64_mingw , :mswin , :jruby do
26
- gem "tzinfo" , "~> 1.2"
26
+ gem "tzinfo" , "1.2"
27
27
gem "tzinfo-data"
28
28
end
29
29
30
30
# 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