Skip to content

Commit 721615e

Browse files
Bump rails and rails-i18n
Bumps [rails](https://github.com/rails/rails) and [rails-i18n](https://github.com/svenfuchs/rails-i18n). These dependencies needed to be updated together. Updates `rails` from 7.2.2.1 to 8.0.1 - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v7.2.2.1...v8.0.1) Updates `rails-i18n` from 7.0.10 to 8.0.1 - [Changelog](https://github.com/svenfuchs/rails-i18n/blob/master/CHANGELOG.md) - [Commits](https://github.com/svenfuchs/rails-i18n/commits) --- updated-dependencies: - dependency-name: rails dependency-type: direct:production update-type: version-update:semver-major - dependency-name: rails-i18n dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4cb2718 commit 721615e

File tree

2 files changed

+61
-61
lines changed

2 files changed

+61
-61
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source 'https://rubygems.org'
22
ruby '3.2.4'
33

44
# Standard rails
5-
gem 'rails', '~> 7.2.2.1'
5+
gem 'rails', '~> 8.0.1'
66
gem 'puma', '~> 6.6' # roar
77
gem 'sdoc', '~> 2.6.0', group: :doc
88
gem 'nokogiri', '>= 1.13.4'
@@ -73,7 +73,7 @@ gem 'rails-html-sanitizer', '>= 1.4.3'
7373

7474
group :development do
7575
gem 'i18n-tasks', '~> 1.0.14' # check and clean i18n keys
76-
gem 'rails-i18n', '~> 7.0' # dependency of i18n-tasks
76+
gem 'rails-i18n', '~> 8.0' # dependency of i18n-tasks
7777
gem 'shog' # makes rails s output color!
7878
gem 'listen', '>= 3.0.5'
7979
gem 'rubocop', require: false # our code style / linting system

Gemfile.lock

Lines changed: 59 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -2,58 +2,57 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
Ascii85 (1.1.0)
5-
actioncable (7.2.2.1)
6-
actionpack (= 7.2.2.1)
7-
activesupport (= 7.2.2.1)
5+
actioncable (8.0.1)
6+
actionpack (= 8.0.1)
7+
activesupport (= 8.0.1)
88
nio4r (~> 2.0)
99
websocket-driver (>= 0.6.1)
1010
zeitwerk (~> 2.6)
11-
actionmailbox (7.2.2.1)
12-
actionpack (= 7.2.2.1)
13-
activejob (= 7.2.2.1)
14-
activerecord (= 7.2.2.1)
15-
activestorage (= 7.2.2.1)
16-
activesupport (= 7.2.2.1)
11+
actionmailbox (8.0.1)
12+
actionpack (= 8.0.1)
13+
activejob (= 8.0.1)
14+
activerecord (= 8.0.1)
15+
activestorage (= 8.0.1)
16+
activesupport (= 8.0.1)
1717
mail (>= 2.8.0)
18-
actionmailer (7.2.2.1)
19-
actionpack (= 7.2.2.1)
20-
actionview (= 7.2.2.1)
21-
activejob (= 7.2.2.1)
22-
activesupport (= 7.2.2.1)
18+
actionmailer (8.0.1)
19+
actionpack (= 8.0.1)
20+
actionview (= 8.0.1)
21+
activejob (= 8.0.1)
22+
activesupport (= 8.0.1)
2323
mail (>= 2.8.0)
2424
rails-dom-testing (~> 2.2)
25-
actionpack (7.2.2.1)
26-
actionview (= 7.2.2.1)
27-
activesupport (= 7.2.2.1)
25+
actionpack (8.0.1)
26+
actionview (= 8.0.1)
27+
activesupport (= 8.0.1)
2828
nokogiri (>= 1.8.5)
29-
racc
30-
rack (>= 2.2.4, < 3.2)
29+
rack (>= 2.2.4)
3130
rack-session (>= 1.0.1)
3231
rack-test (>= 0.6.3)
3332
rails-dom-testing (~> 2.2)
3433
rails-html-sanitizer (~> 1.6)
3534
useragent (~> 0.16)
36-
actiontext (7.2.2.1)
37-
actionpack (= 7.2.2.1)
38-
activerecord (= 7.2.2.1)
39-
activestorage (= 7.2.2.1)
40-
activesupport (= 7.2.2.1)
35+
actiontext (8.0.1)
36+
actionpack (= 8.0.1)
37+
activerecord (= 8.0.1)
38+
activestorage (= 8.0.1)
39+
activesupport (= 8.0.1)
4140
globalid (>= 0.6.0)
4241
nokogiri (>= 1.8.5)
43-
actionview (7.2.2.1)
44-
activesupport (= 7.2.2.1)
42+
actionview (8.0.1)
43+
activesupport (= 8.0.1)
4544
builder (~> 3.1)
4645
erubi (~> 1.11)
4746
rails-dom-testing (~> 2.2)
4847
rails-html-sanitizer (~> 1.6)
49-
activejob (7.2.2.1)
50-
activesupport (= 7.2.2.1)
48+
activejob (8.0.1)
49+
activesupport (= 8.0.1)
5150
globalid (>= 0.3.6)
52-
activemodel (7.2.2.1)
53-
activesupport (= 7.2.2.1)
54-
activerecord (7.2.2.1)
55-
activemodel (= 7.2.2.1)
56-
activesupport (= 7.2.2.1)
51+
activemodel (8.0.1)
52+
activesupport (= 8.0.1)
53+
activerecord (8.0.1)
54+
activemodel (= 8.0.1)
55+
activesupport (= 8.0.1)
5756
timeout (>= 0.4.0)
5857
activerecord-session_store (2.1.0)
5958
actionpack (>= 6.1)
@@ -62,13 +61,13 @@ GEM
6261
multi_json (~> 1.11, >= 1.11.2)
6362
rack (>= 2.0.8, < 4)
6463
railties (>= 6.1)
65-
activestorage (7.2.2.1)
66-
actionpack (= 7.2.2.1)
67-
activejob (= 7.2.2.1)
68-
activerecord (= 7.2.2.1)
69-
activesupport (= 7.2.2.1)
64+
activestorage (8.0.1)
65+
actionpack (= 8.0.1)
66+
activejob (= 8.0.1)
67+
activerecord (= 8.0.1)
68+
activesupport (= 8.0.1)
7069
marcel (~> 1.0)
71-
activesupport (7.2.2.1)
70+
activesupport (8.0.1)
7271
base64
7372
benchmark (>= 0.3)
7473
bigdecimal
@@ -80,6 +79,7 @@ GEM
8079
minitest (>= 5.1)
8180
securerandom (>= 0.3)
8281
tzinfo (~> 2.0, >= 2.0.5)
82+
uri (>= 0.13.1)
8383
acts_as_tenant (0.6.1)
8484
rails (>= 5.2)
8585
request_store (>= 1.0.5)
@@ -333,33 +333,33 @@ GEM
333333
rack (>= 1.3)
334334
rackup (2.2.1)
335335
rack (>= 3)
336-
rails (7.2.2.1)
337-
actioncable (= 7.2.2.1)
338-
actionmailbox (= 7.2.2.1)
339-
actionmailer (= 7.2.2.1)
340-
actionpack (= 7.2.2.1)
341-
actiontext (= 7.2.2.1)
342-
actionview (= 7.2.2.1)
343-
activejob (= 7.2.2.1)
344-
activemodel (= 7.2.2.1)
345-
activerecord (= 7.2.2.1)
346-
activestorage (= 7.2.2.1)
347-
activesupport (= 7.2.2.1)
336+
rails (8.0.1)
337+
actioncable (= 8.0.1)
338+
actionmailbox (= 8.0.1)
339+
actionmailer (= 8.0.1)
340+
actionpack (= 8.0.1)
341+
actiontext (= 8.0.1)
342+
actionview (= 8.0.1)
343+
activejob (= 8.0.1)
344+
activemodel (= 8.0.1)
345+
activerecord (= 8.0.1)
346+
activestorage (= 8.0.1)
347+
activesupport (= 8.0.1)
348348
bundler (>= 1.15.0)
349-
railties (= 7.2.2.1)
349+
railties (= 8.0.1)
350350
rails-dom-testing (2.2.0)
351351
activesupport (>= 5.0.0)
352352
minitest
353353
nokogiri (>= 1.6)
354354
rails-html-sanitizer (1.6.2)
355355
loofah (~> 2.21)
356356
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)
357-
rails-i18n (7.0.10)
357+
rails-i18n (8.0.1)
358358
i18n (>= 0.7, < 2)
359-
railties (>= 6.0.0, < 8)
360-
railties (7.2.2.1)
361-
actionpack (= 7.2.2.1)
362-
activesupport (= 7.2.2.1)
359+
railties (>= 8.0.0, < 9)
360+
railties (8.0.1)
361+
actionpack (= 8.0.1)
362+
activesupport (= 8.0.1)
363363
irb (~> 1.13)
364364
rackup (>= 1.0.0)
365365
rake (>= 12.2)
@@ -531,9 +531,9 @@ DEPENDENCIES
531531
puma (~> 6.6)
532532
rack-attack (~> 6.7.0)
533533
rack-test (>= 0.6.3)
534-
rails (~> 7.2.2.1)
534+
rails (~> 8.0.1)
535535
rails-html-sanitizer (>= 1.4.3)
536-
rails-i18n (~> 7.0)
536+
rails-i18n (~> 8.0)
537537
render_async (~> 2.1)
538538
rexml
539539
rubocop

0 commit comments

Comments
 (0)