Skip to content

Commit

Permalink
Set the bundler version for in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdunae committed Mar 31, 2021
1 parent 5151050 commit 743ac69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
uses: ruby/setup-ruby@473e4d8fe5dd94ee328fdfca9f8c9c7afc9dae5e
with:
ruby-version: ${{ matrix.ruby-version }}
bundler: '1.17.3'
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Run tests
run: bundle exec rspec

0 comments on commit 743ac69

Please sign in to comment.