Skip to content

Commit 42ec17f

Browse files
authored
Upgrade Ruby to v3.4.7 (#1304)
Release notes: https://github.com/ruby/ruby/releases/tag/v3_4_7
1 parent 1b97692 commit 42ec17f

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
@@ -4,7 +4,7 @@ executors:
44
rails_executor:
55
working_directory: ~/web-monitoring-db
66
docker:
7-
- image: cimg/ruby:3.4.6-node
7+
- image: cimg/ruby:3.4.7-node
88
environment:
99
RAILS_ENV: test
1010
RACK_ENV: test

.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

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://docs.docker.com/engine/userguide/eng-image/multistage-build
33

44
### BASE ENVIRONMENT STAGE ###
5-
FROM ruby:3.4.6-slim AS base
5+
FROM ruby:3.4.7-slim AS base
66
LABEL maintainer="[email protected]"
77

88
# Install apt based dependencies required to run Rails as

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ DEPENDENCIES
483483
webmock (~> 3.25)
484484

485485
RUBY VERSION
486-
ruby 3.4.6p54
486+
ruby 3.4.7p58
487487

488488
BUNDLED WITH
489489
2.5.9

0 commit comments

Comments
 (0)