jekyll-cloudinary
jekyll-cloudinary copied to clipboard
Update bundler requirement from ~> 1.16 to ~> 2.1
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 installfailing #7474- Fix
bundle exec'ing to rubygems being silent #7442- Restore previous
BUNDLE_GEMFILEinbundler/inline#7418- Fix error when using
gemDSL's:globoption for selecting gemspecs from a specific source #7419Changes:
bundle configno longer warns when using "old interface" (might be deprecated again in the future) #7475bundle updateno longer warns when used without arguments (might be deprecated again in the future) #74752.1.0.pre.3 (November 12, 2019)
Features:
- Add caller information to some deprecation messages to make them easier to fix #7361
- Reconcile
bundle cachevsbundle packageeverywhere. Now in docs, CLI help and everywhere elsebundle cacheis the preferred version andbundle packageremains as an alias #7389- Display some basic
bundlerdocumentation together with ruby's RDoc based documentation #7394Bugfixes:
- Fix typos deprecation message and upgrading docs #7374
- Deprecation warnings about
taintusage on ruby 2.7 #7385- Fix
--helpflag not correctly delegating tomanwhen used with command aliases #7388bundle addshould 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/inlinewarning aboutBundler.rootredefinition #74172.1.0.pre.2 (September 15, 2019)
Bugfixes:
- Fix
bundle cleantrying 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 cachevsbundle packageeverywhere. Now in docs, CLI help and everywhere elsebundle cacheis the preferred version andbundle packageremains as an alias #7389- Display some basic
bundlerdocumentation together with ruby's RDoc based documentation #7394Bugfixes:
- Fix typos deprecation message and upgrading docs #7374
- Deprecation warnings about
taintusage on ruby 2.7 #7385- Fix
--helpflag not correctly delegating tomanwhen used with command aliases #7388bundle addshould 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/inlinewarning aboutBundler.rootredefinition #74172.1.0.pre.2 (September 15, 2019)
Bugfixes:
- Fix
bundle cleantrying 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
4045ba4Merge #7482fc2b63cMerge #7483f805835Fixed test failures with gem command path on ruby core repo.9c26878Delegate should be supported now935c727Merge #74806e2e192Vendor thor 1.0.0f143253Merge #7478831093cRevert "Write & read dummy gems binarily"3bd06e7Merge #747769a88cfMerge #7475- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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 labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill 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)
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.