Skip to content

Commit b98d252

Browse files
committed
Gemfile fix
1 parent 623cad3 commit b98d252

File tree

1 file changed

+30
-21
lines changed

1 file changed

+30
-21
lines changed

Gemfile.lock

Lines changed: 30 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,45 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.0.7)
4+
activesupport (7.1.2)
5+
base64
6+
bigdecimal
57
concurrent-ruby (~> 1.0, >= 1.0.2)
8+
connection_pool (>= 2.2.5)
9+
drb
610
i18n (>= 1.6, < 2)
711
minitest (>= 5.1)
12+
mutex_m
813
tzinfo (~> 2.0)
9-
addressable (2.8.1)
14+
addressable (2.8.6)
1015
public_suffix (>= 2.0.2, < 6.0)
16+
base64 (0.2.0)
17+
bigdecimal (3.1.4)
1118
coffee-script (2.4.1)
1219
coffee-script-source
1320
execjs
1421
coffee-script-source (1.11.1)
1522
colorator (1.1.0)
16-
commonmarker (0.23.8)
23+
commonmarker (0.23.10)
1724
concurrent-ruby (1.2.2)
18-
dnsruby (1.61.9)
19-
simpleidn (~> 0.1)
25+
connection_pool (2.4.1)
26+
dnsruby (1.70.0)
27+
simpleidn (~> 0.2.1)
28+
drb (2.2.0)
29+
ruby2_keywords
2030
em-websocket (0.5.3)
2131
eventmachine (>= 0.12.9)
2232
http_parser.rb (~> 0)
2333
ethon (0.16.0)
2434
ffi (>= 1.15.0)
2535
eventmachine (1.2.7)
26-
execjs (2.8.1)
27-
faraday (2.7.4)
36+
execjs (2.9.1)
37+
faraday (2.7.12)
38+
base64
2839
faraday-net_http (>= 2.0, < 3.1)
2940
ruby2_keywords (>= 0.0.4)
3041
faraday-net_http (3.0.2)
31-
ffi (1.15.5)
42+
ffi (1.16.3-x64-mingw-ucrt)
3243
forwardable-extended (2.6.0)
3344
gemoji (3.0.1)
3445
github-pages (228)
@@ -213,28 +224,27 @@ GEM
213224
rb-fsevent (~> 0.10, >= 0.10.3)
214225
rb-inotify (~> 0.9, >= 0.9.10)
215226
mercenary (0.3.6)
216-
mini_portile2 (2.8.1)
217227
minima (2.5.1)
218228
jekyll (>= 3.5, < 5.0)
219229
jekyll-feed (~> 0.9)
220230
jekyll-seo-tag (~> 2.1)
221-
minitest (5.19.0)
222-
nokogiri (1.14.1)
223-
mini_portile2 (~> 2.8.0)
231+
minitest (5.20.0)
232+
mutex_m (0.2.0)
233+
nokogiri (1.15.5-x64-mingw-ucrt)
224234
racc (~> 1.4)
225235
octokit (4.25.1)
226236
faraday (>= 1, < 3)
227237
sawyer (~> 0.9)
228-
parallel (1.22.1)
238+
parallel (1.23.0)
229239
pathutil (0.16.2)
230240
forwardable-extended (~> 2.6)
231241
public_suffix (4.0.7)
232-
racc (1.6.2)
242+
racc (1.7.3)
233243
rainbow (3.1.1)
234244
rb-fsevent (0.11.2)
235245
rb-inotify (0.10.1)
236246
ffi (~> 1.0)
237-
rexml (3.2.5)
247+
rexml (3.2.6)
238248
rouge (3.26.0)
239249
ruby2_keywords (0.0.5)
240250
rubyzip (2.3.2)
@@ -251,21 +261,20 @@ GEM
251261
unf (~> 0.1.4)
252262
terminal-table (1.8.0)
253263
unicode-display_width (~> 1.1, >= 1.1.1)
254-
typhoeus (1.4.0)
264+
typhoeus (1.4.1)
255265
ethon (>= 0.9.0)
256266
tzinfo (2.0.6)
257267
concurrent-ruby (~> 1.0)
258268
unf (0.1.4)
259269
unf_ext
260-
unf_ext (0.0.8.2)
270+
unf_ext (0.0.9.1-x64-mingw-ucrt)
261271
unicode-display_width (1.8.0)
262-
wdm (>= 0.1.1)
272+
wdm (0.1.1)
263273
webrick (1.8.1)
264274
yell (2.2.2)
265275

266276
PLATFORMS
267-
ruby
268-
x64-mingw32
277+
x64-mingw-ucrt
269278

270279
DEPENDENCIES
271280
github-pages (= 228)
@@ -274,4 +283,4 @@ DEPENDENCIES
274283
webrick (~> 1.8)
275284

276285
BUNDLED WITH
277-
2.2.24
286+
2.4.21

0 commit comments

Comments
 (0)