rkorzeniec / simple_encryptable

Simple encryption service, without all the extras, based on Rails functionality
MIT License
16 stars 1 forks source link

Update bundler requirement from ~> 2.1.4 to ~> 2.2.7 #32

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Updates the requirements on bundler to permit the latest version.

Release notes

Sourced from bundler's releases.

bundler-v2.2.7

Enhancements:

  • Improve error messages when dependency on bundler conflicts with running version #4308
  • Avoid showing platforms with requirements in error messages #4310
  • Introduce disable_local_revision_check config #4237
  • Reverse rubygems require mixin with bundler standalone #4299

Bug fixes:

  • Fix releasing from a not yet pushed branch #4309
  • Install cache only once if it already exists #4304
  • Fix force_ruby_platform no longer being respected #4302

Performance:

  • Fix resolver dependency comparison #4289
Changelog

Sourced from bundler's changelog.

2.2.6 (January 18, 2021)

Enhancements:

  • Improve resolver debugging #4288

Bug fixes:

  • Fix dependency locking for path source #4293

Performance:

  • Speed up complex dependency resolves by creating DepProxy factory and cache #4216

2.2.5 (January 11, 2021)

Enhancements:

  • Improve rubocop setup in the new gem template #4220
  • Support repositories with default branch not named master #4224

Bug fixes:

  • Let Net::HTTP decompress the index instead of doing it manually #4081
  • Workaround for another jruby crash when autoloading a constant #4252
  • Fix another performance regression in the resolver #4243
  • Restore support for old git versions #4233
  • Give a proper error if cache path does not have write access #4215
  • Fix running rake release from an ambiguous ref #4219

2.2.4 (December 31, 2020)

Bug fixes:

  • Fix bundle man pages display on truffleruby #4209
  • Fix Windows + JRuby no longer being able to install git sources #4196

2.2.3 (December 22, 2020)

Bug fixes:

  • Restore full compatibility with previous lockfiles #4179
  • Add all matching variants with the same platform specificity to the lockfile #4180
  • Fix bundler installing gems for a different platform when running in frozen mode and current platform not in the lockfile #4172
  • Fix crash when bundle exec'ing to bundler #4175

2.2.2 (December 17, 2020)

Bug fixes:

... (truncated)

Commits
  • 7bc7ecb Merge pull request #4320 from rubygems/release/bundler_2.2.7_rubygems_3.2.7
  • 19922c3 Bump Rubygems version to 3.2.7
  • 7fa49a4 Changelog for Rubygems version 3.2.7
  • d851028 Bump Bundler version to 2.2.7
  • 0eb2619 Changelog for Bundler version 2.2.7
  • f7503be The lockfile should be locked to the version in this branch
  • f5bd2fe Merge pull request #4317 from rubygems/build_root
  • 9030ea7 Merge pull request #4287 from rubygems/improve_realworld_specs
  • 44e8766 Merge pull request #4315 from rubygems/dont_test_bundler_3_on_ruby_24
  • 1faead3 Merge pull request #4289 from rubygems/resolver_issue
  • 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.

If all status checks pass Dependabot will automatically merge this pull request during working hours.


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](https://app.dependabot.com): - 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)
dependabot-preview[bot] commented 3 years ago

Superseded by #33.