Skip to content

Commit 95df099

Browse files
chore(deps): update dependency ruby to v4
1 parent 8e6adf0 commit 95df099

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- uses: actions/checkout@v5
3636
- uses: ruby/setup-ruby@v1
3737
with:
38-
ruby-version: "3.4"
38+
ruby-version: "4.0.1"
3939
- run: "bundle install"
4040
# Publish to old and new account until we can disable the old account
4141
- name: Generate and publish pacts
@@ -58,7 +58,7 @@ jobs:
5858
- uses: actions/checkout@v5
5959
- uses: ruby/setup-ruby@v1
6060
with:
61-
ruby-version: "3.4"
61+
ruby-version: "4.0.1"
6262
- run: "bundle install"
6363
- name: Generate and publish pacts
6464
run: |

.ruby-version

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

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3.4.4-alpine
1+
FROM ruby:4.0.0-alpine
22

33
RUN apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing hub
44
RUN apk add --update --no-cache git openssh bash

0 commit comments

Comments
 (0)