Skip to content

Commit 5467a63

Browse files
committed
Update Ruby to 3.4
1 parent 2521e24 commit 5467a63

File tree

5 files changed

+14
-15
lines changed

5 files changed

+14
-15
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version
2-
ARG RUBY_VERSION=3.3.6
2+
ARG RUBY_VERSION=3.4.1
33
FROM ghcr.io/rails/devcontainer/images/ruby:$RUBY_VERSION

.rubocop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ inherit_from:
1717
- .rubocop_todo.yml
1818

1919
AllCops:
20-
TargetRubyVersion: 3.3
21-
TargetRailsVersion: 7.1
20+
TargetRubyVersion: 3.4
21+
TargetRailsVersion: 8.0
2222
UseCache: True
2323
NewCops: enable
2424
Exclude:

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ruby-3.3.6
1+
ruby-3.4.1

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# docker run -d -p 80:80 -p 443:443 --name my-app -e RAILS_MASTER_KEY=<value from config/master.key> my-app
66

77
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version
8-
ARG RUBY_VERSION=3.3.6
8+
ARG RUBY_VERSION=3.4.1
99
FROM docker.io/library/ruby:$RUBY_VERSION-slim AS base
1010

1111
# Rails app lives here

Gemfile.lock

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ GEM
152152
excon (>= 0.64.0)
153153
multi_json
154154
drb (2.2.1)
155-
erubi (1.13.0)
155+
erubi (1.13.1)
156156
et-orbi (1.2.11)
157157
tzinfo
158158
eventmachine (1.2.7)
@@ -212,7 +212,7 @@ GEM
212212
oauth (>= 0.4.5)
213213
rexml
214214
io-console (0.8.0)
215-
irb (1.14.2)
215+
irb (1.14.3)
216216
rdoc (>= 4.0.0)
217217
reline (>= 0.4.2)
218218
jbuilder (2.13.0)
@@ -292,7 +292,6 @@ GEM
292292
net-protocol (0.2.2)
293293
timeout
294294
net-smtp (0.5.0)
295-
net-protocol
296295
nio4r (2.7.4)
297296
nokogiri (1.18.0)
298297
mini_portile2 (~> 2.8.2)
@@ -310,7 +309,7 @@ GEM
310309
rack (>= 1.2, < 4)
311310
snaky_hash (~> 2.0)
312311
version_gem (~> 1.1)
313-
openssl (3.2.0)
312+
openssl (3.3.0)
314313
openssl-signature_algorithm (1.3.0)
315314
openssl (> 2.0)
316315
package_json (0.1.0)
@@ -344,7 +343,7 @@ GEM
344343
rack
345344
rack-session (2.0.0)
346345
rack (>= 3.0.0)
347-
rack-test (2.1.0)
346+
rack-test (2.2.0)
348347
rack (>= 1.3)
349348
rackup (2.2.1)
350349
rack (>= 3)
@@ -404,12 +403,12 @@ GEM
404403
rb-inotify (0.11.1)
405404
ffi (~> 1.0)
406405
rbtree (0.4.6)
407-
rdoc (6.9.1)
406+
rdoc (6.10.0)
408407
psych (>= 4.0.0)
409408
regexp_parser (2.10.0)
410409
reline (0.6.0)
411410
io-console (~> 0.5)
412-
rexml (3.3.9)
411+
rexml (3.4.0)
413412
rouge (4.5.1)
414413
rspec-collection_matchers (1.2.1)
415414
rspec-expectations (>= 2.99.0.beta1)
@@ -534,7 +533,7 @@ GEM
534533
fugit (~> 1.11.0)
535534
railties (>= 7.1)
536535
thor (~> 1.3.1)
537-
sorbet-runtime (0.5.11699)
536+
sorbet-runtime (0.5.11708)
538537
sorcery (0.17.0)
539538
bcrypt (~> 3.1)
540539
oauth (>= 0.6)
@@ -559,7 +558,7 @@ GEM
559558
terser (1.2.4)
560559
execjs (>= 0.3.0, < 3)
561560
thor (1.3.2)
562-
tilt (2.4.0)
561+
tilt (2.5.0)
563562
timeout (0.4.3)
564563
tpm-key_attestation (0.12.1)
565564
bindata (~> 2.4)
@@ -697,4 +696,4 @@ DEPENDENCIES
697696
zxcvbn-ruby
698697

699698
BUNDLED WITH
700-
2.5.23
699+
2.6.2

0 commit comments

Comments
 (0)