Skip to content

Commit a6cec29

Browse files
committed
Avoid defining version of bundler used for GitHub actions
1 parent 10af39b commit a6cec29

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ruby.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,12 @@ jobs:
2424
- rails_6_0_pundit_1
2525
- rails_6_0_pundit_2
2626
ruby-version: [ '2.6', '2.7' ]
27-
bundler-version: [ '1.11' ]
2827
include:
2928
# Include Rails 6.0 / Ruby 3.0 combo
3029
- gemfile: rails_6_0_pundit_1
3130
ruby-version: '3.0'
32-
bundler-version: '2.1.4'
3331
- gemfile: rails_6_0_pundit_2
3432
ruby-version: '3.0'
35-
bundler-version: '2.1.4'
3633
continue-on-error: true
3734
env:
3835
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile
@@ -43,7 +40,6 @@ jobs:
4340
# change this to (see https://github.com/ruby/setup-ruby#versioning):
4441
uses: ruby/setup-ruby@v1
4542
with:
46-
bundler: ${{ matrix.bundler-version }}
4743
ruby-version: ${{ matrix.ruby-version }}
4844
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
4945
- name: Run tests

0 commit comments

Comments
 (0)