Skip to content

Commit 6a086d5

Browse files
committed
Merge remote-tracking branch 'origin/develop' into #134-link-stack
2 parents f2bd84d + a3d367f commit 6a086d5

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

Gemfile.lock

+11-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (6.0.4.1)
4+
activesupport (6.0.4.4)
55
concurrent-ruby (~> 1.0, >= 1.0.2)
66
i18n (>= 0.7, < 2)
77
minitest (~> 5.1)
@@ -20,9 +20,9 @@ GEM
2020
concurrent-ruby (1.1.9)
2121
dnsruby (1.61.7)
2222
simpleidn (~> 0.1)
23-
em-websocket (0.5.2)
23+
em-websocket (0.5.3)
2424
eventmachine (>= 0.12.9)
25-
http_parser.rb (~> 0.6.0)
25+
http_parser.rb (~> 0)
2626
ethon (0.15.0)
2727
ffi (>= 1.15.0)
2828
eventmachine (1.2.7)
@@ -49,7 +49,7 @@ GEM
4949
ffi (1.15.4)
5050
forwardable-extended (2.6.0)
5151
gemoji (3.0.1)
52-
github-pages (221)
52+
github-pages (223)
5353
github-pages-health-check (= 1.17.9)
5454
jekyll (= 3.9.0)
5555
jekyll-avatar (= 0.7.0)
@@ -59,6 +59,7 @@ GEM
5959
jekyll-feed (= 0.15.1)
6060
jekyll-gist (= 1.5.0)
6161
jekyll-github-metadata (= 2.13.0)
62+
jekyll-include-cache (= 0.2.1)
6263
jekyll-mentions (= 1.6.0)
6364
jekyll-optional-front-matter (= 0.3.2)
6465
jekyll-paginate (= 1.1.0)
@@ -102,7 +103,7 @@ GEM
102103
html-pipeline (2.14.0)
103104
activesupport (>= 2)
104105
nokogiri (>= 1.4)
105-
http_parser.rb (0.6.0)
106+
http_parser.rb (0.8.0)
106107
i18n (0.9.5)
107108
concurrent-ruby (~> 1.0)
108109
jekyll (3.9.0)
@@ -143,6 +144,8 @@ GEM
143144
jekyll-github-metadata (2.13.0)
144145
jekyll (>= 3.4, < 5.0)
145146
octokit (~> 4.0, != 4.4.0)
147+
jekyll-include-cache (0.2.1)
148+
jekyll (>= 3.7, < 5.0)
146149
jekyll-mentions (1.6.0)
147150
html-pipeline (~> 2.3)
148151
jekyll (>= 3.7, < 5.0)
@@ -229,7 +232,7 @@ GEM
229232
jekyll (>= 3.5, < 5.0)
230233
jekyll-feed (~> 0.9)
231234
jekyll-seo-tag (~> 2.1)
232-
minitest (5.14.4)
235+
minitest (5.15.0)
233236
multi_json (1.15.0)
234237
multipart-post (2.1.1)
235238
nokogiri (1.12.5)
@@ -241,7 +244,7 @@ GEM
241244
pathutil (0.16.2)
242245
forwardable-extended (~> 2.6)
243246
public_suffix (4.0.6)
244-
racc (1.5.2)
247+
racc (1.6.0)
245248
rack (1.6.13)
246249
rack-protection (1.5.5)
247250
rack
@@ -290,7 +293,7 @@ GEM
290293
unf_ext
291294
unf_ext (0.0.8)
292295
unicode-display_width (1.8.0)
293-
zeitwerk (2.4.2)
296+
zeitwerk (2.5.2)
294297

295298
PLATFORMS
296299
ruby

0 commit comments

Comments
 (0)