Skip to content

Commit 84fe822

Browse files
authored
Update Ruby to version 3.4.1 (#1262)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
1 parent b93f431 commit 84fe822

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.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:3.3.6-browsers
11+
- image: cimg/ruby:3.4.1-browsers
1212
environment:
1313
BUNDLE_JOBS: 3
1414
BUNDLE_RETRY: 3

.ruby-version

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

.tool-versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
ruby 3.3.6
2-
bundler 2.3.25
1+
ruby 3.4.1
2+
bundler 2.6.2
33
postgres 14.6

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM ruby:3.3.6
1+
FROM ruby:3.4.1
22

33
ENV RACK_ENV=production
44
ENV RAILS_ENV=production
55
ENV PORT=8080
6-
ENV BUNDLER_VERSION=2.3.25
6+
ENV BUNDLER_VERSION=2.6.2
77

88
EXPOSE 8080
99

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ DEPENDENCIES
445445
with_model
446446

447447
RUBY VERSION
448-
ruby 3.3.6
448+
ruby 3.4.1
449449

450450
BUNDLED WITH
451-
2.4.13
451+
2.6.2

0 commit comments

Comments
 (0)