We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 838bcf4 commit 8d496a0Copy full SHA for 8d496a0
.github/workflows/deploy.yml
@@ -19,7 +19,8 @@ jobs:
19
- name: Setup Ruby
20
uses: ruby/setup-ruby@v1
21
with:
22
- ruby-version: '3.0.2'
+ ruby-version: '3.4.1'
23
+ bundler: '2.6.2'
24
bundler-cache: true
25
- name: Install deps
26
run: |
.ruby-version
@@ -1 +1 @@
1
-3.0.2
+3.4.1
0 commit comments