Skip to content

Commit 8d496a0

Browse files
committed
update ruby
1 parent 838bcf4 commit 8d496a0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919
- name: Setup Ruby
2020
uses: ruby/setup-ruby@v1
2121
with:
22-
ruby-version: '3.0.2'
22+
ruby-version: '3.4.1'
23+
bundler: '2.6.2'
2324
bundler-cache: true
2425
- name: Install deps
2526
run: |

.ruby-version

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

0 commit comments

Comments
 (0)