Skip to content

Commit 5c60a38

Browse files
committed
bundle update
1 parent 05f74a7 commit 5c60a38

File tree

1 file changed

+59
-59
lines changed

1 file changed

+59
-59
lines changed

Gemfile.lock

Lines changed: 59 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,65 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (8.0.2)
5-
actionpack (= 8.0.2)
6-
activesupport (= 8.0.2)
4+
actioncable (8.0.2.1)
5+
actionpack (= 8.0.2.1)
6+
activesupport (= 8.0.2.1)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
99
zeitwerk (~> 2.6)
10-
actionmailbox (8.0.2)
11-
actionpack (= 8.0.2)
12-
activejob (= 8.0.2)
13-
activerecord (= 8.0.2)
14-
activestorage (= 8.0.2)
15-
activesupport (= 8.0.2)
10+
actionmailbox (8.0.2.1)
11+
actionpack (= 8.0.2.1)
12+
activejob (= 8.0.2.1)
13+
activerecord (= 8.0.2.1)
14+
activestorage (= 8.0.2.1)
15+
activesupport (= 8.0.2.1)
1616
mail (>= 2.8.0)
17-
actionmailer (8.0.2)
18-
actionpack (= 8.0.2)
19-
actionview (= 8.0.2)
20-
activejob (= 8.0.2)
21-
activesupport (= 8.0.2)
17+
actionmailer (8.0.2.1)
18+
actionpack (= 8.0.2.1)
19+
actionview (= 8.0.2.1)
20+
activejob (= 8.0.2.1)
21+
activesupport (= 8.0.2.1)
2222
mail (>= 2.8.0)
2323
rails-dom-testing (~> 2.2)
24-
actionpack (8.0.2)
25-
actionview (= 8.0.2)
26-
activesupport (= 8.0.2)
24+
actionpack (8.0.2.1)
25+
actionview (= 8.0.2.1)
26+
activesupport (= 8.0.2.1)
2727
nokogiri (>= 1.8.5)
2828
rack (>= 2.2.4)
2929
rack-session (>= 1.0.1)
3030
rack-test (>= 0.6.3)
3131
rails-dom-testing (~> 2.2)
3232
rails-html-sanitizer (~> 1.6)
3333
useragent (~> 0.16)
34-
actiontext (8.0.2)
35-
actionpack (= 8.0.2)
36-
activerecord (= 8.0.2)
37-
activestorage (= 8.0.2)
38-
activesupport (= 8.0.2)
34+
actiontext (8.0.2.1)
35+
actionpack (= 8.0.2.1)
36+
activerecord (= 8.0.2.1)
37+
activestorage (= 8.0.2.1)
38+
activesupport (= 8.0.2.1)
3939
globalid (>= 0.6.0)
4040
nokogiri (>= 1.8.5)
41-
actionview (8.0.2)
42-
activesupport (= 8.0.2)
41+
actionview (8.0.2.1)
42+
activesupport (= 8.0.2.1)
4343
builder (~> 3.1)
4444
erubi (~> 1.11)
4545
rails-dom-testing (~> 2.2)
4646
rails-html-sanitizer (~> 1.6)
47-
activejob (8.0.2)
48-
activesupport (= 8.0.2)
47+
activejob (8.0.2.1)
48+
activesupport (= 8.0.2.1)
4949
globalid (>= 0.3.6)
50-
activemodel (8.0.2)
51-
activesupport (= 8.0.2)
52-
activerecord (8.0.2)
53-
activemodel (= 8.0.2)
54-
activesupport (= 8.0.2)
50+
activemodel (8.0.2.1)
51+
activesupport (= 8.0.2.1)
52+
activerecord (8.0.2.1)
53+
activemodel (= 8.0.2.1)
54+
activesupport (= 8.0.2.1)
5555
timeout (>= 0.4.0)
56-
activestorage (8.0.2)
57-
actionpack (= 8.0.2)
58-
activejob (= 8.0.2)
59-
activerecord (= 8.0.2)
60-
activesupport (= 8.0.2)
56+
activestorage (8.0.2.1)
57+
actionpack (= 8.0.2.1)
58+
activejob (= 8.0.2.1)
59+
activerecord (= 8.0.2.1)
60+
activesupport (= 8.0.2.1)
6161
marcel (~> 1.0)
62-
activesupport (8.0.2)
62+
activesupport (8.0.2.1)
6363
base64
6464
benchmark (>= 0.3)
6565
bigdecimal
@@ -78,7 +78,7 @@ GEM
7878
authentication-zero (4.0.3)
7979
awesome_print (1.9.2)
8080
aws-eventstream (1.4.0)
81-
aws-partitions (1.1144.0)
81+
aws-partitions (1.1146.0)
8282
aws-sdk-core (3.229.0)
8383
aws-eventstream (~> 1, >= 1.3.0)
8484
aws-partitions (~> 1, >= 1.992.0)
@@ -217,30 +217,30 @@ GEM
217217
rack (>= 1.3)
218218
rackup (2.2.1)
219219
rack (>= 3)
220-
rails (8.0.2)
221-
actioncable (= 8.0.2)
222-
actionmailbox (= 8.0.2)
223-
actionmailer (= 8.0.2)
224-
actionpack (= 8.0.2)
225-
actiontext (= 8.0.2)
226-
actionview (= 8.0.2)
227-
activejob (= 8.0.2)
228-
activemodel (= 8.0.2)
229-
activerecord (= 8.0.2)
230-
activestorage (= 8.0.2)
231-
activesupport (= 8.0.2)
220+
rails (8.0.2.1)
221+
actioncable (= 8.0.2.1)
222+
actionmailbox (= 8.0.2.1)
223+
actionmailer (= 8.0.2.1)
224+
actionpack (= 8.0.2.1)
225+
actiontext (= 8.0.2.1)
226+
actionview (= 8.0.2.1)
227+
activejob (= 8.0.2.1)
228+
activemodel (= 8.0.2.1)
229+
activerecord (= 8.0.2.1)
230+
activestorage (= 8.0.2.1)
231+
activesupport (= 8.0.2.1)
232232
bundler (>= 1.15.0)
233-
railties (= 8.0.2)
233+
railties (= 8.0.2.1)
234234
rails-dom-testing (2.3.0)
235235
activesupport (>= 5.0.0)
236236
minitest
237237
nokogiri (>= 1.6)
238238
rails-html-sanitizer (1.6.2)
239239
loofah (~> 2.21)
240240
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
241-
railties (8.0.2)
242-
actionpack (= 8.0.2)
243-
activesupport (= 8.0.2)
241+
railties (8.0.2.1)
242+
actionpack (= 8.0.2.1)
243+
activesupport (= 8.0.2.1)
244244
irb (~> 1.13)
245245
rackup (>= 1.0.0)
246246
rake (>= 12.2)
@@ -255,7 +255,7 @@ GEM
255255
redis-client (>= 0.22.0)
256256
redis-client (0.25.2)
257257
connection_pool
258-
regexp_parser (2.11.1)
258+
regexp_parser (2.11.2)
259259
reline (0.6.2)
260260
io-console (~> 0.5)
261261
rexml (3.4.1)
@@ -284,7 +284,7 @@ GEM
284284
lint_roller (~> 1.1)
285285
rubocop (>= 1.75.0, < 2.0)
286286
rubocop-ast (>= 1.38.0, < 2.0)
287-
rubocop-rails (2.33.0)
287+
rubocop-rails (2.33.3)
288288
activesupport (>= 4.2.0)
289289
lint_roller (~> 1.1)
290290
rack (>= 1.1)
@@ -298,15 +298,15 @@ GEM
298298
rubocop (~> 1.72, >= 1.72.1)
299299
rubocop-ast (>= 1.44.0, < 2.0)
300300
ruby-progressbar (1.13.0)
301-
rubyzip (2.4.1)
301+
rubyzip (3.0.1)
302302
rufus-scheduler (3.9.2)
303303
fugit (~> 1.1, >= 1.11.1)
304304
securerandom (0.4.1)
305-
selenium-webdriver (4.34.0)
305+
selenium-webdriver (4.35.0)
306306
base64 (~> 0.2)
307307
logger (~> 1.4)
308308
rexml (~> 3.2, >= 3.2.5)
309-
rubyzip (>= 1.2.2, < 3.0)
309+
rubyzip (>= 1.2.2, < 4.0)
310310
websocket (~> 1.0)
311311
sidekiq (8.0.7)
312312
connection_pool (>= 2.5.0)

0 commit comments

Comments
 (0)