Skip to content

Commit

Permalink
Pin Bundler version
Browse files Browse the repository at this point in the history
Right now we want to support older versions of Ruby back to 2.7.8 but
Bundler has dropped support for 2.7.x:

https://bundler.io/v2.4/whats_new.html#old-ruby-and-rubygems-no-longer-supported

For now, we need to pin the bundler version in our build to continue.
  • Loading branch information
mec committed Dec 22, 2023
1 parent fd0a46b commit 21fc9d3
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 21fc9d3

Please sign in to comment.