Skip to content

Commit

Permalink
Set ruby version to 2.7 in the deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alshedivat authored and abojchevski committed May 16, 2021
1 parent cbc01ce commit 7e67093
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
uses: actions/checkout@v2
- name: Setup Ruby
uses: actions/setup-ruby@v1
with:
ruby-version: '2.7'
- name: Enable bundler cache
uses: actions/cache@v2
with:
Expand Down

0 comments on commit 7e67093

Please sign in to comment.