cocoapods-amicable
cocoapods-amicable copied to clipboard
Update bundler requirement from ~> 1.16 to ~> 2.2
⚠️ Dependabot Preview has been deactivated ⚠️
This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to dependabot commands nor will it be automatically closed if a new version is found.
If you close this pull request, Dependabot will re-create it the next time it checks for updates and everything will work as expected.
Updates the requirements on bundler to permit the latest version.
Release notes
Sourced from bundler's releases.
bundler-v2.2.0
Enhancements:
- New gem template: prefer
require_relativetorequire#4066- Always show underlying error when fetching specs fails #4061
- Add
--all-platformsflag tobundle binstubsto generate binstubs for all platforms #3886- Improve gem not found in source error messages #4019
- Revert resolving all Gemfile platforms automatically #4052
- Remove extra empty line from README template #4041
- Lazily load
erb#4011Bug fixes:
- Fix
Bundler::Plugin::API::Source#to_shaving empty source type #4084- Raise consistent errors with or without
bundle exec#4063- Fix edge case resulting in a crash when using
zeitwerkinside a nestedbundle execinvocation #4062- Enable
specific_platformby default #4015- Prevent remove command from deleting gemfile lines that are comments #4045
- Fix issue with
cache_all_platformsandspecific_platformconfigured #4042- Fix incorrect error message on Windows #4039
- Make printed drive letters consistent on Windows #4038
- Load rubygems plugins from RUBYLIB during
bundle installandbundle update#3534- Fix
specific_platformandcache_allwithbundle cache --all-platforms#4022- Bring back the possibility to install a plugin from path #4020
- Move ronn pages to lib #3997
- Fix fileutils double load when using
bundler/inline#3991- Accept responses with no etag header #3865
Documentation:
- Fix typo of
bundle-install.1(v2.1) #4079- Add commented out example and more information link to generated gemspec #4034
2.2.0.rc.2 (October 6, 2020)
Minor enhancements:
- Fix ls-files matching regexp #3845
- Remove redundant
bundler/setuprequire fromspec_helper.rbgenerated bybundle gem#3791Bug fixes:
- Deduplicate spec groups #3965
- Fix some cases of running
bundleron a path including brackets #3854- Don't warn when deinit'ing submodules #3969
- Make
bundle clean --forceleave default gem executables untouched #3907- Prioritize
path.systemoverpathwhen it makes sense #3933- Sort requirements in Gem::Requirement to succeed comparison with different order #3889
- Print bug report template to standard error #3924
- Restore
bundle cache --allin all cases #3914
Changelog
Sourced from bundler's changelog.
2.2.0 (December 7, 2020)
Enhancements:
- New gem template: prefer
require_relativetorequire#4066- Always show underlying error when fetching specs fails #4061
- Add
--all-platformsflag tobundle binstubsto generate binstubs for all platforms #3886- Improve gem not found in source error messages #4019
- Revert resolving all Gemfile platforms automatically #4052
- Remove extra empty line from README template #4041
- Lazily load
erb#4011Bug fixes:
- Fix
Bundler::Plugin::API::Source#to_shaving empty source type #4084- Raise consistent errors with or without
bundle exec#4063- Fix edge case resulting in a crash when using
zeitwerkinside a nestedbundle execinvocation #4062- Enable
specific_platformby default #4015- Prevent remove command from deleting gemfile lines that are comments #4045
- Fix issue with
cache_all_platformsandspecific_platformconfigured #4042- Fix incorrect error message on Windows #4039
- Make printed drive letters consistent on Windows #4038
- Load rubygems plugins from RUBYLIB during
bundle installandbundle update#3534- Fix
specific_platformandcache_allwithbundle cache --all-platforms#4022- Bring back the possibility to install a plugin from path #4020
- Move ronn pages to lib #3997
- Fix fileutils double load when using
bundler/inline#3991- Accept responses with no etag header #3865
Documentation:
- Fix typo of
bundle-install.1(v2.1) #4079- Add commented out example and more information link to generated gemspec #4034
2.2.0.rc.2 (October 6, 2020)
Features:
- Add
bundle fundcommand #3390Enhancements:
- Fix ls-files matching regexp #3845
- Remove redundant
bundler/setuprequire fromspec_helper.rbgenerated bybundle gem#3791Bug fixes:
Commits
d3628e5Merge pull request #4104 from rubygems/release/bundler_2.2.0_rubygems_3.2.0978ecd3Merge pull request #4105 from sonalkr132/revert-globalsign6cacdb9Rubygems version 3.2.0 with changelogd20e200Bundler version 2.2.0 with changelogb02a940Merge pull request #4106 from rubygems/fix_test_failure_when_version_is_exact...ee10fd6Merge pull request #4075 from eregon/no-kernel-warn-monkey-patchaefb9deMerge pull request #4096 from rubygems/delay_deprecation22ea6f5Merge pull request #4100 from sonalkr132/update-certs4c03023Merge pull request #4065 from rubygems/rootless_containerebe55bdMerge pull request #4084 from ayanko/bugfix-plugin-source-api-to-s- 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 will not automatically merge this PR because it includes a major update to a development dependency.
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)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)