Skip to content

Commit 5d7fe10

Browse files
chore(deps): update dependency ruby
1 parent eab0424 commit 5d7fe10

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.devcontainer/Dockerfile

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

33
ARG USERNAME=app
44
ARG USER_UID=1000

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
ref: ${{ matrix.ref }}
2828
- uses: ruby/setup-ruby@v1
2929
with:
30-
ruby-version: "3.3"
30+
ruby-version: "3.4.8"
3131
bundler-cache: true
3232
- uses: actions/github-script@v7
3333
with:

.github/workflows/generator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
token: ${{ secrets.PAT || github.token }}
3232
- uses: ruby/setup-ruby@v1
3333
with:
34-
ruby-version: "3.3"
34+
ruby-version: "3.4.8"
3535
bundler-cache: true
3636
- uses: actions/setup-node@v4
3737
with:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v4
1111
- uses: ruby/setup-ruby@v1
1212
with:
13-
ruby-version: "3.3"
13+
ruby-version: "3.4.8"
1414
bundler-cache: true
1515
- run: gem update --system
1616
- run: bundle exec rake release

0 commit comments

Comments
 (0)