Skip to content

Commit 2045fa7

Browse files
committed
Remove install bundler step
1 parent 79ba25e commit 2045fa7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ruby.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
ruby-version: ${{ matrix.ruby }}
1919
- name: Build and test
2020
run: |
21-
gem install bundler
2221
bundle install --jobs 4 --retry 3
2322
find ./spec/fixtures -type f -exec chmod 600 -- {} +
2423
bundle exec rspec

0 commit comments

Comments
 (0)