Skip to content

Commit 93dd92e

Browse files
authored
Upgrade ruby to 3.3.5, rails 7.2.1 (#291)
1 parent f299bef commit 93dd92e

File tree

4 files changed

+75
-77
lines changed

4 files changed

+75
-77
lines changed

.ruby-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.4
1+
3.3.5

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build builder image
2-
FROM ruby:3.3.4-alpine as base
2+
FROM ruby:3.3.5-alpine as base
33

44
WORKDIR /app
55

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
33

44
ruby file: ".ruby-version"
55

6-
gem "rails", ">= 7.0.4.3"
6+
gem "rails", ">= 7.2"
77

88
gem "activerecord-import"
99
gem "bcrypt"

Gemfile.lock

+72-74
Original file line numberDiff line numberDiff line change
@@ -1,82 +1,78 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.1.3.4)
5-
actionpack (= 7.1.3.4)
6-
activesupport (= 7.1.3.4)
4+
actioncable (7.2.1)
5+
actionpack (= 7.2.1)
6+
activesupport (= 7.2.1)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
99
zeitwerk (~> 2.6)
10-
actionmailbox (7.1.3.4)
11-
actionpack (= 7.1.3.4)
12-
activejob (= 7.1.3.4)
13-
activerecord (= 7.1.3.4)
14-
activestorage (= 7.1.3.4)
15-
activesupport (= 7.1.3.4)
16-
mail (>= 2.7.1)
17-
net-imap
18-
net-pop
19-
net-smtp
20-
actionmailer (7.1.3.4)
21-
actionpack (= 7.1.3.4)
22-
actionview (= 7.1.3.4)
23-
activejob (= 7.1.3.4)
24-
activesupport (= 7.1.3.4)
25-
mail (~> 2.5, >= 2.5.4)
26-
net-imap
27-
net-pop
28-
net-smtp
10+
actionmailbox (7.2.1)
11+
actionpack (= 7.2.1)
12+
activejob (= 7.2.1)
13+
activerecord (= 7.2.1)
14+
activestorage (= 7.2.1)
15+
activesupport (= 7.2.1)
16+
mail (>= 2.8.0)
17+
actionmailer (7.2.1)
18+
actionpack (= 7.2.1)
19+
actionview (= 7.2.1)
20+
activejob (= 7.2.1)
21+
activesupport (= 7.2.1)
22+
mail (>= 2.8.0)
2923
rails-dom-testing (~> 2.2)
30-
actionpack (7.1.3.4)
31-
actionview (= 7.1.3.4)
32-
activesupport (= 7.1.3.4)
24+
actionpack (7.2.1)
25+
actionview (= 7.2.1)
26+
activesupport (= 7.2.1)
3327
nokogiri (>= 1.8.5)
3428
racc
35-
rack (>= 2.2.4)
29+
rack (>= 2.2.4, < 3.2)
3630
rack-session (>= 1.0.1)
3731
rack-test (>= 0.6.3)
3832
rails-dom-testing (~> 2.2)
3933
rails-html-sanitizer (~> 1.6)
40-
actiontext (7.1.3.4)
41-
actionpack (= 7.1.3.4)
42-
activerecord (= 7.1.3.4)
43-
activestorage (= 7.1.3.4)
44-
activesupport (= 7.1.3.4)
34+
useragent (~> 0.16)
35+
actiontext (7.2.1)
36+
actionpack (= 7.2.1)
37+
activerecord (= 7.2.1)
38+
activestorage (= 7.2.1)
39+
activesupport (= 7.2.1)
4540
globalid (>= 0.6.0)
4641
nokogiri (>= 1.8.5)
47-
actionview (7.1.3.4)
48-
activesupport (= 7.1.3.4)
42+
actionview (7.2.1)
43+
activesupport (= 7.2.1)
4944
builder (~> 3.1)
5045
erubi (~> 1.11)
5146
rails-dom-testing (~> 2.2)
5247
rails-html-sanitizer (~> 1.6)
53-
activejob (7.1.3.4)
54-
activesupport (= 7.1.3.4)
48+
activejob (7.2.1)
49+
activesupport (= 7.2.1)
5550
globalid (>= 0.3.6)
56-
activemodel (7.1.3.4)
57-
activesupport (= 7.1.3.4)
58-
activerecord (7.1.3.4)
59-
activemodel (= 7.1.3.4)
60-
activesupport (= 7.1.3.4)
51+
activemodel (7.2.1)
52+
activesupport (= 7.2.1)
53+
activerecord (7.2.1)
54+
activemodel (= 7.2.1)
55+
activesupport (= 7.2.1)
6156
timeout (>= 0.4.0)
6257
activerecord-import (1.6.0)
6358
activerecord (>= 4.2)
64-
activestorage (7.1.3.4)
65-
actionpack (= 7.1.3.4)
66-
activejob (= 7.1.3.4)
67-
activerecord (= 7.1.3.4)
68-
activesupport (= 7.1.3.4)
59+
activestorage (7.2.1)
60+
actionpack (= 7.2.1)
61+
activejob (= 7.2.1)
62+
activerecord (= 7.2.1)
63+
activesupport (= 7.2.1)
6964
marcel (~> 1.0)
70-
activesupport (7.1.3.4)
65+
activesupport (7.2.1)
7166
base64
7267
bigdecimal
73-
concurrent-ruby (~> 1.0, >= 1.0.2)
68+
concurrent-ruby (~> 1.0, >= 1.3.1)
7469
connection_pool (>= 2.2.5)
7570
drb
7671
i18n (>= 1.6, < 2)
72+
logger (>= 1.4.2)
7773
minitest (>= 5.1)
78-
mutex_m
79-
tzinfo (~> 2.0)
74+
securerandom (>= 0.3)
75+
tzinfo (~> 2.0, >= 2.0.5)
8076
addressable (2.8.5)
8177
public_suffix (>= 2.0.2, < 6.0)
8278
ast (2.4.2)
@@ -105,7 +101,7 @@ GEM
105101
crass (1.0.6)
106102
cssbundling-rails (1.4.0)
107103
railties (>= 6.0.0)
108-
database_cleaner-active_record (2.1.0)
104+
database_cleaner-active_record (2.2.0)
109105
activerecord (>= 5.a)
110106
database_cleaner-core (~> 2.0.0)
111107
database_cleaner-core (2.0.1)
@@ -159,7 +155,7 @@ GEM
159155
html-attributes-utils (~> 1)
160156
html-attributes-utils (1.0.2)
161157
activesupport (>= 6.1.4.4)
162-
i18n (1.14.5)
158+
i18n (1.14.6)
163159
concurrent-ruby (~> 1.0)
164160
io-console (0.7.2)
165161
irb (1.14.0)
@@ -169,6 +165,7 @@ GEM
169165
railties (>= 6.0.0)
170166
json (2.7.2)
171167
language_server-protocol (3.17.0.3)
168+
logger (1.6.1)
172169
logstasher (2.1.5)
173170
activesupport (>= 5.2)
174171
request_store
@@ -184,16 +181,15 @@ GEM
184181
matrix (0.4.2)
185182
method_source (1.1.0)
186183
mini_mime (1.1.5)
187-
minitest (5.25.0)
188-
mutex_m (0.2.0)
189-
net-imap (0.4.10)
184+
minitest (5.25.1)
185+
net-imap (0.4.16)
190186
date
191187
net-protocol
192188
net-pop (0.1.2)
193189
net-protocol
194190
net-protocol (0.2.2)
195191
timeout
196-
net-smtp (0.4.0.1)
192+
net-smtp (0.5.0)
197193
net-protocol
198194
nio4r (2.7.3)
199195
nokogiri (1.16.7-arm64-darwin)
@@ -427,20 +423,20 @@ GEM
427423
rackup (2.1.0)
428424
rack (>= 3)
429425
webrick (~> 1.8)
430-
rails (7.1.3.4)
431-
actioncable (= 7.1.3.4)
432-
actionmailbox (= 7.1.3.4)
433-
actionmailer (= 7.1.3.4)
434-
actionpack (= 7.1.3.4)
435-
actiontext (= 7.1.3.4)
436-
actionview (= 7.1.3.4)
437-
activejob (= 7.1.3.4)
438-
activemodel (= 7.1.3.4)
439-
activerecord (= 7.1.3.4)
440-
activestorage (= 7.1.3.4)
441-
activesupport (= 7.1.3.4)
426+
rails (7.2.1)
427+
actioncable (= 7.2.1)
428+
actionmailbox (= 7.2.1)
429+
actionmailer (= 7.2.1)
430+
actionpack (= 7.2.1)
431+
actiontext (= 7.2.1)
432+
actionview (= 7.2.1)
433+
activejob (= 7.2.1)
434+
activemodel (= 7.2.1)
435+
activerecord (= 7.2.1)
436+
activestorage (= 7.2.1)
437+
activesupport (= 7.2.1)
442438
bundler (>= 1.15.0)
443-
railties (= 7.1.3.4)
439+
railties (= 7.2.1)
444440
rails-controller-testing (1.0.5)
445441
actionpack (>= 5.0.1.rc1)
446442
actionview (>= 5.0.1.rc1)
@@ -452,10 +448,10 @@ GEM
452448
rails-html-sanitizer (1.6.0)
453449
loofah (~> 2.21)
454450
nokogiri (~> 1.14)
455-
railties (7.1.3.4)
456-
actionpack (= 7.1.3.4)
457-
activesupport (= 7.1.3.4)
458-
irb
451+
railties (7.2.1)
452+
actionpack (= 7.2.1)
453+
activesupport (= 7.2.1)
454+
irb (~> 1.13)
459455
rackup (>= 1.0.0)
460456
rake (>= 12.2)
461457
thor (~> 1.0, >= 1.2.2)
@@ -521,6 +517,7 @@ GEM
521517
rubocop-rspec (3.0.1)
522518
rubocop (~> 1.61)
523519
ruby-progressbar (1.13.0)
520+
securerandom (0.3.1)
524521
sentry-rails (5.17.3)
525522
railties (>= 5.0)
526523
sentry-ruby (~> 5.17.3)
@@ -551,6 +548,7 @@ GEM
551548
tzinfo (2.0.6)
552549
concurrent-ruby (~> 1.0)
553550
unicode-display_width (2.5.0)
551+
useragent (0.16.10)
554552
view_component (3.11.0)
555553
activesupport (>= 5.2.0, < 8.0)
556554
concurrent-ruby (~> 1.0)
@@ -590,7 +588,7 @@ DEPENDENCIES
590588
pagy
591589
pg
592590
puma (~> 6.4)
593-
rails (>= 7.0.4.3)
591+
rails (>= 7.2)
594592
rails-controller-testing
595593
rspec-rails
596594
rubocop-govuk
@@ -603,7 +601,7 @@ DEPENDENCIES
603601
tzinfo-data
604602

605603
RUBY VERSION
606-
ruby 3.3.4p94
604+
ruby 3.3.5p100
607605

608606
BUNDLED WITH
609607
2.4.19

0 commit comments

Comments
 (0)