Skip to content

Commit cbe8dfb

Browse files
committed
bundle install instead of update
1 parent ffa1c50 commit cbe8dfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ jobs:
2121
with:
2222
ruby-version: ${{ matrix.ruby }}
2323
bundler-cache: true
24-
- run: bundle update
24+
- run: bundle install
2525
- run: bundle exec rake

0 commit comments

Comments
 (0)