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 e21e84c commit a5de3c3Copy full SHA for a5de3c3
.github/workflows/build.yml
@@ -29,9 +29,8 @@ jobs:
29
gems-${{ runner.os }}-${{ matrix.ruby-version }}-
30
gems-${{ runner.os }}-
31
32
- # necessary to get ruby 2.3 to work nicely with bundler vendor/bundle cache
33
- # can remove once ruby 2.3 is no longer supported
34
- - run: gem update --system
+ - name: Update bundler
+ run: gem install bundler
35
36
- run: bundle config set deployment 'true'
37
- name: bundle install
0 commit comments