Skip to content

Commit f3159c7

Browse files
chore(deps): update dependency ruby to v4
1 parent 813c995 commit f3159c7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/gem-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Ruby 3.4
2020
uses: ruby/setup-ruby@v1
2121
with:
22-
ruby-version: '3.4'
22+
ruby-version: '4.0.2'
2323
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
2424

2525
- name: Generate man page

.mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tools]
2-
ruby = "3.4.1"
2+
ruby = "4.0.2"
33
"gem:bundler" = "4.0.4"
44

55
[tasks.install]

.tool-versions

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

0 commit comments

Comments
 (0)