Skip to content

Commit

Permalink
Merge pull request #106 from dxw/chore/pin-bundler
Browse files Browse the repository at this point in the history
Pin Bundler version in build
  • Loading branch information
mec authored Dec 22, 2023
2 parents fd0a46b + 21fc9d3 commit 6895d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install sqlite3 libsqlite3-dev
gem install bundler
gem install bundler --version "2.3.27"
bundle install --jobs 4 --retry 3 --path ./vendor/bundle
bundle exec rake
- name: Coveralls
Expand Down

0 comments on commit 6895d06

Please sign in to comment.