Skip to content

Commit 4f3a73a

Browse files
Update dependencies
1 parent a36ffb8 commit 4f3a73a

3 files changed

Lines changed: 36 additions & 53 deletions

File tree

.bundle/config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
---
22
BUNDLE_PATH: "vendor/bundle"
3+
BUNDLE_BUILD__EVENTMACHINE: "--with-openssl-dir=/usr/local/opt/openssl@3"

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,5 @@ gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
2727
# Performance-booster for watching directories on Windows
2828
gem "wdm", "~> 0.1.0" if Gem.win_platform?
2929

30+
# Webrick is no longer installed by default on Ruby 3
31+
gem "webrick", "~> 1.8"

Gemfile.lock

Lines changed: 33 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,40 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (6.0.4.7)
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)
1717
commonmarker (0.23.7)
18-
concurrent-ruby (1.1.10)
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 (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.7.4)
29+
faraday-net_http (>= 2.0, < 3.1)
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 (3.0.2)
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.0)
86+
html-pipeline (2.14.3)
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,33 +197,30 @@ 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)
223204
liquid (4.0.3)
224-
listen (3.7.1)
205+
listen (3.8.0)
225206
rb-fsevent (~> 0.10, >= 0.10.3)
226207
rb-inotify (~> 0.9, >= 0.9.10)
227208
mercenary (0.3.6)
228-
mini_portile2 (2.8.0)
229209
minima (2.5.1)
230210
jekyll (>= 3.5, < 5.0)
231211
jekyll-feed (~> 0.9)
232212
jekyll-seo-tag (~> 2.1)
233-
minitest (5.15.0)
234-
multipart-post (2.1.1)
235-
nokogiri (1.13.10)
236-
mini_portile2 (~> 2.8.0)
213+
minitest (5.17.0)
214+
nokogiri (1.14.0-x86_64-darwin)
237215
racc (~> 1.4)
238-
octokit (4.22.0)
239-
faraday (>= 0.9)
240-
sawyer (~> 0.8.0, >= 0.5.3)
216+
octokit (4.25.1)
217+
faraday (>= 1, < 3)
218+
sawyer (~> 0.9)
241219
pathutil (0.16.2)
242220
forwardable-extended (~> 2.6)
243-
public_suffix (4.0.6)
244-
racc (1.6.1)
245-
rb-fsevent (0.11.1)
221+
public_suffix (4.0.7)
222+
racc (1.6.2)
223+
rb-fsevent (0.11.2)
246224
rb-inotify (0.10.1)
247225
ffi (~> 1.0)
248226
rexml (3.2.5)
@@ -255,32 +233,34 @@ GEM
255233
sass-listen (4.0.0)
256234
rb-fsevent (~> 0.9, >= 0.9.4)
257235
rb-inotify (~> 0.9, >= 0.9.7)
258-
sawyer (0.8.2)
236+
sawyer (0.9.2)
259237
addressable (>= 2.3.5)
260-
faraday (> 0.8, < 2.0)
238+
faraday (>= 0.17.3, < 3)
261239
simpleidn (0.2.1)
262240
unf (~> 0.1.4)
263241
terminal-table (1.8.0)
264242
unicode-display_width (~> 1.1, >= 1.1.1)
265243
thread_safe (0.3.6)
266244
typhoeus (1.4.0)
267245
ethon (>= 0.9.0)
268-
tzinfo (1.2.10)
246+
tzinfo (1.2.11)
269247
thread_safe (~> 0.1)
270248
unf (0.1.4)
271249
unf_ext
272-
unf_ext (0.0.8.1)
250+
unf_ext (0.0.8.2)
273251
unicode-display_width (1.8.0)
274-
zeitwerk (2.5.4)
252+
webrick (1.8.1)
253+
zeitwerk (2.6.6)
275254

276255
PLATFORMS
277-
ruby
256+
x86_64-darwin-21
278257

279258
DEPENDENCIES
280259
github-pages
281260
jekyll-feed (~> 0.6)
282261
minima (~> 2.0)
283262
tzinfo-data
263+
webrick (~> 1.8)
284264

285265
BUNDLED WITH
286-
1.17.2
266+
2.4.5

0 commit comments

Comments
 (0)