Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specify which bundler version to install #3931

Merged
merged 1 commit into from
Feb 27, 2020
Merged

Specify which bundler version to install #3931

merged 1 commit into from
Feb 27, 2020

Conversation

javierm
Copy link
Member

@javierm javierm commented Feb 27, 2020

Background

Using the latest bundler we got a deprecation warning, which might turn into an error in the future:

[DEPRECATED] The `--deployment` flag is deprecated because it relies on
being remembered across bundler invocations, which bundler will no
longer do in future versions.

Objectives

Use the same version of Bundler we used to generate our Gemfile.lock.

Notes

We could also upgrade to bundler 2.x, but since we're using Ruby 2.4, and Ruby 2.6 comes with bundler 1.17, we've decided to keep this version.

We're now using the same version we used to generate our Gemfile.lock.

Using the latest bundler we got a deprecation warning, which might turn
into an error in the future:

[DEPRECATED] The `--deployment` flag is deprecated because it relies on
being remembered across bundler invocations, which bundler will no
longer do in future versions.

We could also upgrade to bundler 2.x, but since we're using Ruby 2.4 and
Ruby 2.6 comes with bundler 1.17, we've decided to keep this version.
@javierm javierm self-assigned this Feb 27, 2020
@javierm javierm added this to Reviewing in Roadmap via automation Feb 27, 2020
@javierm javierm merged commit 1e94a7c into master Feb 27, 2020
Roadmap automation moved this from Reviewing to Release 1.1.0 Feb 27, 2020
@javierm javierm deleted the bundler_version branch February 27, 2020 17:08
smarques pushed a commit to venetochevogliamo/consul that referenced this pull request Apr 29, 2020
Specify which bundler version to install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Roadmap
  
Release 1.1.0
Development

Successfully merging this pull request may close these issues.

None yet

1 participant