Skip to content

Commit 5fa7aa1

Browse files
chore(deps): bump rails, rails-i18n and rubocop
Bumps [rails](https://github.com/rails/rails), [rails-i18n](https://github.com/svenfuchs/rails-i18n) and [rubocop](https://github.com/rubocop/rubocop). These dependencies needed to be updated together. Updates `rails` from 7.2.2 to 8.0.0 - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v7.2.2...v8.0.0) Updates `rails-i18n` from 7.0.9 to 8.0.1 - [Changelog](https://github.com/svenfuchs/rails-i18n/blob/master/CHANGELOG.md) - [Commits](https://github.com/svenfuchs/rails-i18n/commits) Updates `rubocop` from 1.64.1 to 1.69.0 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.64.1...v1.69.0) --- updated-dependencies: - dependency-name: rails dependency-type: direct:production update-type: version-update:semver-major - dependency-name: rails-i18n dependency-type: direct:production update-type: version-update:semver-major - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7e4774a commit 5fa7aa1

File tree

2 files changed

+72
-71
lines changed

2 files changed

+72
-71
lines changed

Gemfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ source 'https://rubygems.org'
55
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
66

77
gem 'puma', '~> 6.5.0'
8-
gem 'rails', '~> 7.2.2'
9-
gem 'rails-i18n', '~> 7.0.5'
8+
gem 'rails', '~> 8.0.0'
9+
gem 'rails-i18n', '~> 8.0.1'
1010
gem 'rack-cors', '~> 2.0.2'
1111
gem 'rack', '~> 3.0.11'
1212

Gemfile.lock

+70-69
Original file line numberDiff line numberDiff line change
@@ -5,46 +5,45 @@ GEM
55
base64
66
nkf
77
rexml
8-
actioncable (7.2.2)
9-
actionpack (= 7.2.2)
10-
activesupport (= 7.2.2)
8+
actioncable (8.0.0)
9+
actionpack (= 8.0.0)
10+
activesupport (= 8.0.0)
1111
nio4r (~> 2.0)
1212
websocket-driver (>= 0.6.1)
1313
zeitwerk (~> 2.6)
14-
actionmailbox (7.2.2)
15-
actionpack (= 7.2.2)
16-
activejob (= 7.2.2)
17-
activerecord (= 7.2.2)
18-
activestorage (= 7.2.2)
19-
activesupport (= 7.2.2)
14+
actionmailbox (8.0.0)
15+
actionpack (= 8.0.0)
16+
activejob (= 8.0.0)
17+
activerecord (= 8.0.0)
18+
activestorage (= 8.0.0)
19+
activesupport (= 8.0.0)
2020
mail (>= 2.8.0)
21-
actionmailer (7.2.2)
22-
actionpack (= 7.2.2)
23-
actionview (= 7.2.2)
24-
activejob (= 7.2.2)
25-
activesupport (= 7.2.2)
21+
actionmailer (8.0.0)
22+
actionpack (= 8.0.0)
23+
actionview (= 8.0.0)
24+
activejob (= 8.0.0)
25+
activesupport (= 8.0.0)
2626
mail (>= 2.8.0)
2727
rails-dom-testing (~> 2.2)
28-
actionpack (7.2.2)
29-
actionview (= 7.2.2)
30-
activesupport (= 7.2.2)
28+
actionpack (8.0.0)
29+
actionview (= 8.0.0)
30+
activesupport (= 8.0.0)
3131
nokogiri (>= 1.8.5)
32-
racc
33-
rack (>= 2.2.4, < 3.2)
32+
rack (>= 2.2.4)
3433
rack-session (>= 1.0.1)
3534
rack-test (>= 0.6.3)
3635
rails-dom-testing (~> 2.2)
3736
rails-html-sanitizer (~> 1.6)
3837
useragent (~> 0.16)
39-
actiontext (7.2.2)
40-
actionpack (= 7.2.2)
41-
activerecord (= 7.2.2)
42-
activestorage (= 7.2.2)
43-
activesupport (= 7.2.2)
38+
actiontext (8.0.0)
39+
actionpack (= 8.0.0)
40+
activerecord (= 8.0.0)
41+
activestorage (= 8.0.0)
42+
activesupport (= 8.0.0)
4443
globalid (>= 0.6.0)
4544
nokogiri (>= 1.8.5)
46-
actionview (7.2.2)
47-
activesupport (= 7.2.2)
45+
actionview (8.0.0)
46+
activesupport (= 8.0.0)
4847
builder (~> 3.1)
4948
erubi (~> 1.11)
5049
rails-dom-testing (~> 2.2)
@@ -54,25 +53,25 @@ GEM
5453
activemodel (>= 4.1)
5554
case_transform (>= 0.2)
5655
jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
57-
activejob (7.2.2)
58-
activesupport (= 7.2.2)
56+
activejob (8.0.0)
57+
activesupport (= 8.0.0)
5958
globalid (>= 0.3.6)
6059
activejob-status (1.0.2)
6160
activejob (>= 6.0)
6261
activesupport (>= 6.0)
63-
activemodel (7.2.2)
64-
activesupport (= 7.2.2)
65-
activerecord (7.2.2)
66-
activemodel (= 7.2.2)
67-
activesupport (= 7.2.2)
62+
activemodel (8.0.0)
63+
activesupport (= 8.0.0)
64+
activerecord (8.0.0)
65+
activemodel (= 8.0.0)
66+
activesupport (= 8.0.0)
6867
timeout (>= 0.4.0)
69-
activestorage (7.2.2)
70-
actionpack (= 7.2.2)
71-
activejob (= 7.2.2)
72-
activerecord (= 7.2.2)
73-
activesupport (= 7.2.2)
68+
activestorage (8.0.0)
69+
actionpack (= 8.0.0)
70+
activejob (= 8.0.0)
71+
activerecord (= 8.0.0)
72+
activesupport (= 8.0.0)
7473
marcel (~> 1.0)
75-
activesupport (7.2.2)
74+
activesupport (8.0.0)
7675
base64
7776
benchmark (>= 0.3)
7877
bigdecimal
@@ -84,6 +83,7 @@ GEM
8483
minitest (>= 5.1)
8584
securerandom (>= 0.3)
8685
tzinfo (~> 2.0, >= 2.0.5)
86+
uri (>= 0.13.1)
8787
addressable (2.8.7)
8888
public_suffix (>= 2.0.2, < 7.0)
8989
aes_key_wrap (1.1.0)
@@ -312,7 +312,7 @@ GEM
312312
multipart-post (2.4.1)
313313
net-http (0.5.0)
314314
uri
315-
net-imap (0.5.0)
315+
net-imap (0.5.1)
316316
date
317317
net-protocol
318318
net-ldap (0.19.0)
@@ -382,8 +382,8 @@ GEM
382382
openssl (3.2.0)
383383
orm_adapter (0.5.0)
384384
ostruct (0.6.1)
385-
parallel (1.25.1)
386-
parser (3.3.3.0)
385+
parallel (1.26.3)
386+
parser (3.3.6.0)
387387
ast (~> 2.4.1)
388388
racc
389389
pedump (0.6.10)
@@ -438,36 +438,36 @@ GEM
438438
rack (>= 1.3)
439439
rackup (2.2.1)
440440
rack (>= 3)
441-
rails (7.2.2)
442-
actioncable (= 7.2.2)
443-
actionmailbox (= 7.2.2)
444-
actionmailer (= 7.2.2)
445-
actionpack (= 7.2.2)
446-
actiontext (= 7.2.2)
447-
actionview (= 7.2.2)
448-
activejob (= 7.2.2)
449-
activemodel (= 7.2.2)
450-
activerecord (= 7.2.2)
451-
activestorage (= 7.2.2)
452-
activesupport (= 7.2.2)
441+
rails (8.0.0)
442+
actioncable (= 8.0.0)
443+
actionmailbox (= 8.0.0)
444+
actionmailer (= 8.0.0)
445+
actionpack (= 8.0.0)
446+
actiontext (= 8.0.0)
447+
actionview (= 8.0.0)
448+
activejob (= 8.0.0)
449+
activemodel (= 8.0.0)
450+
activerecord (= 8.0.0)
451+
activestorage (= 8.0.0)
452+
activesupport (= 8.0.0)
453453
bundler (>= 1.15.0)
454-
railties (= 7.2.2)
454+
railties (= 8.0.0)
455455
rails-dom-testing (2.2.0)
456456
activesupport (>= 5.0.0)
457457
minitest
458458
nokogiri (>= 1.6)
459459
rails-html-sanitizer (1.6.0)
460460
loofah (~> 2.21)
461461
nokogiri (~> 1.14)
462-
rails-i18n (7.0.9)
462+
rails-i18n (8.0.1)
463463
i18n (>= 0.7, < 2)
464-
railties (>= 6.0.0, < 8)
464+
railties (>= 8.0.0, < 9)
465465
rails-settings-cached (2.9.5)
466466
activerecord (>= 5.0.0)
467467
railties (>= 5.0.0)
468-
railties (7.2.2)
469-
actionpack (= 7.2.2)
470-
activesupport (= 7.2.2)
468+
railties (8.0.0)
469+
actionpack (= 8.0.0)
470+
activesupport (= 8.0.0)
471471
irb (~> 1.13)
472472
rackup (>= 1.0.0)
473473
rake (>= 12.2)
@@ -522,18 +522,17 @@ GEM
522522
rswag-ui (2.16.0)
523523
actionpack (>= 5.2, < 8.1)
524524
railties (>= 5.2, < 8.1)
525-
rubocop (1.64.1)
525+
rubocop (1.69.0)
526526
json (~> 2.3)
527527
language_server-protocol (>= 3.17.0)
528528
parallel (~> 1.10)
529529
parser (>= 3.3.0.2)
530530
rainbow (>= 2.2.2, < 4.0)
531-
regexp_parser (>= 1.8, < 3.0)
532-
rexml (>= 3.2.5, < 4.0)
533-
rubocop-ast (>= 1.31.1, < 2.0)
531+
regexp_parser (>= 2.4, < 3.0)
532+
rubocop-ast (>= 1.36.1, < 2.0)
534533
ruby-progressbar (~> 1.7)
535-
unicode-display_width (>= 2.4.0, < 3.0)
536-
rubocop-ast (1.31.3)
534+
unicode-display_width (>= 2.4.0, < 4.0)
535+
rubocop-ast (1.36.1)
537536
parser (>= 3.3.1.0)
538537
rubocop-rails (2.25.0)
539538
activesupport (>= 4.2.0)
@@ -593,7 +592,9 @@ GEM
593592
railties (>= 6.0.0)
594593
tzinfo (2.0.6)
595594
concurrent-ruby (~> 1.0)
596-
unicode-display_width (2.5.0)
595+
unicode-display_width (3.1.2)
596+
unicode-emoji (~> 4.0, >= 4.0.4)
597+
unicode-emoji (4.0.4)
597598
uri (1.0.2)
598599
useragent (0.16.10)
599600
uuidtools (2.2.0)
@@ -685,8 +686,8 @@ DEPENDENCIES
685686
pundit (~> 2.4.0)
686687
rack (~> 3.0.11)
687688
rack-cors (~> 2.0.2)
688-
rails (~> 7.2.2)
689-
rails-i18n (~> 7.0.5)
689+
rails (~> 8.0.0)
690+
rails-i18n (~> 8.0.1)
690691
rails-settings-cached (~> 2.9.5)
691692
rake (~> 13.0.4)
692693
rqrcode

0 commit comments

Comments
 (0)