Skip to content

Commit 9ddb5b8

Browse files
committed
Updated dependencies by bundle update
1 parent 06c4633 commit 9ddb5b8

1 file changed

Lines changed: 50 additions & 33 deletions

File tree

Gemfile.lock

Lines changed: 50 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,51 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.0.5)
5-
concurrent-ruby (~> 1.0, >= 1.0.2)
4+
activesupport (8.0.1)
5+
base64
6+
benchmark (>= 0.3)
7+
bigdecimal
8+
concurrent-ruby (~> 1.0, >= 1.3.1)
9+
connection_pool (>= 2.2.5)
10+
drb
611
i18n (>= 1.6, < 2)
12+
logger (>= 1.4.2)
713
minitest (>= 5.1)
8-
tzinfo (~> 2.0)
9-
addressable (2.8.4)
10-
public_suffix (>= 2.0.2, < 6.0)
11-
asciidoctor (2.0.20)
14+
securerandom (>= 0.3)
15+
tzinfo (~> 2.0, >= 2.0.5)
16+
uri (>= 0.13.1)
17+
addressable (2.8.7)
18+
public_suffix (>= 2.0.2, < 7.0)
19+
asciidoctor (2.0.23)
20+
base64 (0.2.0)
21+
benchmark (0.4.0)
22+
bigdecimal (3.1.9)
1223
coffee-script (2.4.1)
1324
coffee-script-source
1425
execjs
1526
coffee-script-source (1.11.1)
1627
colorator (1.1.0)
17-
commonmarker (0.23.9)
18-
concurrent-ruby (1.2.2)
19-
dnsruby (1.70.0)
28+
commonmarker (0.23.11)
29+
concurrent-ruby (1.3.5)
30+
connection_pool (2.5.0)
31+
dnsruby (1.72.3)
32+
base64 (~> 0.2.0)
2033
simpleidn (~> 0.2.1)
34+
drb (2.2.1)
2135
em-websocket (0.5.3)
2236
eventmachine (>= 0.12.9)
2337
http_parser.rb (~> 0)
2438
ethon (0.16.0)
2539
ffi (>= 1.15.0)
2640
eventmachine (1.2.7)
27-
execjs (2.8.1)
28-
faraday (2.7.5)
29-
faraday-net_http (>= 2.0, < 3.1)
30-
ruby2_keywords (>= 0.0.4)
31-
faraday-net_http (3.0.2)
32-
ffi (1.15.5)
41+
execjs (2.10.0)
42+
faraday (2.12.2)
43+
faraday-net_http (>= 2.0, < 3.5)
44+
json
45+
logger
46+
faraday-net_http (3.4.0)
47+
net-http (>= 0.5.0)
48+
ffi (1.17.1-x86_64-linux-gnu)
3349
forwardable-extended (2.6.0)
3450
gemoji (3.0.1)
3551
github-pages (228)
@@ -87,7 +103,7 @@ GEM
87103
activesupport (>= 2)
88104
nokogiri (>= 1.4)
89105
http_parser.rb (0.8.0)
90-
i18n (1.14.1)
106+
i18n (1.14.7)
91107
concurrent-ruby (~> 1.0)
92108
jekyll (3.9.3)
93109
addressable (~> 2.4)
@@ -102,8 +118,8 @@ GEM
102118
pathutil (~> 0.9)
103119
rouge (>= 1.7, < 4)
104120
safe_yaml (~> 1.0)
105-
jekyll-asciidoc (3.0.0)
106-
asciidoctor (>= 1.5.0)
121+
jekyll-asciidoc (3.0.1)
122+
asciidoctor (>= 1.5.0, < 3.0.0)
107123
jekyll (>= 3.0.0)
108124
jekyll-avatar (0.7.0)
109125
jekyll (>= 3.0, < 5.0)
@@ -200,21 +216,25 @@ GEM
200216
gemoji (~> 3.0)
201217
html-pipeline (~> 2.2)
202218
jekyll (>= 3.0, < 5.0)
219+
json (2.9.1)
203220
kramdown (2.3.2)
204221
rexml
205222
kramdown-parser-gfm (1.1.0)
206223
kramdown (~> 2.0)
207224
liquid (4.0.4)
208-
listen (3.8.0)
225+
listen (3.9.0)
209226
rb-fsevent (~> 0.10, >= 0.10.3)
210227
rb-inotify (~> 0.9, >= 0.9.10)
228+
logger (1.6.5)
211229
mercenary (0.3.6)
212230
minima (2.5.1)
213231
jekyll (>= 3.5, < 5.0)
214232
jekyll-feed (~> 0.9)
215233
jekyll-seo-tag (~> 2.1)
216-
minitest (5.18.0)
217-
nokogiri (1.15.2-x86_64-linux)
234+
minitest (5.25.4)
235+
net-http (0.6.0)
236+
uri
237+
nokogiri (1.18.2-x86_64-linux-gnu)
218238
racc (~> 1.4)
219239
octokit (4.25.1)
220240
faraday (>= 1, < 3)
@@ -223,14 +243,13 @@ GEM
223243
forwardable-extended (~> 2.6)
224244
public_suffix (4.0.7)
225245
pygments.rb (2.1.0)
226-
racc (1.6.2)
246+
racc (1.8.1)
227247
rb-fsevent (0.11.2)
228-
rb-inotify (0.10.1)
248+
rb-inotify (0.11.1)
229249
ffi (~> 1.0)
230-
rexml (3.2.5)
250+
rexml (3.4.0)
231251
rouge (3.26.0)
232-
ruby2_keywords (0.0.5)
233-
rubyzip (2.3.2)
252+
rubyzip (2.4.1)
234253
safe_yaml (1.0.5)
235254
sass (3.7.4)
236255
sass-listen (~> 4.0.0)
@@ -240,19 +259,17 @@ GEM
240259
sawyer (0.9.2)
241260
addressable (>= 2.3.5)
242261
faraday (>= 0.17.3, < 3)
243-
simpleidn (0.2.1)
244-
unf (~> 0.1.4)
262+
securerandom (0.4.1)
263+
simpleidn (0.2.3)
245264
terminal-table (1.8.0)
246265
unicode-display_width (~> 1.1, >= 1.1.1)
247-
typhoeus (1.4.0)
266+
typhoeus (1.4.1)
248267
ethon (>= 0.9.0)
249268
tzinfo (2.0.6)
250269
concurrent-ruby (~> 1.0)
251-
unf (0.1.4)
252-
unf_ext
253-
unf_ext (0.0.8.2)
254270
unicode-display_width (1.8.0)
255-
webrick (1.8.1)
271+
uri (1.0.2)
272+
webrick (1.9.1)
256273

257274
PLATFORMS
258275
x86_64-linux

0 commit comments

Comments
 (0)