Skip to content

Commit 0d09c44

Browse files
committed
Run bundle update
1 parent 6c6a31c commit 0d09c44

File tree

1 file changed

+68
-65
lines changed

1 file changed

+68
-65
lines changed

Gemfile.lock

+68-65
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.2.1.2)
5-
actionpack (= 7.2.1.2)
6-
activesupport (= 7.2.1.2)
4+
actioncable (7.2.2)
5+
actionpack (= 7.2.2)
6+
activesupport (= 7.2.2)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
99
zeitwerk (~> 2.6)
10-
actionmailbox (7.2.1.2)
11-
actionpack (= 7.2.1.2)
12-
activejob (= 7.2.1.2)
13-
activerecord (= 7.2.1.2)
14-
activestorage (= 7.2.1.2)
15-
activesupport (= 7.2.1.2)
10+
actionmailbox (7.2.2)
11+
actionpack (= 7.2.2)
12+
activejob (= 7.2.2)
13+
activerecord (= 7.2.2)
14+
activestorage (= 7.2.2)
15+
activesupport (= 7.2.2)
1616
mail (>= 2.8.0)
17-
actionmailer (7.2.1.2)
18-
actionpack (= 7.2.1.2)
19-
actionview (= 7.2.1.2)
20-
activejob (= 7.2.1.2)
21-
activesupport (= 7.2.1.2)
17+
actionmailer (7.2.2)
18+
actionpack (= 7.2.2)
19+
actionview (= 7.2.2)
20+
activejob (= 7.2.2)
21+
activesupport (= 7.2.2)
2222
mail (>= 2.8.0)
2323
rails-dom-testing (~> 2.2)
24-
actionpack (7.2.1.2)
25-
actionview (= 7.2.1.2)
26-
activesupport (= 7.2.1.2)
24+
actionpack (7.2.2)
25+
actionview (= 7.2.2)
26+
activesupport (= 7.2.2)
2727
nokogiri (>= 1.8.5)
2828
racc
2929
rack (>= 2.2.4, < 3.2)
@@ -32,36 +32,37 @@ GEM
3232
rails-dom-testing (~> 2.2)
3333
rails-html-sanitizer (~> 1.6)
3434
useragent (~> 0.16)
35-
actiontext (7.2.1.2)
36-
actionpack (= 7.2.1.2)
37-
activerecord (= 7.2.1.2)
38-
activestorage (= 7.2.1.2)
39-
activesupport (= 7.2.1.2)
35+
actiontext (7.2.2)
36+
actionpack (= 7.2.2)
37+
activerecord (= 7.2.2)
38+
activestorage (= 7.2.2)
39+
activesupport (= 7.2.2)
4040
globalid (>= 0.6.0)
4141
nokogiri (>= 1.8.5)
42-
actionview (7.2.1.2)
43-
activesupport (= 7.2.1.2)
42+
actionview (7.2.2)
43+
activesupport (= 7.2.2)
4444
builder (~> 3.1)
4545
erubi (~> 1.11)
4646
rails-dom-testing (~> 2.2)
4747
rails-html-sanitizer (~> 1.6)
48-
activejob (7.2.1.2)
49-
activesupport (= 7.2.1.2)
48+
activejob (7.2.2)
49+
activesupport (= 7.2.2)
5050
globalid (>= 0.3.6)
51-
activemodel (7.2.1.2)
52-
activesupport (= 7.2.1.2)
53-
activerecord (7.2.1.2)
54-
activemodel (= 7.2.1.2)
55-
activesupport (= 7.2.1.2)
51+
activemodel (7.2.2)
52+
activesupport (= 7.2.2)
53+
activerecord (7.2.2)
54+
activemodel (= 7.2.2)
55+
activesupport (= 7.2.2)
5656
timeout (>= 0.4.0)
57-
activestorage (7.2.1.2)
58-
actionpack (= 7.2.1.2)
59-
activejob (= 7.2.1.2)
60-
activerecord (= 7.2.1.2)
61-
activesupport (= 7.2.1.2)
57+
activestorage (7.2.2)
58+
actionpack (= 7.2.2)
59+
activejob (= 7.2.2)
60+
activerecord (= 7.2.2)
61+
activesupport (= 7.2.2)
6262
marcel (~> 1.0)
63-
activesupport (7.2.1.2)
63+
activesupport (7.2.2)
6464
base64
65+
benchmark (>= 0.3)
6566
bigdecimal
6667
concurrent-ruby (~> 1.0, >= 1.3.1)
6768
connection_pool (>= 2.2.5)
@@ -79,6 +80,7 @@ GEM
7980
ast (2.4.2)
8081
awesome_print (1.9.2)
8182
base64 (0.2.0)
83+
benchmark (0.3.0)
8284
bigdecimal (3.1.8)
8385
bindex (0.8.1)
8486
bootsnap (1.18.4)
@@ -107,8 +109,9 @@ GEM
107109
irb (~> 1.10)
108110
reline (>= 0.3.8)
109111
drb (2.2.1)
110-
dry-core (1.0.1)
112+
dry-core (1.0.2)
111113
concurrent-ruby (~> 1.0)
114+
logger
112115
zeitwerk (~> 2.6)
113116
dry-inflector (1.1.0)
114117
dry-logic (1.5.0)
@@ -150,10 +153,10 @@ GEM
150153
jbuilder (2.13.0)
151154
actionview (>= 5.0.0)
152155
activesupport (>= 5.0.0)
153-
json (2.7.3)
156+
json (2.7.5)
154157
language_server-protocol (3.17.0.3)
155158
logger (1.6.1)
156-
loofah (2.23.0)
159+
loofah (2.23.1)
157160
crass (~> 1.0.2)
158161
nokogiri (>= 1.12.0)
159162
mail (2.8.1)
@@ -179,7 +182,7 @@ GEM
179182
timeout
180183
net-smtp (0.5.0)
181184
net-protocol
182-
nio4r (2.7.3)
185+
nio4r (2.7.4)
183186
nokogiri (1.16.7-aarch64-linux)
184187
racc (~> 1.4)
185188
nokogiri (1.16.7-x86_64-linux)
@@ -202,30 +205,30 @@ GEM
202205
rackup (2.1.0)
203206
rack (>= 3)
204207
webrick (~> 1.8)
205-
rails (7.2.1.2)
206-
actioncable (= 7.2.1.2)
207-
actionmailbox (= 7.2.1.2)
208-
actionmailer (= 7.2.1.2)
209-
actionpack (= 7.2.1.2)
210-
actiontext (= 7.2.1.2)
211-
actionview (= 7.2.1.2)
212-
activejob (= 7.2.1.2)
213-
activemodel (= 7.2.1.2)
214-
activerecord (= 7.2.1.2)
215-
activestorage (= 7.2.1.2)
216-
activesupport (= 7.2.1.2)
208+
rails (7.2.2)
209+
actioncable (= 7.2.2)
210+
actionmailbox (= 7.2.2)
211+
actionmailer (= 7.2.2)
212+
actionpack (= 7.2.2)
213+
actiontext (= 7.2.2)
214+
actionview (= 7.2.2)
215+
activejob (= 7.2.2)
216+
activemodel (= 7.2.2)
217+
activerecord (= 7.2.2)
218+
activestorage (= 7.2.2)
219+
activesupport (= 7.2.2)
217220
bundler (>= 1.15.0)
218-
railties (= 7.2.1.2)
221+
railties (= 7.2.2)
219222
rails-dom-testing (2.2.0)
220223
activesupport (>= 5.0.0)
221224
minitest
222225
nokogiri (>= 1.6)
223226
rails-html-sanitizer (1.6.0)
224227
loofah (~> 2.21)
225228
nokogiri (~> 1.14)
226-
railties (7.2.1.2)
227-
actionpack (= 7.2.1.2)
228-
activesupport (= 7.2.1.2)
229+
railties (7.2.2)
230+
actionpack (= 7.2.2)
231+
activesupport (= 7.2.2)
229232
irb (~> 1.13)
230233
rackup (>= 1.0.0)
231234
rake (>= 12.2)
@@ -243,7 +246,7 @@ GEM
243246
reline (0.5.10)
244247
io-console (~> 0.5)
245248
rexml (3.3.9)
246-
rubocop (1.67.0)
249+
rubocop (1.68.0)
247250
json (~> 2.3)
248251
language_server-protocol (>= 3.17.0)
249252
parallel (~> 1.10)
@@ -253,15 +256,15 @@ GEM
253256
rubocop-ast (>= 1.32.2, < 2.0)
254257
ruby-progressbar (~> 1.7)
255258
unicode-display_width (>= 2.4.0, < 3.0)
256-
rubocop-ast (1.32.3)
259+
rubocop-ast (1.33.0)
257260
parser (>= 3.3.1.0)
258261
rubocop-minitest (0.36.0)
259262
rubocop (>= 1.61, < 2.0)
260263
rubocop-ast (>= 1.31.1, < 2.0)
261264
rubocop-performance (1.22.1)
262265
rubocop (>= 1.48.1, < 2.0)
263266
rubocop-ast (>= 1.31.1, < 2.0)
264-
rubocop-rails (2.26.2)
267+
rubocop-rails (2.27.0)
265268
activesupport (>= 4.2.0)
266269
rack (>= 1.1)
267270
rubocop (>= 1.52.0, < 2.0)
@@ -274,12 +277,12 @@ GEM
274277
ruby-progressbar (1.13.0)
275278
ruby2_keywords (0.0.5)
276279
rubyzip (2.3.2)
277-
sass-embedded (1.80.4-aarch64-linux-gnu)
280+
sass-embedded (1.80.5-aarch64-linux-gnu)
278281
google-protobuf (~> 4.28)
279-
sass-embedded (1.80.4-x86_64-linux-gnu)
282+
sass-embedded (1.80.5-x86_64-linux-gnu)
280283
google-protobuf (~> 4.28)
281284
securerandom (0.3.1)
282-
selenium-webdriver (4.25.0)
285+
selenium-webdriver (4.26.0)
283286
base64 (~> 0.2)
284287
logger (~> 1.4)
285288
rexml (~> 3.2, >= 3.2.5)
@@ -292,8 +295,8 @@ GEM
292295
actionpack (>= 6.1)
293296
activesupport (>= 6.1)
294297
sprockets (>= 3.0.0)
295-
sqlite3 (2.1.1-aarch64-linux-gnu)
296-
sqlite3 (2.1.1-x86_64-linux-gnu)
298+
sqlite3 (2.2.0-aarch64-linux-gnu)
299+
sqlite3 (2.2.0-x86_64-linux-gnu)
297300
stimulus-rails (1.3.4)
298301
railties (>= 6.0.0)
299302
stringio (3.1.1)

0 commit comments

Comments
 (0)