We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f6844d commit f93bba1Copy full SHA for f93bba1
1 file changed
.github/workflows/test.yml
@@ -17,7 +17,7 @@ jobs:
17
ruby-version: 2.6
18
- name: Bundle
19
run: |
20
- gem install bundler
+ gem install bundler -v 2.4.22
21
bundle install --jobs 4 --retry 3
22
- name: Lint
23
run: bundle exec rubocop
@@ -78,7 +78,7 @@ jobs:
78
ruby-version: ${{ matrix.ruby }}
79
80
81
82
83
env:
84
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.rb
0 commit comments