Skip to content

Commit 45ca434

Browse files
Update rspec.yml
1 parent 3098662 commit 45ca434

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rspec.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ jobs:
88
- uses: actions/checkout@v1
99
- uses: ruby/setup-ruby@v1
1010
with:
11-
ruby-version: 2.7.2
11+
ruby-version: 2.7.2.137
1212
- name: Run bundle install
1313
working-directory: ${{env.api-dir}}
1414
run: |
1515
gem install bundler
16-
bundle install--2.7.2.137
16+
bundle install
1717
- name: Build and test with rspec
1818
working-directory: ${{env.api-dir}}
1919
env:

0 commit comments

Comments
 (0)