Skip to content

Commit ac72188

Browse files
authored
Merge pull request #51 from github/raffo/fix-ci
Fix build steps
2 parents db5fb3c + e9e51b1 commit ac72188

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ jobs:
1616
- name: Build and test
1717
run: |
1818
gem install bundler:1.16.1
19-
bundle install
19+
bundle install --binstubs
2020
bin/rspec

0 commit comments

Comments
 (0)