Skip to content

Commit 3f339dc

Browse files
chore(deps): update dependency ruby to v4.0.2 (#250)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c9472a4 commit 3f339dc

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
4848
- uses: ruby/setup-ruby@v1
4949
with:
50-
ruby-version: "3.4.9"
50+
ruby-version: "4.0.2"
5151
- run: bundle install
5252
- name: Standard
5353
run: bundle exec rake standard
@@ -60,7 +60,7 @@ jobs:
6060
submodules: true
6161
- uses: ruby/setup-ruby@v1
6262
with:
63-
ruby-version: "3.4.9"
63+
ruby-version: "4.0.2"
6464
- run: bundle install
6565
- name: Cucumber
6666
run: bundle exec cucumber
@@ -71,7 +71,7 @@ jobs:
7171
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
7272
- uses: ruby/setup-ruby@v1
7373
with:
74-
ruby-version: "3.4.9"
74+
ruby-version: "4.0.2"
7575
- name: Bundle Audit
7676
run: bundle lock && gem install bundler-audit && bundle-audit check --update
7777
# 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.1
1+
4.0.2

.tool-versions

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

0 commit comments

Comments
 (0)