Skip to content

Commit 0e986fd

Browse files
chore(deps): update dependency ruby to v4.0.5 (#286)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1817519 commit 0e986fd

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
5151
- uses: ruby/setup-ruby@v1
5252
with:
53-
ruby-version: "4.0.4"
53+
ruby-version: "4.0.5"
5454
- run: bundle install
5555
- name: Standard
5656
run: bundle exec rake standard
@@ -63,7 +63,7 @@ jobs:
6363
submodules: true
6464
- uses: ruby/setup-ruby@v1
6565
with:
66-
ruby-version: "4.0.4"
66+
ruby-version: "4.0.5"
6767
- run: bundle install
6868
- name: Cucumber
6969
run: bundle exec cucumber
@@ -74,7 +74,7 @@ jobs:
7474
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
7575
- uses: ruby/setup-ruby@v1
7676
with:
77-
ruby-version: "4.0.4"
77+
ruby-version: "4.0.5"
7878
- run: bundle install
7979
- run: bundle exec rbs collection install
8080
- run: bundle exec steep check
@@ -85,7 +85,7 @@ jobs:
8585
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
8686
- uses: ruby/setup-ruby@v1
8787
with:
88-
ruby-version: "4.0.4"
88+
ruby-version: "4.0.5"
8989
- name: Bundle Audit
9090
run: bundle lock && gem install bundler-audit && bundle-audit check --update
9191
# check the status of other jobs, so we can have a single job dependency for branch protection

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.4
1+
4.0.5

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ruby 4.0.4
1+
ruby 4.0.5

0 commit comments

Comments
 (0)