Skip to content

Commit 8d9d95e

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 927e1d0 commit 8d9d95e

File tree

2 files changed

+66
-62
lines changed

2 files changed

+66
-62
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.5' # 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: 64 additions & 60 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)
@@ -186,7 +186,8 @@ GEM
186186
rainbow (>= 2.2.2, < 4.0)
187187
terminal-table (>= 1.5.1)
188188
io-console (0.8.0)
189-
irb (1.14.3)
189+
irb (1.15.1)
190+
pp (>= 0.6.0)
190191
rdoc (>= 4.0.0)
191192
reline (>= 0.4.2)
192193
jsbundling-rails (1.3.1)
@@ -299,10 +300,13 @@ GEM
299300
ruby-rc4
300301
ttfunk
301302
pg (1.5.9)
303+
pp (0.6.2)
304+
prettyprint
302305
prawn (2.5.0)
303306
matrix (~> 0.4)
304307
pdf-core (~> 0.10.0)
305308
ttfunk (~> 1.8)
309+
prettyprint (0.2.0)
306310
pry (0.15.2)
307311
coderay (~> 1.1)
308312
method_source (~> 1.0)
@@ -327,33 +331,33 @@ GEM
327331
rack (>= 1.3)
328332
rackup (2.2.1)
329333
rack (>= 3)
330-
rails (7.2.2.1)
331-
actioncable (= 7.2.2.1)
332-
actionmailbox (= 7.2.2.1)
333-
actionmailer (= 7.2.2.1)
334-
actionpack (= 7.2.2.1)
335-
actiontext (= 7.2.2.1)
336-
actionview (= 7.2.2.1)
337-
activejob (= 7.2.2.1)
338-
activemodel (= 7.2.2.1)
339-
activerecord (= 7.2.2.1)
340-
activestorage (= 7.2.2.1)
341-
activesupport (= 7.2.2.1)
334+
rails (8.0.1)
335+
actioncable (= 8.0.1)
336+
actionmailbox (= 8.0.1)
337+
actionmailer (= 8.0.1)
338+
actionpack (= 8.0.1)
339+
actiontext (= 8.0.1)
340+
actionview (= 8.0.1)
341+
activejob (= 8.0.1)
342+
activemodel (= 8.0.1)
343+
activerecord (= 8.0.1)
344+
activestorage (= 8.0.1)
345+
activesupport (= 8.0.1)
342346
bundler (>= 1.15.0)
343-
railties (= 7.2.2.1)
347+
railties (= 8.0.1)
344348
rails-dom-testing (2.2.0)
345349
activesupport (>= 5.0.0)
346350
minitest
347351
nokogiri (>= 1.6)
348352
rails-html-sanitizer (1.6.2)
349353
loofah (~> 2.21)
350354
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)
351-
rails-i18n (7.0.10)
355+
rails-i18n (8.0.1)
352356
i18n (>= 0.7, < 2)
353-
railties (>= 6.0.0, < 8)
354-
railties (7.2.2.1)
355-
actionpack (= 7.2.2.1)
356-
activesupport (= 7.2.2.1)
357+
railties (>= 8.0.0, < 9)
358+
railties (8.0.1)
359+
actionpack (= 8.0.1)
360+
activesupport (= 8.0.1)
357361
irb (~> 1.13)
358362
rackup (>= 1.0.0)
359363
rake (>= 12.2)
@@ -525,9 +529,9 @@ DEPENDENCIES
525529
puma (~> 6.5)
526530
rack-attack (~> 6.7.0)
527531
rack-test (>= 0.6.3)
528-
rails (~> 7.2.2.1)
532+
rails (~> 8.0.1)
529533
rails-html-sanitizer (>= 1.4.3)
530-
rails-i18n (~> 7.0)
534+
rails-i18n (~> 8.0)
531535
render_async (~> 2.1)
532536
rexml
533537
rubocop

0 commit comments

Comments
 (0)