Skip to content

Commit 34ad284

Browse files
committed
Bundle updates
1 parent ee59930 commit 34ad284

File tree

1 file changed

+22
-42
lines changed

1 file changed

+22
-42
lines changed

Gemfile.lock

+22-42
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.7)
4+
activesupport (6.0.5.1)
55
concurrent-ruby (~> 1.0, >= 1.0.2)
66
i18n (>= 0.7, < 2)
77
minitest (~> 5.1)
@@ -14,7 +14,7 @@ GEM
1414
execjs
1515
coffee-script-source (1.11.1)
1616
colorator (1.1.0)
17-
commonmarker (0.23.4)
17+
commonmarker (0.23.5)
1818
concurrent-ruby (1.1.10)
1919
dnsruby (1.61.9)
2020
simpleidn (~> 0.1)
@@ -25,35 +25,16 @@ GEM
2525
ffi (>= 1.15.0)
2626
eventmachine (1.2.7)
2727
execjs (2.8.1)
28-
faraday (1.10.0)
29-
faraday-em_http (~> 1.0)
30-
faraday-em_synchrony (~> 1.0)
31-
faraday-excon (~> 1.1)
32-
faraday-httpclient (~> 1.0)
33-
faraday-multipart (~> 1.0)
34-
faraday-net_http (~> 1.0)
35-
faraday-net_http_persistent (~> 1.0)
36-
faraday-patron (~> 1.0)
37-
faraday-rack (~> 1.0)
38-
faraday-retry (~> 1.0)
28+
faraday (2.4.0)
29+
faraday-net_http (~> 2.0)
3930
ruby2_keywords (>= 0.0.4)
40-
faraday-em_http (1.0.0)
41-
faraday-em_synchrony (1.0.0)
42-
faraday-excon (1.1.0)
43-
faraday-httpclient (1.0.1)
44-
faraday-multipart (1.0.3)
45-
multipart-post (>= 1.2, < 3)
46-
faraday-net_http (1.0.1)
47-
faraday-net_http_persistent (1.2.0)
48-
faraday-patron (1.0.0)
49-
faraday-rack (1.0.0)
50-
faraday-retry (1.0.3)
31+
faraday-net_http (2.1.0)
5132
ffi (1.15.5)
5233
forwardable-extended (2.6.0)
5334
gemoji (3.0.1)
54-
github-pages (225)
35+
github-pages (227)
5536
github-pages-health-check (= 1.17.9)
56-
jekyll (= 3.9.0)
37+
jekyll (= 3.9.2)
5738
jekyll-avatar (= 0.7.0)
5839
jekyll-coffeescript (= 1.1.1)
5940
jekyll-commonmark-ghpages (= 0.2.0)
@@ -88,12 +69,12 @@ GEM
8869
jekyll-theme-time-machine (= 0.2.0)
8970
jekyll-titles-from-headings (= 0.5.3)
9071
jemoji (= 0.12.0)
91-
kramdown (= 2.3.1)
72+
kramdown (= 2.3.2)
9273
kramdown-parser-gfm (= 1.1.0)
9374
liquid (= 4.0.3)
9475
mercenary (~> 0.3)
9576
minima (= 2.5.1)
96-
nokogiri (>= 1.12.5, < 2.0)
77+
nokogiri (>= 1.13.6, < 2.0)
9778
rouge (= 3.26.0)
9879
terminal-table (~> 1.4)
9980
github-pages-health-check (1.17.9)
@@ -102,13 +83,13 @@ GEM
10283
octokit (~> 4.0)
10384
public_suffix (>= 3.0, < 5.0)
10485
typhoeus (~> 1.3)
105-
html-pipeline (2.14.1)
86+
html-pipeline (2.14.2)
10687
activesupport (>= 2)
10788
nokogiri (>= 1.4)
10889
http_parser.rb (0.8.0)
10990
i18n (0.9.5)
11091
concurrent-ruby (~> 1.0)
111-
jekyll (3.9.0)
92+
jekyll (3.9.2)
11293
addressable (~> 2.4)
11394
colorator (~> 1.0)
11495
em-websocket (~> 0.5)
@@ -216,7 +197,7 @@ GEM
216197
gemoji (~> 3.0)
217198
html-pipeline (~> 2.2)
218199
jekyll (>= 3.0, < 5.0)
219-
kramdown (2.3.1)
200+
kramdown (2.3.2)
220201
rexml
221202
kramdown-parser-gfm (1.1.0)
222203
kramdown (~> 2.0)
@@ -230,14 +211,13 @@ GEM
230211
jekyll (>= 3.5, < 5.0)
231212
jekyll-feed (~> 0.9)
232213
jekyll-seo-tag (~> 2.1)
233-
minitest (5.15.0)
234-
multipart-post (2.1.1)
235-
nokogiri (1.13.4)
214+
minitest (5.16.2)
215+
nokogiri (1.13.8)
236216
mini_portile2 (~> 2.8.0)
237217
racc (~> 1.4)
238-
octokit (4.22.0)
239-
faraday (>= 0.9)
240-
sawyer (~> 0.8.0, >= 0.5.3)
218+
octokit (4.25.1)
219+
faraday (>= 1, < 3)
220+
sawyer (~> 0.9)
241221
pathutil (0.16.2)
242222
forwardable-extended (~> 2.6)
243223
public_suffix (4.0.7)
@@ -255,23 +235,23 @@ GEM
255235
sass-listen (4.0.0)
256236
rb-fsevent (~> 0.9, >= 0.9.4)
257237
rb-inotify (~> 0.9, >= 0.9.7)
258-
sawyer (0.8.2)
238+
sawyer (0.9.2)
259239
addressable (>= 2.3.5)
260-
faraday (> 0.8, < 2.0)
240+
faraday (>= 0.17.3, < 3)
261241
simpleidn (0.2.1)
262242
unf (~> 0.1.4)
263243
terminal-table (1.8.0)
264244
unicode-display_width (~> 1.1, >= 1.1.1)
265245
thread_safe (0.3.6)
266246
typhoeus (1.4.0)
267247
ethon (>= 0.9.0)
268-
tzinfo (1.2.9)
248+
tzinfo (1.2.10)
269249
thread_safe (~> 0.1)
270250
unf (0.1.4)
271251
unf_ext
272-
unf_ext (0.0.8.1)
252+
unf_ext (0.0.8.2)
273253
unicode-display_width (1.8.0)
274-
zeitwerk (2.5.4)
254+
zeitwerk (2.6.0)
275255

276256
PLATFORMS
277257
ruby

0 commit comments

Comments
 (0)