Skip to content

Commit 227eddb

Browse files
committed
bundle: update dependences
The switch to Ruby 3.3 forced me to re-install bundle and jekyll: gem install bundler jekyll After that, I took the opportunity to update the dependences: bundle update Signed-off-by: Matthieu Baerts (NGI0) <[email protected]>
1 parent 06fa815 commit 227eddb

File tree

1 file changed

+43
-39
lines changed

1 file changed

+43
-39
lines changed

Gemfile.lock

+43-39
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,31 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.1.3.2)
4+
activesupport (7.2.1.2)
55
base64
66
bigdecimal
7-
concurrent-ruby (~> 1.0, >= 1.0.2)
7+
concurrent-ruby (~> 1.0, >= 1.3.1)
88
connection_pool (>= 2.2.5)
99
drb
1010
i18n (>= 1.6, < 2)
11+
logger (>= 1.4.2)
1112
minitest (>= 5.1)
12-
mutex_m
13-
tzinfo (~> 2.0)
14-
addressable (2.8.6)
15-
public_suffix (>= 2.0.2, < 6.0)
13+
securerandom (>= 0.3)
14+
tzinfo (~> 2.0, >= 2.0.5)
15+
addressable (2.8.7)
16+
public_suffix (>= 2.0.2, < 7.0)
1617
base64 (0.2.0)
17-
bigdecimal (3.1.7)
18+
bigdecimal (3.1.8)
1819
coffee-script (2.4.1)
1920
coffee-script-source
2021
execjs
2122
coffee-script-source (1.12.2)
2223
colorator (1.1.0)
2324
commonmarker (0.23.10)
24-
concurrent-ruby (1.2.3)
25+
concurrent-ruby (1.3.4)
2526
connection_pool (2.4.1)
26-
dnsruby (1.72.0)
27+
csv (3.3.0)
28+
dnsruby (1.72.2)
2729
simpleidn (~> 0.2.1)
2830
drb (2.2.1)
2931
em-websocket (0.5.3)
@@ -32,20 +34,22 @@ GEM
3234
ethon (0.16.0)
3335
ffi (>= 1.15.0)
3436
eventmachine (1.2.7)
35-
execjs (2.9.1)
36-
faraday (2.9.0)
37-
faraday-net_http (>= 2.0, < 3.2)
38-
faraday-net_http (3.1.0)
37+
execjs (2.10.0)
38+
faraday (2.12.0)
39+
faraday-net_http (>= 2.0, < 3.4)
40+
json
41+
logger
42+
faraday-net_http (3.3.0)
3943
net-http
40-
ffi (1.16.3)
44+
ffi (1.17.0-x86_64-linux-gnu)
4145
forwardable-extended (2.6.0)
4246
gemoji (4.1.0)
43-
github-pages (231)
47+
github-pages (232)
4448
github-pages-health-check (= 1.18.2)
45-
jekyll (= 3.9.5)
49+
jekyll (= 3.10.0)
4650
jekyll-avatar (= 0.8.0)
4751
jekyll-coffeescript (= 1.2.2)
48-
jekyll-commonmark-ghpages (= 0.4.0)
52+
jekyll-commonmark-ghpages (= 0.5.1)
4953
jekyll-default-layout (= 0.1.5)
5054
jekyll-feed (= 0.17.0)
5155
jekyll-gist (= 1.5.0)
@@ -82,9 +86,10 @@ GEM
8286
liquid (= 4.0.4)
8387
mercenary (~> 0.3)
8488
minima (= 2.5.1)
85-
nokogiri (>= 1.13.6, < 2.0)
89+
nokogiri (>= 1.16.2, < 2.0)
8690
rouge (= 3.30.0)
8791
terminal-table (~> 1.4)
92+
webrick (~> 1.8)
8893
github-pages-health-check (1.18.2)
8994
addressable (~> 2.3)
9095
dnsruby (~> 1.60)
@@ -95,11 +100,12 @@ GEM
95100
activesupport (>= 2)
96101
nokogiri (>= 1.4)
97102
http_parser.rb (0.8.0)
98-
i18n (1.14.4)
103+
i18n (1.14.6)
99104
concurrent-ruby (~> 1.0)
100-
jekyll (3.9.5)
105+
jekyll (3.10.0)
101106
addressable (~> 2.4)
102107
colorator (~> 1.0)
108+
csv (~> 3.0)
103109
em-websocket (~> 0.5)
104110
i18n (>= 0.7, < 2)
105111
jekyll-sass-converter (~> 1.0)
@@ -110,16 +116,17 @@ GEM
110116
pathutil (~> 0.9)
111117
rouge (>= 1.7, < 4)
112118
safe_yaml (~> 1.0)
119+
webrick (>= 1.0)
113120
jekyll-avatar (0.8.0)
114121
jekyll (>= 3.0, < 5.0)
115122
jekyll-coffeescript (1.2.2)
116123
coffee-script (~> 2.2)
117124
coffee-script-source (~> 1.12)
118125
jekyll-commonmark (1.4.0)
119126
commonmarker (~> 0.22)
120-
jekyll-commonmark-ghpages (0.4.0)
121-
commonmarker (~> 0.23.7)
122-
jekyll (~> 3.9.0)
127+
jekyll-commonmark-ghpages (0.5.1)
128+
commonmarker (>= 0.23.7, < 1.1.0)
129+
jekyll (>= 3.9, < 4.0)
123130
jekyll-commonmark (~> 1.4.0)
124131
rouge (>= 2.0, < 5.0)
125132
jekyll-default-layout (0.1.5)
@@ -208,6 +215,7 @@ GEM
208215
gemoji (>= 3, < 5)
209216
html-pipeline (~> 2.2)
210217
jekyll (>= 3.0, < 5.0)
218+
json (2.7.4)
211219
kramdown (2.4.0)
212220
rexml
213221
kramdown-parser-gfm (1.1.0)
@@ -216,28 +224,28 @@ GEM
216224
listen (3.9.0)
217225
rb-fsevent (~> 0.10, >= 0.10.3)
218226
rb-inotify (~> 0.9, >= 0.9.10)
227+
logger (1.6.1)
219228
mercenary (0.3.6)
220229
minima (2.5.1)
221230
jekyll (>= 3.5, < 5.0)
222231
jekyll-feed (~> 0.9)
223232
jekyll-seo-tag (~> 2.1)
224-
minitest (5.22.3)
225-
mutex_m (0.2.0)
233+
minitest (5.25.1)
226234
net-http (0.4.1)
227235
uri
228-
nokogiri (1.16.3-x86_64-linux)
236+
nokogiri (1.16.7-x86_64-linux)
229237
racc (~> 1.4)
230238
octokit (4.25.1)
231239
faraday (>= 1, < 3)
232240
sawyer (~> 0.9)
233241
pathutil (0.16.2)
234242
forwardable-extended (~> 2.6)
235-
public_suffix (5.0.5)
236-
racc (1.7.3)
243+
public_suffix (5.1.1)
244+
racc (1.8.1)
237245
rb-fsevent (0.11.2)
238-
rb-inotify (0.10.1)
246+
rb-inotify (0.11.1)
239247
ffi (~> 1.0)
240-
rexml (3.2.6)
248+
rexml (3.3.9)
241249
rouge (3.30.0)
242250
rubyzip (2.3.2)
243251
safe_yaml (1.0.5)
@@ -249,23 +257,19 @@ GEM
249257
sawyer (0.9.2)
250258
addressable (>= 2.3.5)
251259
faraday (>= 0.17.3, < 3)
252-
simpleidn (0.2.1)
253-
unf (~> 0.1.4)
260+
securerandom (0.3.1)
261+
simpleidn (0.2.3)
254262
terminal-table (1.8.0)
255263
unicode-display_width (~> 1.1, >= 1.1.1)
256264
typhoeus (1.4.1)
257265
ethon (>= 0.9.0)
258266
tzinfo (2.0.6)
259267
concurrent-ruby (~> 1.0)
260-
unf (0.1.4)
261-
unf_ext
262-
unf_ext (0.0.9.1)
263268
unicode-display_width (1.8.0)
264-
uri (0.13.0)
265-
webrick (1.8.1)
269+
uri (0.13.1)
270+
webrick (1.8.2)
266271

267272
PLATFORMS
268-
ruby
269273
x86_64-linux-gnu
270274

271275
DEPENDENCIES
@@ -282,4 +286,4 @@ DEPENDENCIES
282286
webrick
283287

284288
BUNDLED WITH
285-
2.5.7
289+
2.5.22

0 commit comments

Comments
 (0)