Skip to content

Commit 94a9f97

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] <[email protected]>
1 parent a2aa99a commit 94a9f97

File tree

2 files changed

+63
-63
lines changed

2 files changed

+63
-63
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: 61 additions & 61 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)
@@ -334,33 +334,33 @@ GEM
334334
rack (>= 1.3)
335335
rackup (2.2.1)
336336
rack (>= 3)
337-
rails (7.2.2.1)
338-
actioncable (= 7.2.2.1)
339-
actionmailbox (= 7.2.2.1)
340-
actionmailer (= 7.2.2.1)
341-
actionpack (= 7.2.2.1)
342-
actiontext (= 7.2.2.1)
343-
actionview (= 7.2.2.1)
344-
activejob (= 7.2.2.1)
345-
activemodel (= 7.2.2.1)
346-
activerecord (= 7.2.2.1)
347-
activestorage (= 7.2.2.1)
348-
activesupport (= 7.2.2.1)
337+
rails (8.0.1)
338+
actioncable (= 8.0.1)
339+
actionmailbox (= 8.0.1)
340+
actionmailer (= 8.0.1)
341+
actionpack (= 8.0.1)
342+
actiontext (= 8.0.1)
343+
actionview (= 8.0.1)
344+
activejob (= 8.0.1)
345+
activemodel (= 8.0.1)
346+
activerecord (= 8.0.1)
347+
activestorage (= 8.0.1)
348+
activesupport (= 8.0.1)
349349
bundler (>= 1.15.0)
350-
railties (= 7.2.2.1)
350+
railties (= 8.0.1)
351351
rails-dom-testing (2.2.0)
352352
activesupport (>= 5.0.0)
353353
minitest
354354
nokogiri (>= 1.6)
355355
rails-html-sanitizer (1.6.2)
356356
loofah (~> 2.21)
357357
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)
358-
rails-i18n (7.0.10)
358+
rails-i18n (8.0.1)
359359
i18n (>= 0.7, < 2)
360-
railties (>= 6.0.0, < 8)
361-
railties (7.2.2.1)
362-
actionpack (= 7.2.2.1)
363-
activesupport (= 7.2.2.1)
360+
railties (>= 8.0.0, < 9)
361+
railties (8.0.1)
362+
actionpack (= 8.0.1)
363+
activesupport (= 8.0.1)
364364
irb (~> 1.13)
365365
rackup (>= 1.0.0)
366366
rake (>= 12.2)
@@ -443,7 +443,7 @@ GEM
443443
activesupport (>= 6.1)
444444
sprockets (>= 3.0.0)
445445
state_geo_tools (1.0.0)
446-
stringio (3.1.2)
446+
stringio (3.1.3)
447447
strong_password (0.0.10)
448448
terminal-table (3.0.2)
449449
unicode-display_width (>= 1.1.1, < 3)
@@ -482,7 +482,7 @@ GEM
482482
railties (>= 3.0.7)
483483
xpath (3.2.0)
484484
nokogiri (~> 1.8)
485-
zeitwerk (2.7.1)
485+
zeitwerk (2.7.2)
486486

487487
PLATFORMS
488488
ruby
@@ -534,9 +534,9 @@ DEPENDENCIES
534534
puma (~> 6.6)
535535
rack-attack (~> 6.7.0)
536536
rack-test (>= 0.6.3)
537-
rails (~> 7.2.2.1)
537+
rails (~> 8.0.1)
538538
rails-html-sanitizer (>= 1.4.3)
539-
rails-i18n (~> 7.0)
539+
rails-i18n (~> 8.0)
540540
render_async (~> 2.1)
541541
rexml
542542
rubocop

0 commit comments

Comments
 (0)