Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c85c60c

Browse files
authored
Merge pull request square#60 from square/bundle-update
bundle update
2 parents 6931c7f + 863aec7 commit c85c60c

File tree

1 file changed

+49
-53
lines changed

1 file changed

+49
-53
lines changed

Gemfile.lock

Lines changed: 49 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -1,85 +1,81 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (5.2.4.3)
5-
concurrent-ruby (~> 1.0, >= 1.0.2)
6-
i18n (>= 0.7, < 2)
7-
minitest (~> 5.1)
8-
tzinfo (~> 1.1)
9-
addressable (2.6.0)
10-
public_suffix (>= 2.0.2, < 4.0)
4+
addressable (2.7.0)
5+
public_suffix (>= 2.0.2, < 5.0)
116
colorator (1.1.0)
12-
colorize (0.8.1)
13-
concurrent-ruby (1.1.6)
14-
em-websocket (0.5.1)
7+
concurrent-ruby (1.1.7)
8+
em-websocket (0.5.2)
159
eventmachine (>= 0.12.9)
1610
http_parser.rb (~> 0.6.0)
1711
ethon (0.12.0)
1812
ffi (>= 1.3.0)
1913
eventmachine (1.2.7)
20-
ffi (1.10.0)
14+
ffi (1.13.1)
2115
forwardable-extended (2.6.0)
22-
html-proofer (3.10.2)
23-
activesupport (>= 4.2, < 6.0)
16+
html-proofer (3.16.0)
2417
addressable (~> 2.3)
25-
colorize (~> 0.8)
26-
mercenary (~> 0.3.2)
27-
nokogiri (~> 1.9)
18+
mercenary (~> 0.3)
19+
nokogumbo (~> 2.0)
2820
parallel (~> 1.3)
21+
rainbow (~> 3.0)
2922
typhoeus (~> 1.3)
3023
yell (~> 2.0)
3124
http_parser.rb (0.6.0)
32-
i18n (0.9.5)
25+
i18n (1.8.5)
3326
concurrent-ruby (~> 1.0)
34-
jekyll (3.8.5)
27+
jekyll (4.1.1)
3528
addressable (~> 2.4)
3629
colorator (~> 1.0)
3730
em-websocket (~> 0.5)
38-
i18n (~> 0.7)
39-
jekyll-sass-converter (~> 1.0)
31+
i18n (~> 1.0)
32+
jekyll-sass-converter (~> 2.0)
4033
jekyll-watch (~> 2.0)
41-
kramdown (~> 1.14)
34+
kramdown (~> 2.1)
35+
kramdown-parser-gfm (~> 1.0)
4236
liquid (~> 4.0)
43-
mercenary (~> 0.3.3)
37+
mercenary (~> 0.4.0)
4438
pathutil (~> 0.9)
45-
rouge (>= 1.7, < 4)
39+
rouge (~> 3.0)
4640
safe_yaml (~> 1.0)
47-
jekyll-sass-converter (1.5.2)
48-
sass (~> 3.4)
49-
jekyll-watch (2.1.2)
41+
terminal-table (~> 1.8)
42+
jekyll-sass-converter (2.1.0)
43+
sassc (> 2.0.1, < 3.0)
44+
jekyll-watch (2.2.1)
5045
listen (~> 3.0)
51-
kramdown (1.17.0)
52-
liquid (4.0.1)
53-
listen (3.1.5)
54-
rb-fsevent (~> 0.9, >= 0.9.4)
55-
rb-inotify (~> 0.9, >= 0.9.7)
56-
ruby_dep (~> 1.2)
57-
mercenary (0.3.6)
46+
kramdown (2.3.0)
47+
rexml
48+
kramdown-parser-gfm (1.1.0)
49+
kramdown (~> 2.0)
50+
liquid (4.0.3)
51+
listen (3.2.1)
52+
rb-fsevent (~> 0.10, >= 0.10.3)
53+
rb-inotify (~> 0.9, >= 0.9.10)
54+
mercenary (0.4.0)
5855
mini_portile2 (2.4.0)
59-
minitest (5.14.1)
60-
nokogiri (1.10.8)
56+
nokogiri (1.10.10)
6157
mini_portile2 (~> 2.4.0)
62-
parallel (1.13.0)
58+
nokogumbo (2.0.2)
59+
nokogiri (~> 1.8, >= 1.8.4)
60+
parallel (1.19.2)
6361
pathutil (0.16.2)
6462
forwardable-extended (~> 2.6)
65-
public_suffix (3.0.3)
66-
rb-fsevent (0.10.3)
67-
rb-inotify (0.10.0)
63+
public_suffix (4.0.6)
64+
rainbow (3.0.0)
65+
rb-fsevent (0.10.4)
66+
rb-inotify (0.10.1)
6867
ffi (~> 1.0)
69-
rouge (3.3.0)
70-
ruby_dep (1.5.0)
71-
safe_yaml (1.0.4)
72-
sass (3.7.3)
73-
sass-listen (~> 4.0.0)
74-
sass-listen (4.0.0)
75-
rb-fsevent (~> 0.9, >= 0.9.4)
76-
rb-inotify (~> 0.9, >= 0.9.7)
77-
thread_safe (0.3.6)
78-
typhoeus (1.3.1)
68+
rexml (3.2.4)
69+
rouge (3.23.0)
70+
safe_yaml (1.0.5)
71+
sassc (2.4.0)
72+
ffi (~> 1.9)
73+
terminal-table (1.8.0)
74+
unicode-display_width (~> 1.1, >= 1.1.1)
75+
typhoeus (1.4.0)
7976
ethon (>= 0.9.0)
80-
tzinfo (1.2.7)
81-
thread_safe (~> 0.1)
82-
yell (2.0.7)
77+
unicode-display_width (1.7.0)
78+
yell (2.2.2)
8379

8480
PLATFORMS
8581
ruby
@@ -89,4 +85,4 @@ DEPENDENCIES
8985
jekyll
9086

9187
BUNDLED WITH
92-
1.17.2
88+
1.17.3

0 commit comments

Comments
 (0)