Skip to content

Commit 142795d

Browse files
chore(deps): update dependency ruby to v3.4.8
1 parent 18e075b commit 142795d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Set up Ruby
1212
uses: ruby/setup-ruby@v1
1313
with:
14-
ruby-version: 3.1
14+
ruby-version: 3.4.8
1515

1616
- name: Install Bundler
1717
run: gem install bundler -v 2.5.23

.github/workflows/publish_gem.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Ruby
1515
uses: ruby/setup-ruby@v1
1616
with:
17-
ruby-version: 3.1
17+
ruby-version: 3.4.8
1818

1919
- name: Install Bundler
2020
run: gem install bundler -v 2.5.23

0 commit comments

Comments
 (0)