Skip to content

Commit e986454

Browse files
chore(deps): update dependency ruby to v4.0.3
1 parent c5393e2 commit e986454

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.2"
53+
ruby-version: "4.0.3"
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.2"
66+
ruby-version: "4.0.3"
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: "3.4.9"
77+
ruby-version: "4.0.3"
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.2"
88+
ruby-version: "4.0.3"
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.2
1+
4.0.3

.tool-versions

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

0 commit comments

Comments
 (0)