Skip to content

Commit 1dda359

Browse files
committed
fix: match gemfile.lock from master
1 parent bef8bf1 commit 1dda359

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

Gemfile.lock

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ GEM
1919
chef-utils (18.0.185)
2020
concurrent-ruby
2121
colorator (1.1.0)
22-
concurrent-ruby (1.2.0)
22+
concurrent-ruby (1.1.10)
2323
em-websocket (0.5.3)
2424
eventmachine (>= 0.12.9)
2525
http_parser.rb (~> 0)
@@ -62,21 +62,22 @@ GEM
6262
image_optim (~> 0.19)
6363
image_size (3.2.0)
6464
in_threads (1.6.0)
65-
jekyll (4.2.2)
65+
jekyll (4.3.1)
6666
addressable (~> 2.4)
6767
colorator (~> 1.0)
6868
em-websocket (~> 0.5)
6969
i18n (~> 1.0)
70-
jekyll-sass-converter (~> 2.0)
70+
jekyll-sass-converter (>= 2.0, < 4.0)
7171
jekyll-watch (~> 2.0)
72-
kramdown (~> 2.3)
72+
kramdown (~> 2.3, >= 2.3.1)
7373
kramdown-parser-gfm (~> 1.0)
7474
liquid (~> 4.0)
75-
mercenary (~> 0.4.0)
75+
mercenary (>= 0.3.6, < 0.5)
7676
pathutil (~> 0.9)
77-
rouge (~> 3.0)
77+
rouge (>= 3.0, < 5.0)
7878
safe_yaml (~> 1.0)
79-
terminal-table (~> 2.0)
79+
terminal-table (>= 1.8, < 4.0)
80+
webrick (~> 1.7)
8081
jekyll-algolia (1.7.1)
8182
algolia_html_extractor (~> 2.6)
8283
algoliasearch (~> 1.26)
@@ -107,8 +108,8 @@ GEM
107108
kramdown (~> 2.0)
108109
launchy (2.5.0)
109110
addressable (~> 2.7)
110-
liquid (4.0.4)
111-
listen (3.8.0)
111+
liquid (4.0.3)
112+
listen (3.7.1)
112113
rb-fsevent (~> 0.10, >= 0.10.3)
113114
rb-inotify (~> 0.9, >= 0.9.10)
114115
mdl (0.12.0)
@@ -148,23 +149,24 @@ GEM
148149
rb-inotify (0.10.1)
149150
ffi (~> 1.0)
150151
rexml (3.2.5)
151-
rouge (3.30.0)
152+
rouge (4.0.0)
152153
ruby2_keywords (0.0.5)
153154
safe_yaml (1.0.5)
154155
sassc (2.4.0)
155156
ffi (~> 1.9)
156157
sawyer (0.9.2)
157158
addressable (>= 2.3.5)
158159
faraday (>= 0.17.3, < 3)
159-
terminal-table (2.0.0)
160-
unicode-display_width (~> 1.1, >= 1.1.1)
160+
terminal-table (3.0.2)
161+
unicode-display_width (>= 1.1.1, < 3)
161162
thor (1.2.1)
162163
tomlrb (2.0.3)
163164
typhoeus (1.4.0)
164165
ethon (>= 0.9.0)
165-
unicode-display_width (1.8.0)
166+
unicode-display_width (2.3.0)
166167
verbal_expressions (0.1.5)
167168
wdm (0.1.1)
169+
webrick (1.7.0)
168170
whatsup_github (0.5.0)
169171
netrc (~> 0.11)
170172
octokit (~> 6.0)

0 commit comments

Comments
 (0)