Skip to content

Commit 9803b92

Browse files
chore(deps): update dependency ruby to v4
1 parent 4b4cd9a commit 9803b92

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v5
2020
- uses: ruby/setup-ruby@v1.264.0
2121
with:
22-
ruby-version: 3.3.9
22+
ruby-version: 4.0.1
2323
- name: Set up environment
2424
run: bundle install
2525
- name: Build

.github/workflows/manual_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- uses: ruby/setup-ruby@v1.264.0
3737
with:
38-
ruby-version: 3.3.9
38+
ruby-version: 4.0.1
3939

4040
- name: Set up environment
4141
run: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- uses: ruby/setup-ruby@v1.264.0
1717
with:
18-
ruby-version: 3.3.9
18+
ruby-version: 4.0.1
1919

2020
- name: Set up environment
2121
run: |

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- uses: ruby/setup-ruby@v1.264.0
1717
with:
18-
ruby-version: 3.3.9
18+
ruby-version: 4.0.1
1919

2020
- name: Set up environment
2121
run: |

Dockerfile-bundle-base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=linux/amd64 ruby:3.3.9-alpine
1+
FROM --platform=linux/amd64 ruby:4.0.1-alpine
22

33
# Installation path
44
ENV HOME=/app

Dockerfile-package-base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=linux/amd64 ruby:3.3.9-slim
1+
FROM --platform=linux/amd64 ruby:4.0.1-slim
22

33
RUN apt-get update && apt-get install -y \
44
curl \

Dockerfile-release-base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=linux/amd64 ruby:3.3.9-alpine
1+
FROM --platform=linux/amd64 ruby:4.0.1-alpine
22

33
# Installation path
44
ENV HOME=/app

0 commit comments

Comments
 (0)