Skip to content

Commit 0f160d0

Browse files
author
Matthieu Lemerre
committed
Try newer Gemfile.lock
1 parent ccc7511 commit 0f160d0

File tree

1 file changed

+21
-16
lines changed

1 file changed

+21
-16
lines changed

Gemfile.lock

+21-16
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.1.3.4)
4+
activesupport (7.2.2)
55
base64
6+
benchmark (>= 0.3)
67
bigdecimal
7-
concurrent-ruby (~> 1.0, >= 1.0.2)
8+
concurrent-ruby (~> 1.0, >= 1.3.1)
89
connection_pool (>= 2.2.5)
910
drb
1011
i18n (>= 1.6, < 2)
12+
logger (>= 1.4.2)
1113
minitest (>= 5.1)
12-
mutex_m
13-
tzinfo (~> 2.0)
14+
securerandom (>= 0.3)
15+
tzinfo (~> 2.0, >= 2.0.5)
1416
addressable (2.8.7)
1517
public_suffix (>= 2.0.2, < 7.0)
1618
base64 (0.2.0)
19+
benchmark (0.4.0)
1720
bigdecimal (3.1.8)
1821
coffee-script (2.4.1)
1922
coffee-script-source
@@ -33,12 +36,13 @@ GEM
3336
ethon (0.16.0)
3437
ffi (>= 1.15.0)
3538
eventmachine (1.2.7)
36-
execjs (2.9.1)
37-
faraday (2.10.1)
38-
faraday-net_http (>= 2.0, < 3.2)
39+
execjs (2.10.0)
40+
faraday (2.12.1)
41+
faraday-net_http (>= 2.0, < 3.5)
42+
json
3943
logger
40-
faraday-net_http (3.1.1)
41-
net-http
44+
faraday-net_http (3.4.0)
45+
net-http (>= 0.5.0)
4246
ffi (1.17.0-x86_64-linux)
4347
forwardable-extended (2.6.0)
4448
gemoji (4.1.0)
@@ -98,7 +102,7 @@ GEM
98102
activesupport (>= 2)
99103
nokogiri (>= 1.4)
100104
http_parser.rb (0.8.0)
101-
i18n (1.14.5)
105+
i18n (1.14.6)
102106
concurrent-ruby (~> 1.0)
103107
jekyll (3.10.0)
104108
addressable (~> 2.4)
@@ -211,6 +215,7 @@ GEM
211215
gemoji (>= 3, < 5)
212216
html-pipeline (~> 2.2)
213217
jekyll (>= 3.0, < 5.0)
218+
json (2.8.2)
214219
just-the-docs (0.10.0)
215220
jekyll (>= 3.8.5)
216221
jekyll-include-cache
@@ -224,15 +229,14 @@ GEM
224229
listen (3.9.0)
225230
rb-fsevent (~> 0.10, >= 0.10.3)
226231
rb-inotify (~> 0.9, >= 0.9.10)
227-
logger (1.6.0)
232+
logger (1.6.1)
228233
mercenary (0.3.6)
229234
minima (2.5.1)
230235
jekyll (>= 3.5, < 5.0)
231236
jekyll-feed (~> 0.9)
232237
jekyll-seo-tag (~> 2.1)
233-
minitest (5.24.1)
234-
mutex_m (0.2.0)
235-
net-http (0.4.1)
238+
minitest (5.25.1)
239+
net-http (0.5.0)
236240
uri
237241
nokogiri (1.16.7-x86_64-linux)
238242
racc (~> 1.4)
@@ -247,7 +251,7 @@ GEM
247251
rb-fsevent (0.11.2)
248252
rb-inotify (0.11.1)
249253
ffi (~> 1.0)
250-
rexml (3.3.7)
254+
rexml (3.3.9)
251255
rouge (3.30.0)
252256
rubyzip (2.3.2)
253257
safe_yaml (1.0.5)
@@ -259,6 +263,7 @@ GEM
259263
sawyer (0.9.2)
260264
addressable (>= 2.3.5)
261265
faraday (>= 0.17.3, < 3)
266+
securerandom (0.3.2)
262267
simpleidn (0.2.3)
263268
terminal-table (1.8.0)
264269
unicode-display_width (~> 1.1, >= 1.1.1)
@@ -267,7 +272,7 @@ GEM
267272
tzinfo (2.0.6)
268273
concurrent-ruby (~> 1.0)
269274
unicode-display_width (1.8.0)
270-
uri (0.13.0)
275+
uri (1.0.2)
271276
webrick (1.9.0)
272277

273278
PLATFORMS

0 commit comments

Comments
 (0)