Skip to content

Commit c113852

Browse files
authored
Update Ruby to version 4.0.2 (#1468)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
1 parent bbea900 commit c113852

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.1-browsers
11+
- image: cimg/ruby:4.0.2-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.1
1+
4.0.2

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ruby 4.0.1
1+
ruby 4.0.2
22
nodejs 25.8.1
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.1
1+
FROM ruby:4.0.2
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.1
513+
ruby 4.0.2
514514

515515
BUNDLED WITH
516516
2.6.2

0 commit comments

Comments
 (0)