Skip to content

Commit 4c7e36b

Browse files
authored
Update dependencies (#51)
1 parent 5f33938 commit 4c7e36b

File tree

1 file changed

+21
-13
lines changed

1 file changed

+21
-13
lines changed

Gemfile.lock

Lines changed: 21 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (6.0.3.7)
4+
activesupport (6.0.4)
55
concurrent-ruby (~> 1.0, >= 1.0.2)
66
i18n (>= 0.7, < 2)
77
minitest (~> 5.1)
88
tzinfo (~> 1.1)
99
zeitwerk (~> 2.2, >= 2.2.2)
10-
addressable (2.7.0)
10+
addressable (2.8.0)
1111
public_suffix (>= 2.0.2, < 5.0)
1212
coffee-script (2.4.1)
1313
coffee-script-source
@@ -16,8 +16,8 @@ GEM
1616
colorator (1.1.0)
1717
commonmarker (0.17.13)
1818
ruby-enum (~> 0.5)
19-
concurrent-ruby (1.1.8)
20-
dnsruby (1.61.5)
19+
concurrent-ruby (1.1.9)
20+
dnsruby (1.61.7)
2121
simpleidn (~> 0.1)
2222
em-websocket (0.5.2)
2323
eventmachine (>= 0.12.9)
@@ -26,20 +26,28 @@ GEM
2626
ffi (>= 1.15.0)
2727
eventmachine (1.2.7)
2828
execjs (2.8.1)
29-
faraday (1.4.1)
29+
faraday (1.5.1)
30+
faraday-em_http (~> 1.0)
31+
faraday-em_synchrony (~> 1.0)
3032
faraday-excon (~> 1.1)
33+
faraday-httpclient (~> 1.0.1)
3134
faraday-net_http (~> 1.0)
3235
faraday-net_http_persistent (~> 1.1)
36+
faraday-patron (~> 1.0)
3337
multipart-post (>= 1.2, < 3)
3438
ruby2_keywords (>= 0.0.4)
39+
faraday-em_http (1.0.0)
40+
faraday-em_synchrony (1.0.0)
3541
faraday-excon (1.1.0)
42+
faraday-httpclient (1.0.1)
3643
faraday-net_http (1.0.1)
37-
faraday-net_http_persistent (1.1.0)
38-
ffi (1.15.0)
44+
faraday-net_http_persistent (1.2.0)
45+
faraday-patron (1.0.0)
46+
ffi (1.15.3)
3947
forwardable-extended (2.6.0)
4048
gemoji (3.0.1)
41-
github-pages (214)
42-
github-pages-health-check (= 1.17.0)
49+
github-pages (215)
50+
github-pages-health-check (= 1.17.2)
4351
jekyll (= 3.9.0)
4452
jekyll-avatar (= 0.7.0)
4553
jekyll-coffeescript (= 1.1.1)
@@ -82,7 +90,7 @@ GEM
8290
nokogiri (>= 1.10.4, < 2.0)
8391
rouge (= 3.26.0)
8492
terminal-table (~> 1.4)
85-
github-pages-health-check (1.17.0)
93+
github-pages-health-check (1.17.2)
8694
addressable (~> 2.3)
8795
dnsruby (~> 1.60)
8896
octokit (~> 4.0)
@@ -209,14 +217,14 @@ GEM
209217
rb-fsevent (~> 0.10, >= 0.10.3)
210218
rb-inotify (~> 0.9, >= 0.9.10)
211219
mercenary (0.3.6)
212-
mini_portile2 (2.5.1)
220+
mini_portile2 (2.5.3)
213221
minima (2.5.1)
214222
jekyll (>= 3.5, < 5.0)
215223
jekyll-feed (~> 0.9)
216224
jekyll-seo-tag (~> 2.1)
217225
minitest (5.14.4)
218226
multipart-post (2.1.1)
219-
nokogiri (1.11.4)
227+
nokogiri (1.11.7)
220228
mini_portile2 (~> 2.5.0)
221229
racc (~> 1.4)
222230
octokit (4.21.0)
@@ -234,7 +242,7 @@ GEM
234242
ruby-enum (0.9.0)
235243
i18n
236244
ruby2_keywords (0.0.4)
237-
rubyzip (2.3.0)
245+
rubyzip (2.3.2)
238246
safe_yaml (1.0.5)
239247
sass (3.7.4)
240248
sass-listen (~> 4.0.0)

0 commit comments

Comments
 (0)