Skip to content

Commit cfcb471

Browse files
authored
Update Ruby to version 4.0.5
1 parent fd9d01f commit cfcb471

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
build:
99
parallelism: 1
1010
docker:
11-
- image: cimg/ruby:4.0.4-browsers
11+
- image: cimg/ruby:4.0.5-browsers
1212
environment:
1313
BUNDLE_PATH: vendor/bundle
1414
NODE_VERSION: 22.17.1

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.4
1+
4.0.5

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ruby 4.0.4
1+
ruby 4.0.5
22
nodejs 26.2.0
33
postgres 16.8
44
pnpm 10.5.2

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:4.0.4
1+
FROM ruby:4.0.5
22

33
ENV RACK_ENV=production
44
ENV RAILS_ENV=production

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ DEPENDENCIES
510510
with_model
511511

512512
RUBY VERSION
513-
ruby 4.0.4
513+
ruby 4.0.5
514514

515515
BUNDLED WITH
516516
2.6.2

0 commit comments

Comments
 (0)