Skip to content

Commit c4cc203

Browse files
committed
bundle update
1 parent 9401250 commit c4cc203

File tree

1 file changed

+24
-18
lines changed

1 file changed

+24
-18
lines changed

Gemfile.lock

Lines changed: 24 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.1)
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.25)
88
forwardable-extended (2.6.0)
99
jekyll (3.4.3)
1010
addressable (~> 2.4)
@@ -17,33 +17,39 @@ GEM
1717
pathutil (~> 0.9)
1818
rouge (~> 1.7)
1919
safe_yaml (~> 1.0)
20-
jekyll-feed (0.9.2)
20+
jekyll-feed (0.11.0)
2121
jekyll (~> 3.3)
22-
jekyll-redirect-from (0.12.1)
22+
jekyll-redirect-from (0.14.0)
2323
jekyll (~> 3.3)
24-
jekyll-sass-converter (1.5.0)
24+
jekyll-sass-converter (1.5.2)
2525
sass (~> 3.4)
26-
jekyll-seo-tag (2.2.2)
26+
jekyll-seo-tag (2.5.0)
2727
jekyll (~> 3.3)
28-
jekyll-sitemap (1.1.1)
28+
jekyll-sitemap (1.2.0)
2929
jekyll (~> 3.3)
30-
jekyll-watch (1.5.0)
31-
listen (~> 3.0, < 3.1)
32-
kramdown (1.13.2)
30+
jekyll-watch (1.5.1)
31+
listen (~> 3.0)
32+
kramdown (1.17.0)
3333
liquid (3.0.6)
34-
listen (3.0.8)
34+
listen (3.1.5)
3535
rb-fsevent (~> 0.9, >= 0.9.4)
3636
rb-inotify (~> 0.9, >= 0.9.7)
37+
ruby_dep (~> 1.2)
3738
mercenary (0.3.6)
38-
pathutil (0.14.0)
39+
pathutil (0.16.1)
3940
forwardable-extended (~> 2.6)
40-
public_suffix (2.0.5)
41-
rb-fsevent (0.9.8)
42-
rb-inotify (0.9.8)
43-
ffi (>= 0.5.0)
41+
public_suffix (3.0.3)
42+
rb-fsevent (0.10.3)
43+
rb-inotify (0.9.10)
44+
ffi (>= 0.5.0, < 2)
4445
rouge (1.11.1)
46+
ruby_dep (1.5.0)
4547
safe_yaml (1.0.4)
46-
sass (3.4.23)
48+
sass (3.6.0)
49+
sass-listen (~> 4.0.0)
50+
sass-listen (4.0.0)
51+
rb-fsevent (~> 0.9, >= 0.9.4)
52+
rb-inotify (~> 0.9, >= 0.9.7)
4753

4854
PLATFORMS
4955
ruby

0 commit comments

Comments
 (0)