sensu-plugins / sensu-plugins-slack

Sensu Slack chat handlers
http://sensu-plugins.io
MIT License
30 stars 54 forks source link

Update bundler requirement from ~> 1.7 to ~> 2.1 #99

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 4 years ago

Updates the requirements on bundler to permit the latest version.

Release notes *Sourced from [bundler's releases](https://github.com/bundler/bundler/releases).* > ## v2.1.0 > Features: > > - Add support for new default gems. In particular, > > * `open3` [#7455](https://github-redirect.dependabot.com/bundler/bundler/pull/7455) > * `cgi`: [#7456](https://github-redirect.dependabot.com/bundler/bundler/pull/7456) > * `uri` [#7460](https://github-redirect.dependabot.com/bundler/bundler/pull/7460) > > plus other PRs removing or lazily loading usages of these gems from other places to not interfere with user's choice, such as [#7471](https://github-redirect.dependabot.com/bundler/bundler/pull/7471) or [#7473](https://github-redirect.dependabot.com/bundler/bundler/pull/7473) > > Bugfixes: > > - Fix `bundle exec rake install` failing [#7474](https://github-redirect.dependabot.com/bundler/bundler/pull/7474) > - Fix `bundle exec`'ing to rubygems being silent [#7442](https://github-redirect.dependabot.com/bundler/bundler/pull/7442) > - Restore previous `BUNDLE_GEMFILE` in `bundler/inline` [#7418](https://github-redirect.dependabot.com/bundler/bundler/pull/7418) > - Fix error when using `gem` DSL's `:glob` option for selecting gemspecs from a specific source [#7419](https://github-redirect.dependabot.com/bundler/bundler/pull/7419) > > Changes: > > - `bundle config` no longer warns when using "old interface" (might be deprecated again in the future) [#7475](https://github-redirect.dependabot.com/bundler/bundler/pull/7475) > - `bundle update` no longer warns when used without arguments (might be deprecated again in the future) [#7475](https://github-redirect.dependabot.com/bundler/bundler/pull/7475) > > ## 2.1.0.pre.3 (November 12, 2019) > > Features: > > - Add caller information to some deprecation messages to make them easier to fix [#7361](https://github-redirect.dependabot.com/bundler/bundler/pull/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](https://github-redirect.dependabot.com/bundler/bundler/pull/7389) > - Display some basic `bundler` documentation together with ruby's RDoc based documentation [#7394](https://github-redirect.dependabot.com/bundler/bundler/pull/7394) > > Bugfixes: > > - Fix typos deprecation message and upgrading docs [#7374](https://github-redirect.dependabot.com/bundler/bundler/pull/7374) > - Deprecation warnings about `taint` usage on ruby 2.7 [#7385](https://github-redirect.dependabot.com/bundler/bundler/pull/7385) > - Fix `--help` flag not correctly delegating to `man` when used with command aliases [#7388](https://github-redirect.dependabot.com/bundler/bundler/pull/7388) > - `bundle add` should cache newly added gems if an application cache exists [#7393](https://github-redirect.dependabot.com/bundler/bundler/pull/7393) > - Stop using an insecure folder as a "fallback home" when user home is not defined [#7416](https://github-redirect.dependabot.com/bundler/bundler/pull/7416) > - Fix `bundler/inline` warning about `Bundler.root` redefinition [#7417](https://github-redirect.dependabot.com/bundler/bundler/pull/7417) > > ## 2.1.0.pre.2 (September 15, 2019) > > Bugfixes: > > - Fix `bundle clean` trying to delete non-existent directory ([#7340](https://github-redirect.dependabot.com/bundler/bundler/pull/7340)) > - Fix warnings about keyword argument separation on ruby 2.7 ([#7337](https://github-redirect.dependabot.com/bundler/bundler/pull/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](https://github.com/bundler/bundler/blob/master/CHANGELOG.md).* > ## 2.1.0.pre.3 (November 12, 2019) > > Features: > > - Add caller information to some deprecation messages to make them easier to fix [#7361](https://github-redirect.dependabot.com/bundler/bundler/pull/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](https://github-redirect.dependabot.com/bundler/bundler/pull/7389) > - Display some basic `bundler` documentation together with ruby's RDoc based documentation [#7394](https://github-redirect.dependabot.com/bundler/bundler/pull/7394) > > Bugfixes: > > - Fix typos deprecation message and upgrading docs [#7374](https://github-redirect.dependabot.com/bundler/bundler/pull/7374) > - Deprecation warnings about `taint` usage on ruby 2.7 [#7385](https://github-redirect.dependabot.com/bundler/bundler/pull/7385) > - Fix `--help` flag not correctly delegating to `man` when used with command aliases [#7388](https://github-redirect.dependabot.com/bundler/bundler/pull/7388) > - `bundle add` should cache newly added gems if an application cache exists [#7393](https://github-redirect.dependabot.com/bundler/bundler/pull/7393) > - Stop using an insecure folder as a "fallback home" when user home is not defined [#7416](https://github-redirect.dependabot.com/bundler/bundler/pull/7416) > - Fix `bundler/inline` warning about `Bundler.root` redefinition [#7417](https://github-redirect.dependabot.com/bundler/bundler/pull/7417) > > ## 2.1.0.pre.2 (September 15, 2019) > > Bugfixes: > > - Fix `bundle clean` trying to delete non-existent directory ([#7340](https://github-redirect.dependabot.com/bundler/bundler/pull/7340)) > - Fix warnings about keyword argument separation on ruby 2.7 ([#7337](https://github-redirect.dependabot.com/bundler/bundler/pull/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](https://github-redirect.dependabot.com/bundler/bundler/pull/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](https://github-redirect.dependabot.com/bundler/bundler/pull/7100), > [#7137](https://github-redirect.dependabot.com/bundler/bundler/pull/7137), > [#6996](https://github-redirect.dependabot.com/bundler/bundler/pull/6996), > [#7056](https://github-redirect.dependabot.com/bundler/bundler/pull/7056), > [#7062](https://github-redirect.dependabot.com/bundler/bundler/pull/7062), > [#7193](https://github-redirect.dependabot.com/bundler/bundler/pull/7193), > [#7216](https://github-redirect.dependabot.com/bundler/bundler/pull/7216), > [#7274](https://github-redirect.dependabot.com/bundler/bundler/pull/7274) > > Deprecations: > > ... (truncated)
Commits - [`4045ba4`](https://github.com/bundler/bundler/commit/4045ba4bb1b19c8c43178daae1918f38d11c6af6) Merge [#7482](https://github-redirect.dependabot.com/bundler/bundler/issues/7482) - [`fc2b63c`](https://github.com/bundler/bundler/commit/fc2b63cfc20a225b066993db2bf4600aca11eabb) Merge [#7483](https://github-redirect.dependabot.com/bundler/bundler/issues/7483) - [`f805835`](https://github.com/bundler/bundler/commit/f8058353c2e0aaf64bd19c85e4c7081012dc7530) Fixed test failures with gem command path on ruby core repo. - [`9c26878`](https://github.com/bundler/bundler/commit/9c268789d18a47e3fca46f2e7e6dd9ebca0adc0d) Delegate should be supported now - [`935c727`](https://github.com/bundler/bundler/commit/935c7272ba0f17f81823e704b54627b75cf7f913) Merge [#7480](https://github-redirect.dependabot.com/bundler/bundler/issues/7480) - [`6e2e192`](https://github.com/bundler/bundler/commit/6e2e1929b3696cc022b2a24af4927ccc47dfd9bd) Vendor thor 1.0.0 - [`f143253`](https://github.com/bundler/bundler/commit/f143253656981d64fac8b3c781172c716e3a3f4e) Merge [#7478](https://github-redirect.dependabot.com/bundler/bundler/issues/7478) - [`831093c`](https://github.com/bundler/bundler/commit/831093c178dc14d15123bc1c8a5e15cc1e0ff70b) Revert "Write & read dummy gems binarily" - [`3bd06e7`](https://github.com/bundler/bundler/commit/3bd06e7a8bb427945b9a0c7c108c02bd96d7c1c9) Merge [#7477](https://github-redirect.dependabot.com/bundler/bundler/issues/7477) - [`69a88cf`](https://github.com/bundler/bundler/commit/69a88cf6e8bb2aeebd2b378fc9719eec2f3a7fef) Merge [#7475](https://github-redirect.dependabot.com/bundler/bundler/issues/7475) - Additional commits viewable in [compare view](https://github.com/bundler/bundler/compare/v1.7.0...v2.1.0)


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](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)