Skip to content

Commit 01b2a71

Browse files
committed
update bundles
1 parent 20bdccb commit 01b2a71

File tree

1 file changed

+27
-20
lines changed

1 file changed

+27
-20
lines changed

Gemfile.lock

Lines changed: 27 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.5.0)
4+
addressable (2.5.1)
55
public_suffix (~> 2.0, >= 2.0.2)
66
colorator (1.1.0)
77
crass (1.0.2)
88
ffi (1.9.18)
99
forwardable-extended (2.6.0)
10-
jekyll (3.4.3)
10+
jekyll (3.5.1)
1111
addressable (~> 2.4)
1212
colorator (~> 1.0)
1313
jekyll-sass-converter (~> 1.0)
1414
jekyll-watch (~> 1.1)
1515
kramdown (~> 1.3)
16-
liquid (~> 3.0)
16+
liquid (~> 4.0)
1717
mercenary (~> 0.3.3)
1818
pathutil (~> 0.9)
1919
rouge (~> 1.7)
@@ -22,50 +22,57 @@ GEM
2222
sass (~> 3.4)
2323
jekyll-watch (1.5.0)
2424
listen (~> 3.0, < 3.1)
25+
json (2.1.0)
2526
kgio (2.11.0)
26-
kramdown (1.13.2)
27+
kramdown (1.14.0)
2728
lanyon (0.4.0)
2829
jekyll (>= 2.0, < 4.0)
2930
rack (>= 1.6, < 3.0)
30-
liquid (3.0.6)
31+
liquid (4.0.0)
3132
listen (3.0.8)
3233
rb-fsevent (~> 0.9, >= 0.9.4)
3334
rb-inotify (~> 0.9, >= 0.9.7)
3435
mercenary (0.3.6)
35-
mini_portile2 (2.1.0)
36-
multipart_body (0.2.1)
37-
nokogiri (1.7.1)
38-
mini_portile2 (~> 2.1.0)
36+
mini_portile2 (2.2.0)
37+
nokogiri (1.8.0)
38+
mini_portile2 (~> 2.2.0)
3939
paint (1.0.1)
4040
pathutil (0.14.0)
4141
forwardable-extended (~> 2.6)
4242
public_suffix (2.0.5)
43-
rack (2.0.1)
44-
rack-protection (1.5.3)
43+
rack (2.0.3)
44+
rack-protection (2.0.0)
4545
rack
4646
rack-rewrite (1.5.1)
4747
rack-ssl (1.4.1)
4848
rack
4949
raindrops (0.18.0)
5050
rake (12.0.0)
51-
rb-fsevent (0.9.8)
52-
rb-inotify (0.9.8)
53-
ffi (>= 0.5.0)
51+
rb-fsevent (0.10.2)
52+
rb-inotify (0.9.10)
53+
ffi (>= 0.5.0, < 2)
5454
rouge (1.11.1)
5555
safe_yaml (1.0.4)
56-
sass (3.4.23)
57-
slop (4.4.1)
56+
sass (3.5.1)
57+
sass-listen (~> 4.0.0)
58+
sass-listen (4.0.0)
59+
rb-fsevent (~> 0.9, >= 0.9.4)
60+
rb-inotify (~> 0.9, >= 0.9.7)
61+
slop (4.5.0)
5862
spidr (0.6.0)
5963
nokogiri (~> 1.3)
60-
unicorn (5.2.0)
64+
unicorn (5.3.0)
6165
kgio (~> 2.6)
6266
raindrops (~> 0.7)
63-
validate-website (1.6.0)
67+
validate-website (1.7.0)
6468
crass (~> 1)
65-
multipart_body (~> 0.2)
6669
paint (~> 1)
6770
slop (~> 4.2)
6871
spidr (~> 0.6)
72+
w3c_validators (~> 1.3)
73+
w3c_validators (1.3.3)
74+
json (>= 1.8)
75+
nokogiri (~> 1.6)
6976

7077
PLATFORMS
7178
ruby
@@ -86,4 +93,4 @@ RUBY VERSION
8693
ruby 2.4.1p111
8794

8895
BUNDLED WITH
89-
1.14.6
96+
1.15.3

0 commit comments

Comments
 (0)