Skip to content

Replace deprecated bundle install --path with bundle config#7

Open
riseshia wants to merge 1 commit into
sorah:masterfrom
riseshia:ci/bundle-config-path
Open

Replace deprecated bundle install --path with bundle config#7
riseshia wants to merge 1 commit into
sorah:masterfrom
riseshia:ci/bundle-config-path

Conversation

@riseshia

Copy link
Copy Markdown
Contributor

Follow up #6

Bundler 4.0 removed the --path flag, breaking the Ruby 4.0 CI job.
Split the step into bundle config set --local path and bundle install, which works on both bundler 2.x (Ruby 3.2-3.4) and 4.x (Ruby 4.0).

Bundler 4.0 removed the `--path` flag, breaking the Ruby 4.0 CI job.
Split the step into `bundle config set --local path` and `bundle install`,
which works on both bundler 2.x (Ruby 3.2-3.4) and 4.x (Ruby 4.0).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant