Skip to content

Commit d8854f7

Browse files
Bump rails, mail and rails-i18n
Bumps [rails](https://github.com/rails/rails), [mail](https://github.com/mikel/mail) and [rails-i18n](https://github.com/svenfuchs/rails-i18n). These dependencies needed to be updated together. Updates `rails` from 7.1.5.1 to 8.0.2 - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v7.1.5.1...v8.0.2) Updates `mail` from 2.7.1 to 2.8.1 - [Changelog](https://github.com/mikel/mail/blob/2.8.1/CHANGELOG.rdoc) - [Commits](mikel/mail@2.7.1...2.8.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: mail dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: rails-i18n dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 38c26c7 commit d8854f7

File tree

2 files changed

+76
-79
lines changed

2 files changed

+76
-79
lines changed

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
source "https://rubygems.org"
44

55
gem "i18n-js", "4.0"
6-
gem "rails", "~> 7.1"
7-
gem "rails-i18n", "~> 7.0"
6+
gem "rails", "~> 8.0"
7+
gem "rails-i18n", "~> 8.0"
88

99
gem "cssbundling-rails", "~> 1.4"
1010
gem "jsbundling-rails", "~> 1.3"
@@ -118,6 +118,6 @@ gem "rubyzip", "~> 2.4"
118118
gem "openssl", "~> 3.3"
119119

120120
# mail 2.8.0 breaks sendmail usage: https://github.com/mikel/mail/issues/1538
121-
gem "mail", "~> 2.7.1"
121+
gem "mail", "~> 2.8.1"
122122

123123
gem "prometheus-client", "~> 4.2"

Gemfile.lock

Lines changed: 73 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -9,90 +9,84 @@ GIT
99
GEM
1010
remote: https://rubygems.org/
1111
specs:
12-
actioncable (7.1.5.1)
13-
actionpack (= 7.1.5.1)
14-
activesupport (= 7.1.5.1)
12+
actioncable (8.0.2)
13+
actionpack (= 8.0.2)
14+
activesupport (= 8.0.2)
1515
nio4r (~> 2.0)
1616
websocket-driver (>= 0.6.1)
1717
zeitwerk (~> 2.6)
18-
actionmailbox (7.1.5.1)
19-
actionpack (= 7.1.5.1)
20-
activejob (= 7.1.5.1)
21-
activerecord (= 7.1.5.1)
22-
activestorage (= 7.1.5.1)
23-
activesupport (= 7.1.5.1)
24-
mail (>= 2.7.1)
25-
net-imap
26-
net-pop
27-
net-smtp
28-
actionmailer (7.1.5.1)
29-
actionpack (= 7.1.5.1)
30-
actionview (= 7.1.5.1)
31-
activejob (= 7.1.5.1)
32-
activesupport (= 7.1.5.1)
33-
mail (~> 2.5, >= 2.5.4)
34-
net-imap
35-
net-pop
36-
net-smtp
18+
actionmailbox (8.0.2)
19+
actionpack (= 8.0.2)
20+
activejob (= 8.0.2)
21+
activerecord (= 8.0.2)
22+
activestorage (= 8.0.2)
23+
activesupport (= 8.0.2)
24+
mail (>= 2.8.0)
25+
actionmailer (8.0.2)
26+
actionpack (= 8.0.2)
27+
actionview (= 8.0.2)
28+
activejob (= 8.0.2)
29+
activesupport (= 8.0.2)
30+
mail (>= 2.8.0)
3731
rails-dom-testing (~> 2.2)
38-
actionpack (7.1.5.1)
39-
actionview (= 7.1.5.1)
40-
activesupport (= 7.1.5.1)
32+
actionpack (8.0.2)
33+
actionview (= 8.0.2)
34+
activesupport (= 8.0.2)
4135
nokogiri (>= 1.8.5)
42-
racc
4336
rack (>= 2.2.4)
4437
rack-session (>= 1.0.1)
4538
rack-test (>= 0.6.3)
4639
rails-dom-testing (~> 2.2)
4740
rails-html-sanitizer (~> 1.6)
48-
actiontext (7.1.5.1)
49-
actionpack (= 7.1.5.1)
50-
activerecord (= 7.1.5.1)
51-
activestorage (= 7.1.5.1)
52-
activesupport (= 7.1.5.1)
41+
useragent (~> 0.16)
42+
actiontext (8.0.2)
43+
actionpack (= 8.0.2)
44+
activerecord (= 8.0.2)
45+
activestorage (= 8.0.2)
46+
activesupport (= 8.0.2)
5347
globalid (>= 0.6.0)
5448
nokogiri (>= 1.8.5)
55-
actionview (7.1.5.1)
56-
activesupport (= 7.1.5.1)
49+
actionview (8.0.2)
50+
activesupport (= 8.0.2)
5751
builder (~> 3.1)
5852
erubi (~> 1.11)
5953
rails-dom-testing (~> 2.2)
6054
rails-html-sanitizer (~> 1.6)
6155
active_model_otp (2.3.4)
6256
activemodel
6357
rotp (~> 6.3.0)
64-
activejob (7.1.5.1)
65-
activesupport (= 7.1.5.1)
58+
activejob (8.0.2)
59+
activesupport (= 8.0.2)
6660
globalid (>= 0.3.6)
67-
activemodel (7.1.5.1)
68-
activesupport (= 7.1.5.1)
61+
activemodel (8.0.2)
62+
activesupport (= 8.0.2)
6963
activemodel-serializers-xml (1.0.3)
7064
activemodel (>= 5.0.0.a)
7165
activesupport (>= 5.0.0.a)
7266
builder (~> 3.1)
73-
activerecord (7.1.5.1)
74-
activemodel (= 7.1.5.1)
75-
activesupport (= 7.1.5.1)
67+
activerecord (8.0.2)
68+
activemodel (= 8.0.2)
69+
activesupport (= 8.0.2)
7670
timeout (>= 0.4.0)
77-
activestorage (7.1.5.1)
78-
actionpack (= 7.1.5.1)
79-
activejob (= 7.1.5.1)
80-
activerecord (= 7.1.5.1)
81-
activesupport (= 7.1.5.1)
71+
activestorage (8.0.2)
72+
actionpack (= 8.0.2)
73+
activejob (= 8.0.2)
74+
activerecord (= 8.0.2)
75+
activesupport (= 8.0.2)
8276
marcel (~> 1.0)
83-
activesupport (7.1.5.1)
77+
activesupport (8.0.2)
8478
base64
8579
benchmark (>= 0.3)
8680
bigdecimal
87-
concurrent-ruby (~> 1.0, >= 1.0.2)
81+
concurrent-ruby (~> 1.0, >= 1.3.1)
8882
connection_pool (>= 2.2.5)
8983
drb
9084
i18n (>= 1.6, < 2)
9185
logger (>= 1.4.2)
9286
minitest (>= 5.1)
93-
mutex_m
9487
securerandom (>= 0.3)
95-
tzinfo (~> 2.0)
88+
tzinfo (~> 2.0, >= 2.0.5)
89+
uri (>= 0.13.1)
9690
addressable (2.8.7)
9791
public_suffix (>= 2.0.2, < 7.0)
9892
ast (2.4.3)
@@ -300,8 +294,11 @@ GEM
300294
loofah (2.24.0)
301295
crass (~> 1.0.2)
302296
nokogiri (>= 1.12.0)
303-
mail (2.7.1)
297+
mail (2.8.1)
304298
mini_mime (>= 0.1.1)
299+
net-imap
300+
net-pop
301+
net-smtp
305302
marcel (1.0.4)
306303
method_source (1.1.0)
307304
mime-types (3.6.1)
@@ -318,7 +315,6 @@ GEM
318315
multi_json (1.15.0)
319316
multi_xml (0.7.1)
320317
bigdecimal (~> 3.1)
321-
mutex_m (0.3.0)
322318
nested_form (0.3.2)
323319
net-http (0.6.0)
324320
uri
@@ -336,9 +332,9 @@ GEM
336332
net-smtp (0.5.1)
337333
net-protocol
338334
nio4r (2.7.4)
339-
nokogiri (1.18.4-aarch64-linux-gnu)
335+
nokogiri (1.18.6-aarch64-linux-gnu)
340336
racc (~> 1.4)
341-
nokogiri (1.18.4-x86_64-linux-gnu)
337+
nokogiri (1.18.6-x86_64-linux-gnu)
342338
racc (~> 1.4)
343339
oj (3.16.10)
344340
bigdecimal (>= 3.0)
@@ -378,20 +374,20 @@ GEM
378374
rackup (1.0.1)
379375
rack (< 3)
380376
webrick
381-
rails (7.1.5.1)
382-
actioncable (= 7.1.5.1)
383-
actionmailbox (= 7.1.5.1)
384-
actionmailer (= 7.1.5.1)
385-
actionpack (= 7.1.5.1)
386-
actiontext (= 7.1.5.1)
387-
actionview (= 7.1.5.1)
388-
activejob (= 7.1.5.1)
389-
activemodel (= 7.1.5.1)
390-
activerecord (= 7.1.5.1)
391-
activestorage (= 7.1.5.1)
392-
activesupport (= 7.1.5.1)
377+
rails (8.0.2)
378+
actioncable (= 8.0.2)
379+
actionmailbox (= 8.0.2)
380+
actionmailer (= 8.0.2)
381+
actionpack (= 8.0.2)
382+
actiontext (= 8.0.2)
383+
actionview (= 8.0.2)
384+
activejob (= 8.0.2)
385+
activemodel (= 8.0.2)
386+
activerecord (= 8.0.2)
387+
activestorage (= 8.0.2)
388+
activesupport (= 8.0.2)
393389
bundler (>= 1.15.0)
394-
railties (= 7.1.5.1)
390+
railties (= 8.0.2)
395391
rails-controller-testing (1.0.5)
396392
actionpack (>= 5.0.1.rc1)
397393
actionview (>= 5.0.1.rc1)
@@ -403,27 +399,27 @@ GEM
403399
rails-html-sanitizer (1.6.2)
404400
loofah (~> 2.21)
405401
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)
406-
rails-i18n (7.0.10)
402+
rails-i18n (8.0.1)
407403
i18n (>= 0.7, < 2)
408-
railties (>= 6.0.0, < 8)
404+
railties (>= 8.0.0, < 9)
409405
rails_admin (3.3.0)
410406
activemodel-serializers-xml (>= 1.0)
411407
csv
412408
kaminari (>= 0.14, < 2.0)
413409
nested_form (~> 0.3)
414410
rails (>= 6.0, < 9)
415411
turbo-rails (>= 1.0, < 3)
416-
railties (7.1.5.1)
417-
actionpack (= 7.1.5.1)
418-
activesupport (= 7.1.5.1)
419-
irb
412+
railties (8.0.2)
413+
actionpack (= 8.0.2)
414+
activesupport (= 8.0.2)
415+
irb (~> 1.13)
420416
rackup (>= 1.0.0)
421417
rake (>= 12.2)
422418
thor (~> 1.0, >= 1.2.2)
423419
zeitwerk (~> 2.6)
424420
rainbow (3.1.1)
425421
rake (13.2.1)
426-
rdoc (6.12.0)
422+
rdoc (6.13.0)
427423
psych (>= 4.0.0)
428424
redcarpet (3.6.1)
429425
redis (4.8.1)
@@ -585,6 +581,7 @@ GEM
585581
unicode-emoji (4.0.4)
586582
uniform_notifier (1.16.0)
587583
uri (1.0.3)
584+
useragent (0.16.11)
588585
view_component (3.21.0)
589586
activesupport (>= 5.2.0, < 8.1)
590587
concurrent-ruby (~> 1.0)
@@ -641,7 +638,7 @@ DEPENDENCIES
641638
jwt (~> 2.10)
642639
letter_opener
643640
lograge
644-
mail (~> 2.7.1)
641+
mail (~> 2.8.1)
645642
mini_magick
646643
net-imap
647644
net-pop
@@ -654,9 +651,9 @@ DEPENDENCIES
654651
puma
655652
pundit (~> 2.5)
656653
questiongenerator (~> 1.1)
657-
rails (~> 7.1)
654+
rails (~> 8.0)
658655
rails-controller-testing
659-
rails-i18n (~> 7.0)
656+
rails-i18n (~> 8.0)
660657
rails_admin
661658
rake
662659
redcarpet

0 commit comments

Comments
 (0)