Skip to content

Commit d656969

Browse files
authored
Update Ruby to version 3.4.3 (#1302)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
1 parent 9e6900a commit d656969

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.circleci/config.yml

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

.ruby-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.2
1+
3.4.3

.tool-versions

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
ruby 3.4.2
1+
ruby 3.4.3
22
bundler 2.6.2
33
postgres 14.6

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3.4.2
1+
FROM ruby:3.4.3
22

33
ENV RACK_ENV=production
44
ENV RAILS_ENV=production

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ DEPENDENCIES
460460
with_model
461461

462462
RUBY VERSION
463-
ruby 3.4.2
463+
ruby 3.4.3
464464

465465
BUNDLED WITH
466466
2.6.2

0 commit comments

Comments
 (0)