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

Update bundler requirement from ~> 1.16 to ~> 2.1 #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link
Contributor

Updates the requirements on bundler to permit the latest version.

Release notes

Sourced from bundler's releases.

v2.1.0

Features:

  • Add support for new default gems. In particular,

    plus other PRs removing or lazily loading usages of these gems from other places to not interfere with user's choice, such as #7471 or #7473

Bugfixes:

  • Fix bundle exec rake install failing #7474
  • Fix bundle exec'ing to rubygems being silent #7442
  • Restore previous BUNDLE_GEMFILE in bundler/inline #7418
  • Fix error when using gem DSL's :glob option for selecting gemspecs from a specific source #7419

Changes:

  • bundle config no longer warns when using "old interface" (might be deprecated again in the future) #7475
  • bundle update no longer warns when used without arguments (might be deprecated again in the future) #7475

2.1.0.pre.3 (November 12, 2019)

Features:

  • Add caller information to some deprecation messages to make them easier to fix #7361
  • Reconcile bundle cache vs bundle package everywhere. Now in docs, CLI help and everywhere else bundle cache is the preferred version and bundle package remains as an alias #7389
  • Display some basic bundler documentation together with ruby's RDoc based documentation #7394

Bugfixes:

  • Fix typos deprecation message and upgrading docs #7374
  • Deprecation warnings about taint usage on ruby 2.7 #7385
  • Fix --help flag not correctly delegating to man when used with command aliases #7388
  • bundle add should cache newly added gems if an application cache exists #7393
  • Stop using an insecure folder as a "fallback home" when user home is not defined #7416
  • Fix bundler/inline warning about Bundler.root redefinition #7417

2.1.0.pre.2 (September 15, 2019)

Bugfixes:

  • Fix bundle clean trying to delete non-existent directory (#7340)
  • Fix warnings about keyword argument separation on ruby 2.7 (#7337)

2.1.0.pre.1 (August 28, 2019)

One of the biggest changes in bundler 2.1.0 is that deprecations for upcoming

... (truncated)
Changelog

Sourced from bundler's changelog.

2.1.0.pre.3 (November 12, 2019)

Features:

  • Add caller information to some deprecation messages to make them easier to fix #7361
  • Reconcile bundle cache vs bundle package everywhere. Now in docs, CLI help and everywhere else bundle cache is the preferred version and bundle package remains as an alias #7389
  • Display some basic bundler documentation together with ruby's RDoc based documentation #7394

Bugfixes:

  • Fix typos deprecation message and upgrading docs #7374
  • Deprecation warnings about taint usage on ruby 2.7 #7385
  • Fix --help flag not correctly delegating to man when used with command aliases #7388
  • bundle add should cache newly added gems if an application cache exists #7393
  • Stop using an insecure folder as a "fallback home" when user home is not defined #7416
  • Fix bundler/inline warning about Bundler.root redefinition #7417

2.1.0.pre.2 (September 15, 2019)

Bugfixes:

  • Fix bundle clean trying to delete non-existent directory (#7340)
  • Fix warnings about keyword argument separation on ruby 2.7 (#7337)

2.1.0.pre.1 (August 28, 2019)

One of the biggest changes in bundler 2.1.0 is that deprecations for upcoming
breaking changes in bundler 3 will be turned on by default. We do this to grab
feedback and communicate early to our users the kind of changes we're intending
to ship with bundler 3. See
#6965.

Another important improvement is a better coexistence between bundler
installations and the default copy of bundler that comes with ruby installed as
a default gem. Since bundler is shipped as a default gem with ruby, a number of
users have been affected by issues where bundler ends up failing due to version
mismatches, because at some point of the execution, bundler switches to run the
default copy instead of the expected version. A number of PRs have been focused
on minimizing (hopefully eliminating) this, such as
#7100,
#7137,
#6996,
#7056,
#7062,
#7193,
#7216,
#7274

Deprecations:

... (truncated)
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Updates the requirements on [bundler](https://github.com/bundler/bundler) to permit the latest version.
- [Release notes](https://github.com/bundler/bundler/releases)
- [Changelog](https://github.com/bundler/bundler/blob/master/CHANGELOG.md)
- [Commits](rubygems/bundler@v1.16.0...v2.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the type: dependencies 🔗 Pull requests that update a dependency file label Dec 16, 2019
@dependabot-preview
Copy link
Contributor Author

This pull request will no longer be automatically closed when a new version is found as this pull request was created by Dependabot Preview and this repo is using a version: 2 config file. You can close this pull request and let Dependabot re-create it the next time it checks for updates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: dependencies 🔗 Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants