Skip to content

Commit 27bbfea

Browse files
chore(deps): bump the ruby-deps group with 7 updates
Bumps the ruby-deps group with 7 updates: | Package | From | To | | --- | --- | --- | | [turbo-rails](https://github.com/hotwired/turbo-rails) | `2.0.12` | `2.0.16` | | [rails](https://github.com/rails/rails) | `7.0.8.1` | `8.0.2.1` | | [acts-as-taggable-on](https://github.com/mbleigh/acts-as-taggable-on) | `11.0.0` | `12.0.0` | | [selenium-webdriver](https://github.com/SeleniumHQ/selenium) | `4.34.0` | `4.35.0` | | [jbuilder](https://github.com/rails/jbuilder) | `2.13.0` | `2.14.1` | | [rubocop](https://github.com/rubocop/rubocop) | `1.79.1` | `1.79.2` | | [rubocop-rails](https://github.com/rubocop/rubocop-rails) | `2.32.0` | `2.33.3` | Updates `turbo-rails` from 2.0.12 to 2.0.16 - [Release notes](https://github.com/hotwired/turbo-rails/releases) - [Commits](hotwired/turbo-rails@v2.0.12...v2.0.16) Updates `rails` from 7.0.8.1 to 8.0.2.1 - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v7.0.8.1...v8.0.2.1) Updates `acts-as-taggable-on` from 11.0.0 to 12.0.0 - [Release notes](https://github.com/mbleigh/acts-as-taggable-on/releases) - [Changelog](https://github.com/mbleigh/acts-as-taggable-on/blob/master/CHANGELOG.md) - [Commits](mbleigh/acts-as-taggable-on@v11.0.0...v12.0.0) Updates `selenium-webdriver` from 4.34.0 to 4.35.0 - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Changelog](https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES) - [Commits](SeleniumHQ/selenium@selenium-4.34.0...selenium-4.35.0) Updates `jbuilder` from 2.13.0 to 2.14.1 - [Release notes](https://github.com/rails/jbuilder/releases) - [Commits](rails/jbuilder@v2.13.0...v2.14.1) Updates `rubocop` from 1.79.1 to 1.79.2 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.79.1...v1.79.2) Updates `rubocop-rails` from 2.32.0 to 2.33.3 - [Release notes](https://github.com/rubocop/rubocop-rails/releases) - [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-rails@v2.32.0...v2.33.3) Updates `selenium-webdriver` from 4.34.0 to 4.35.0 - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Changelog](https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES) - [Commits](SeleniumHQ/selenium@selenium-4.34.0...selenium-4.35.0) --- updated-dependencies: - dependency-name: turbo-rails dependency-version: 2.0.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ruby-deps - dependency-name: rails dependency-version: 8.0.2.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: ruby-deps - dependency-name: acts-as-taggable-on dependency-version: 12.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: ruby-deps - dependency-name: selenium-webdriver dependency-version: 4.35.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby-deps - dependency-name: jbuilder dependency-version: 2.14.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ruby-deps - dependency-name: rubocop dependency-version: 1.79.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ruby-deps - dependency-name: rubocop-rails dependency-version: 2.33.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby-deps - dependency-name: selenium-webdriver dependency-version: 4.35.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby-deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 41de220 commit 27bbfea

File tree

2 files changed

+113
-96
lines changed

2 files changed

+113
-96
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://rubygems.org'
22
ruby '3.4.4'
33

4-
gem 'rails', '7.0.8.1'
4+
gem 'rails', '8.0.2.1'
55
# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
66
gem 'sprockets-rails'
77

Gemfile.lock

Lines changed: 112 additions & 95 deletions
Original file line numberDiff line numberDiff line change
@@ -1,73 +1,79 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.0.8.1)
5-
actionpack (= 7.0.8.1)
6-
activesupport (= 7.0.8.1)
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)
9-
actionmailbox (7.0.8.1)
10-
actionpack (= 7.0.8.1)
11-
activejob (= 7.0.8.1)
12-
activerecord (= 7.0.8.1)
13-
activestorage (= 7.0.8.1)
14-
activesupport (= 7.0.8.1)
15-
mail (>= 2.7.1)
16-
net-imap
17-
net-pop
18-
net-smtp
19-
actionmailer (7.0.8.1)
20-
actionpack (= 7.0.8.1)
21-
actionview (= 7.0.8.1)
22-
activejob (= 7.0.8.1)
23-
activesupport (= 7.0.8.1)
24-
mail (~> 2.5, >= 2.5.4)
25-
net-imap
26-
net-pop
27-
net-smtp
28-
rails-dom-testing (~> 2.0)
29-
actionpack (7.0.8.1)
30-
actionview (= 7.0.8.1)
31-
activesupport (= 7.0.8.1)
32-
rack (~> 2.0, >= 2.2.4)
9+
zeitwerk (~> 2.6)
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)
16+
mail (>= 2.8.0)
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)
22+
mail (>= 2.8.0)
23+
rails-dom-testing (~> 2.2)
24+
actionpack (8.0.2.1)
25+
actionview (= 8.0.2.1)
26+
activesupport (= 8.0.2.1)
27+
nokogiri (>= 1.8.5)
28+
rack (>= 2.2.4)
29+
rack-session (>= 1.0.1)
3330
rack-test (>= 0.6.3)
34-
rails-dom-testing (~> 2.0)
35-
rails-html-sanitizer (~> 1.0, >= 1.2.0)
36-
actiontext (7.0.8.1)
37-
actionpack (= 7.0.8.1)
38-
activerecord (= 7.0.8.1)
39-
activestorage (= 7.0.8.1)
40-
activesupport (= 7.0.8.1)
31+
rails-dom-testing (~> 2.2)
32+
rails-html-sanitizer (~> 1.6)
33+
useragent (~> 0.16)
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)
4139
globalid (>= 0.6.0)
4240
nokogiri (>= 1.8.5)
43-
actionview (7.0.8.1)
44-
activesupport (= 7.0.8.1)
41+
actionview (8.0.2.1)
42+
activesupport (= 8.0.2.1)
4543
builder (~> 3.1)
46-
erubi (~> 1.4)
47-
rails-dom-testing (~> 2.0)
48-
rails-html-sanitizer (~> 1.1, >= 1.2.0)
49-
activejob (7.0.8.1)
50-
activesupport (= 7.0.8.1)
44+
erubi (~> 1.11)
45+
rails-dom-testing (~> 2.2)
46+
rails-html-sanitizer (~> 1.6)
47+
activejob (8.0.2.1)
48+
activesupport (= 8.0.2.1)
5149
globalid (>= 0.3.6)
52-
activemodel (7.0.8.1)
53-
activesupport (= 7.0.8.1)
54-
activerecord (7.0.8.1)
55-
activemodel (= 7.0.8.1)
56-
activesupport (= 7.0.8.1)
57-
activestorage (7.0.8.1)
58-
actionpack (= 7.0.8.1)
59-
activejob (= 7.0.8.1)
60-
activerecord (= 7.0.8.1)
61-
activesupport (= 7.0.8.1)
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)
55+
timeout (>= 0.4.0)
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)
6261
marcel (~> 1.0)
63-
mini_mime (>= 1.1.0)
64-
activesupport (7.0.8.1)
65-
concurrent-ruby (~> 1.0, >= 1.0.2)
62+
activesupport (8.0.2.1)
63+
base64
64+
benchmark (>= 0.3)
65+
bigdecimal
66+
concurrent-ruby (~> 1.0, >= 1.3.1)
67+
connection_pool (>= 2.2.5)
68+
drb
6669
i18n (>= 1.6, < 2)
70+
logger (>= 1.4.2)
6771
minitest (>= 5.1)
68-
tzinfo (~> 2.0)
69-
acts-as-taggable-on (11.0.0)
70-
activerecord (>= 7.0, < 8.0)
72+
securerandom (>= 0.3)
73+
tzinfo (~> 2.0, >= 2.0.5)
74+
uri (>= 0.13.1)
75+
acts-as-taggable-on (12.0.0)
76+
activerecord (>= 7.1, < 8.1)
7177
zeitwerk (>= 2.4, < 3.0)
7278
addressable (2.8.7)
7379
public_suffix (>= 2.0.2, < 7.0)
@@ -144,6 +150,7 @@ GEM
144150
commonmarker (2.3.2)
145151
rb_sys (~> 0.9)
146152
concurrent-ruby (1.3.5)
153+
connection_pool (2.5.3)
147154
crass (1.0.6)
148155
css_parser (1.14.0)
149156
addressable
@@ -217,9 +224,9 @@ GEM
217224
pp (>= 0.6.0)
218225
rdoc (>= 4.0.0)
219226
reline (>= 0.4.2)
220-
jbuilder (2.13.0)
221-
actionview (>= 5.0.0)
222-
activesupport (>= 5.0.0)
227+
jbuilder (2.14.1)
228+
actionview (>= 7.0.0)
229+
activesupport (>= 7.0.0)
223230
jmespath (1.6.2)
224231
jquery-rails (4.6.0)
225232
rails-dom-testing (>= 1, < 3)
@@ -261,14 +268,14 @@ GEM
261268
mutex_m (0.3.0)
262269
net-http (0.6.0)
263270
uri
264-
net-imap (0.4.20)
271+
net-imap (0.5.9)
265272
date
266273
net-protocol
267274
net-pop (0.1.2)
268275
net-protocol
269276
net-protocol (0.2.2)
270277
timeout
271-
net-smtp (0.4.0.1)
278+
net-smtp (0.5.1)
272279
net-protocol
273280
nio4r (2.7.4)
274281
nokogiri (1.18.9)
@@ -341,28 +348,34 @@ GEM
341348
pundit (2.5.0)
342349
activesupport (>= 3.0.0)
343350
racc (1.8.1)
344-
rack (2.2.17)
351+
rack (3.2.0)
345352
rack-mini-profiler (4.0.1)
346353
rack (>= 1.2.0)
347-
rack-protection (3.2.0)
354+
rack-protection (4.1.1)
355+
base64 (>= 0.1.0)
356+
logger (>= 1.6.0)
357+
rack (>= 3.0.0, < 4)
358+
rack-session (2.1.1)
348359
base64 (>= 0.1.0)
349-
rack (~> 2.2, >= 2.2.4)
360+
rack (>= 3.0.0)
350361
rack-test (2.2.0)
351362
rack (>= 1.3)
352-
rails (7.0.8.1)
353-
actioncable (= 7.0.8.1)
354-
actionmailbox (= 7.0.8.1)
355-
actionmailer (= 7.0.8.1)
356-
actionpack (= 7.0.8.1)
357-
actiontext (= 7.0.8.1)
358-
actionview (= 7.0.8.1)
359-
activejob (= 7.0.8.1)
360-
activemodel (= 7.0.8.1)
361-
activerecord (= 7.0.8.1)
362-
activestorage (= 7.0.8.1)
363-
activesupport (= 7.0.8.1)
363+
rackup (2.2.1)
364+
rack (>= 3)
365+
rails (8.0.2.1)
366+
actioncable (= 8.0.2.1)
367+
actionmailbox (= 8.0.2.1)
368+
actionmailer (= 8.0.2.1)
369+
actionpack (= 8.0.2.1)
370+
actiontext (= 8.0.2.1)
371+
actionview (= 8.0.2.1)
372+
activejob (= 8.0.2.1)
373+
activemodel (= 8.0.2.1)
374+
activerecord (= 8.0.2.1)
375+
activestorage (= 8.0.2.1)
376+
activesupport (= 8.0.2.1)
364377
bundler (>= 1.15.0)
365-
railties (= 7.0.8.1)
378+
railties (= 8.0.2.1)
366379
rails-dom-testing (2.3.0)
367380
activesupport (>= 5.0.0)
368381
minitest
@@ -377,13 +390,14 @@ GEM
377390
rails_stdout_logging
378391
rails_serve_static_assets (0.0.5)
379392
rails_stdout_logging (0.0.5)
380-
railties (7.0.8.1)
381-
actionpack (= 7.0.8.1)
382-
activesupport (= 7.0.8.1)
383-
method_source
393+
railties (8.0.2.1)
394+
actionpack (= 8.0.2.1)
395+
activesupport (= 8.0.2.1)
396+
irb (~> 1.13)
397+
rackup (>= 1.0.0)
384398
rake (>= 12.2)
385-
thor (~> 1.0)
386-
zeitwerk (~> 2.5)
399+
thor (~> 1.0, >= 1.2.2)
400+
zeitwerk (~> 2.6)
387401
rainbow (3.1.1)
388402
rake (13.3.0)
389403
rake-compiler-dock (1.9.1)
@@ -395,7 +409,7 @@ GEM
395409
rdoc (6.14.2)
396410
erb
397411
psych (>= 4.0.0)
398-
regexp_parser (2.11.0)
412+
regexp_parser (2.11.2)
399413
reline (0.6.2)
400414
io-console (~> 0.5)
401415
rexml (3.4.1)
@@ -421,7 +435,7 @@ GEM
421435
rspec-mocks (~> 3.13)
422436
rspec-support (~> 3.13)
423437
rspec-support (3.13.2)
424-
rubocop (1.79.1)
438+
rubocop (1.79.2)
425439
json (~> 2.3)
426440
language_server-protocol (~> 3.17.0.2)
427441
lint_roller (~> 1.1.0)
@@ -439,7 +453,7 @@ GEM
439453
lint_roller (~> 1.1)
440454
rubocop (>= 1.75.0, < 2.0)
441455
rubocop-ast (>= 1.38.0, < 2.0)
442-
rubocop-rails (2.32.0)
456+
rubocop-rails (2.33.3)
443457
activesupport (>= 4.2.0)
444458
lint_roller (~> 1.1)
445459
rack (>= 1.1)
@@ -452,7 +466,7 @@ GEM
452466
ruby-vips (2.2.4)
453467
ffi (~> 1.12)
454468
logger
455-
rubyzip (2.4.1)
469+
rubyzip (3.0.1)
456470
sassc (2.4.0)
457471
ffi (~> 1.9)
458472
sassc-rails (2.1.2)
@@ -461,11 +475,12 @@ GEM
461475
sprockets (> 3.0)
462476
sprockets-rails
463477
tilt
464-
selenium-webdriver (4.34.0)
478+
securerandom (0.4.1)
479+
selenium-webdriver (4.35.0)
465480
base64 (~> 0.2)
466481
logger (~> 1.4)
467482
rexml (~> 3.2, >= 3.2.5)
468-
rubyzip (>= 1.2.2, < 3.0)
483+
rubyzip (>= 1.2.2, < 4.0)
469484
websocket (~> 1.0)
470485
shoulda-matchers (6.5.0)
471486
activesupport (>= 5.2.0)
@@ -505,9 +520,9 @@ GEM
505520
tilt (2.6.1)
506521
timecop (0.9.10)
507522
timeout (0.4.3)
508-
turbo-rails (2.0.12)
509-
actionpack (>= 6.0.0)
510-
railties (>= 6.0.0)
523+
turbo-rails (2.0.16)
524+
actionpack (>= 7.1.0)
525+
railties (>= 7.1.0)
511526
tzinfo (2.0.6)
512527
concurrent-ruby (~> 1.0)
513528
tzinfo-data (1.2025.2)
@@ -517,14 +532,16 @@ GEM
517532
unicode-emoji (4.0.4)
518533
uniform_notifier (1.17.0)
519534
uri (1.0.3)
535+
useragent (0.16.11)
520536
version_gem (1.1.3)
521537
web-console (4.2.1)
522538
actionview (>= 6.0.0)
523539
activemodel (>= 6.0.0)
524540
bindex (>= 0.4.0)
525541
railties (>= 6.0.0)
526542
websocket (1.2.11)
527-
websocket-driver (0.7.6)
543+
websocket-driver (0.8.0)
544+
base64
528545
websocket-extensions (>= 0.1.0)
529546
websocket-extensions (0.1.5)
530547
xpath (3.2.0)
@@ -588,7 +605,7 @@ DEPENDENCIES
588605
puma (~> 6.6)
589606
pundit
590607
rack-mini-profiler (~> 4.0)
591-
rails (= 7.0.8.1)
608+
rails (= 8.0.2.1)
592609
rails-html-sanitizer (~> 1.6.2)
593610
rails4-autocomplete
594611
rails_12factor

0 commit comments

Comments
 (0)