Skip to content

Commit d01ef87

Browse files
committed
[ci] fix gem syntax
1 parent 6b1dbd4 commit d01ef87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
ruby-version: 2.5.8
1717
- name: Test with Rspec
1818
run: |
19-
gem install --no-rdoc --no-ri -- bundler
19+
gem install --no-rdoc --no-ri bundler
2020
bundle install --jobs 4 --retry 3
2121
bundle exec rspec

0 commit comments

Comments
 (0)