Skip to content

Commit d58cd7f

Browse files
committed
Update dependencies
1 parent 2905748 commit d58cd7f

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

Gemfile.lock

+17-17
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (6.0.5.1)
4+
activesupport (6.0.6.1)
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.8.0)
11-
public_suffix (>= 2.0.2, < 5.0)
10+
addressable (2.8.1)
11+
public_suffix (>= 2.0.2, < 6.0)
1212
coffee-script (2.4.1)
1313
coffee-script-source
1414
execjs
1515
coffee-script-source (1.11.1)
1616
colorator (1.1.0)
17-
commonmarker (0.23.5)
18-
concurrent-ruby (1.1.10)
17+
commonmarker (0.23.7)
18+
concurrent-ruby (1.2.0)
1919
dnsruby (1.61.9)
2020
simpleidn (~> 0.1)
2121
em-websocket (0.5.3)
2222
eventmachine (>= 0.12.9)
2323
http_parser.rb (~> 0)
24-
ethon (0.15.0)
24+
ethon (0.16.0)
2525
ffi (>= 1.15.0)
2626
eventmachine (1.2.7)
2727
execjs (2.8.1)
28-
faraday (2.4.0)
29-
faraday-net_http (~> 2.0)
28+
faraday (2.7.4)
29+
faraday-net_http (>= 2.0, < 3.1)
3030
ruby2_keywords (>= 0.0.4)
31-
faraday-net_http (2.1.0)
31+
faraday-net_http (3.0.2)
3232
ffi (1.15.5)
3333
forwardable-extended (2.6.0)
3434
gemoji (3.0.1)
@@ -83,7 +83,7 @@ GEM
8383
octokit (~> 4.0)
8484
public_suffix (>= 3.0, < 5.0)
8585
typhoeus (~> 1.3)
86-
html-pipeline (2.14.2)
86+
html-pipeline (2.14.3)
8787
activesupport (>= 2)
8888
nokogiri (>= 1.4)
8989
http_parser.rb (0.8.0)
@@ -202,25 +202,25 @@ GEM
202202
kramdown-parser-gfm (1.1.0)
203203
kramdown (~> 2.0)
204204
liquid (4.0.3)
205-
listen (3.7.1)
205+
listen (3.8.0)
206206
rb-fsevent (~> 0.10, >= 0.10.3)
207207
rb-inotify (~> 0.9, >= 0.9.10)
208208
mercenary (0.3.6)
209209
minima (2.5.1)
210210
jekyll (>= 3.5, < 5.0)
211211
jekyll-feed (~> 0.9)
212212
jekyll-seo-tag (~> 2.1)
213-
minitest (5.16.2)
214-
nokogiri (1.13.8-x86_64-linux)
213+
minitest (5.17.0)
214+
nokogiri (1.14.0-x86_64-linux)
215215
racc (~> 1.4)
216216
octokit (4.25.1)
217217
faraday (>= 1, < 3)
218218
sawyer (~> 0.9)
219219
pathutil (0.16.2)
220220
forwardable-extended (~> 2.6)
221221
public_suffix (4.0.7)
222-
racc (1.6.0)
223-
rb-fsevent (0.11.1)
222+
racc (1.6.2)
223+
rb-fsevent (0.11.2)
224224
rb-inotify (0.10.1)
225225
ffi (~> 1.0)
226226
rexml (3.2.5)
@@ -243,13 +243,13 @@ GEM
243243
thread_safe (0.3.6)
244244
typhoeus (1.4.0)
245245
ethon (>= 0.9.0)
246-
tzinfo (1.2.10)
246+
tzinfo (1.2.11)
247247
thread_safe (~> 0.1)
248248
unf (0.1.4)
249249
unf_ext
250250
unf_ext (0.0.8.2)
251251
unicode-display_width (1.8.0)
252-
zeitwerk (2.6.0)
252+
zeitwerk (2.6.6)
253253

254254
PLATFORMS
255255
x86_64-linux

0 commit comments

Comments
 (0)