Skip to content

Commit 6c90c25

Browse files
authored
Update Ruby to version 3.4.7 (#1198)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
1 parent ed9b1b2 commit 6c90c25

File tree

4 files changed

+4
-4
lines changed

4 files changed

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

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ruby 3.4.6
1+
ruby 3.4.7
22
bundler 2.3.5
33
nodejs 16.14.0
44
postgres 13.7

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ DEPENDENCIES
527527
webpacker
528528

529529
RUBY VERSION
530-
ruby 3.4.6
530+
ruby 3.4.7
531531

532532
BUNDLED WITH
533533
2.3.5

0 commit comments

Comments
 (0)