Skip to content

Commit 45beb49

Browse files
committed
ci: specify exact ruby version
Otherwise bundler may complain if ruby-setup's 2.7.x differs from what's in our Gemfile.
1 parent 707dc2e commit 45beb49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: ruby setup
1111
uses: ruby/setup-ruby@v1
1212
with:
13-
ruby-version: 2.7
13+
ruby-version: 2.7.2
1414
bundler-cache: true
1515

1616
- name: rails setup

0 commit comments

Comments
 (0)