Skip to content

Commit d5ffcc9

Browse files
chore(deps): update dependency ruby to v4
1 parent 49f6319 commit d5ffcc9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.7
1+
4.0.1

docker-compose-verify-legacy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
api:
3-
image: ruby:3.4-alpine
3+
image: ruby:4.0-alpine
44
environment:
55
# Setting the response body as an environment variable is just a way
66
# to get around the multiple layers of nested quotes in the command!

docker-compose-verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
api:
3-
image: ruby:3.4-alpine
3+
image: ruby:4.0-alpine
44
environment:
55
# Setting the response body as an environment variable is just a way
66
# to get around the multiple layers of nested quotes in the command!

0 commit comments

Comments
 (0)