Skip to content

Commit df4502a

Browse files
committed
update gems
1 parent 817e1b5 commit df4502a

File tree

1 file changed

+23
-18
lines changed

1 file changed

+23
-18
lines changed

Gemfile.lock

Lines changed: 23 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.5.0)
5-
public_suffix (~> 2.0, >= 2.0.2)
4+
addressable (2.5.2)
5+
public_suffix (>= 2.0.2, < 4.0)
66
colorator (1.1.0)
7-
ffi (1.9.18)
7+
ffi (1.9.23)
88
forwardable-extended (2.6.0)
99
jekyll (3.4.2)
1010
addressable (~> 2.4)
@@ -17,29 +17,34 @@ GEM
1717
pathutil (~> 0.9)
1818
rouge (~> 1.7)
1919
safe_yaml (~> 1.0)
20-
jekyll-feed (0.9.1)
20+
jekyll-feed (0.9.3)
2121
jekyll (~> 3.3)
22-
jekyll-sass-converter (1.5.0)
22+
jekyll-sass-converter (1.5.2)
2323
sass (~> 3.4)
24-
jekyll-watch (1.5.0)
25-
listen (~> 3.0, < 3.1)
26-
kramdown (1.13.2)
24+
jekyll-watch (1.5.1)
25+
listen (~> 3.0)
26+
kramdown (1.16.2)
2727
liquid (3.0.6)
28-
listen (3.0.8)
28+
listen (3.1.5)
2929
rb-fsevent (~> 0.9, >= 0.9.4)
3030
rb-inotify (~> 0.9, >= 0.9.7)
31+
ruby_dep (~> 1.2)
3132
mercenary (0.3.6)
32-
minima (2.1.0)
33+
minima (2.1.1)
3334
jekyll (~> 3.3)
34-
pathutil (0.14.0)
35+
pathutil (0.16.1)
3536
forwardable-extended (~> 2.6)
36-
public_suffix (2.0.5)
37-
rb-fsevent (0.9.8)
38-
rb-inotify (0.9.8)
39-
ffi (>= 0.5.0)
37+
public_suffix (3.0.2)
38+
rb-fsevent (0.10.3)
39+
rb-inotify (0.9.10)
40+
ffi (>= 0.5.0, < 2)
4041
rouge (1.11.1)
42+
ruby_dep (1.5.0)
4143
safe_yaml (1.0.4)
42-
sass (3.4.23)
44+
sass (3.5.6)
45+
sass-listen (>= 4.0.0)
46+
sass-listen (4.0.0)
47+
rb-inotify (>= 0.9.7, >= 0.9)
4348

4449
PLATFORMS
4550
ruby
@@ -51,7 +56,7 @@ DEPENDENCIES
5156
tzinfo-data
5257

5358
RUBY VERSION
54-
ruby 2.4.0p0
59+
ruby 2.5.1p57
5560

5661
BUNDLED WITH
57-
1.14.6
62+
1.16.1

0 commit comments

Comments
 (0)