We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5880223 commit 07e72f5Copy full SHA for 07e72f5
.github/workflows/ci.yml
@@ -36,15 +36,14 @@ jobs:
36
uses: ruby/setup-ruby@v1
37
with:
38
ruby-version: ${{ matrix.ruby }}
39
- bundler: none
40
41
- name: Update RubyGems (for Ruby <= 2.2)
42
if: matrix.ruby == '2.2.10' || matrix.ruby == '2.1.9'
43
- run: gem update --system 2.7.11
+ run: gem update --system 2.6.14
44
45
- name: Install Bundler 1.17.3 (for Ruby <= 2.2)
46
47
- run: gem install bundler -v 1.17.3
+ run: gem install bundler -v 1.17.3 --force
48
49
- name: Install dependencies
50
run: bundle install --jobs 3 --retry 3
0 commit comments