Skip to content

Commit 099de10

Browse files
chore(deps): update dependency ruby to v4
1 parent 4822367 commit 099de10

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
4747
- uses: ruby/setup-ruby@v1
4848
with:
49-
ruby-version: 3.4.8
49+
ruby-version: 4.0.1
5050
- run: bundle install
5151
- name: Standard
5252
run: bundle exec rake standard

.ruby-version

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

.tool-versions

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

0 commit comments

Comments
 (0)