sensu-plugins / sensu-plugins-mailer

This plugin is an email handler for Sensu.
http://sensu-plugins.io
MIT License
17 stars 37 forks source link

Update bundler requirement from ~> 1.7 to ~> 2.0 #85

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 5 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.0.1 > Changes: > > - Relaxed RubyGems requirement to `>= 2.5.0` ([#6867](https://github-redirect.dependabot.com/bundler/bundler/pull/6867))
Changelog *Sourced from [bundler's changelog](https://github.com/bundler/bundler/blob/master/CHANGELOG.md).* > ## 1.17.3 (2018-12-27) > > Bugfixes: > > - Fix a Bundler error when installing gems on old versions of RubyGems ([#6839](https://github-redirect.dependabot.com/bundler/bundler/issues/6839), [@​colby](https://github.com/colby)-swandale) > - Fix a rare issue where Bundler was removing itself after a `bundle clean` ([#6829](https://github-redirect.dependabot.com/bundler/bundler/issues/6829), [@​colby](https://github.com/colby)-swandale) > > Documentation: > > - Add entry for the `bundle remove` command to the main Bundler manual page > > ## 1.17.2 (2018-12-11) > > - Add compatibility for bundler merge with Ruby 2.6 > > ## 1.17.1 (2018-10-25) > > - Convert `Pathname`s to `String`s before sorting them, fixing [#6760](https://github-redirect.dependabot.com/bundler/bundler/issues/6760) and [#6758](https://github-redirect.dependabot.com/bundler/bundler/issues/6758) ([#6761](https://github-redirect.dependabot.com/bundler/bundler/pull/6761), [@​alexggordon](https://github.com/alexggordon)) > > ## 1.17.0 (2018-10-25) > > No new changes. > > ## 1.17.0.pre.2 (2018-10-13) > > Features: > > - Configure Bundler home, cache, config and plugin directories with `BUNDLE_USER_HOME`, `BUNDLE_USER_CACHE`, `BUNDLE_USER_CONFIG` and `BUNDLE_USER_PLUGIN` env vars ([#4333](https://github-redirect.dependabot.com/bundler/bundler/issues/4333), [@​gwerbin](https://github.com/gwerbin)) > - Add `--all` option to `bundle binstubs` that will generate an executable file for all gems with commands in the bundle > - Add `bundle remove` command to remove gems from the Gemfile via the CLI > - Improve checking file permissions and asking for `sudo` in Bundler when it doesn't need to > - Add error message to `bundle add` to check adding duplicate gems to the Gemfile > - When asking for `sudo`, Bundler will show a list of folders/files that require elevated permissions to write to. > > The following new features are available but are not enabled by default. These are intended to be tested by users for the upcoming release of Bundler 2. > > - Improve deprecation warning message for `bundle show` command > - Improve deprecation warning message for the `--force` option in `bundle install` > > ## 1.17.0.pre.1 (2018-09-24) > > Features: > > - Check folder/file permissions of the Bundle home directory in the `bundle doctor` command ([#5786](https://github-redirect.dependabot.com/bundler/bundler/issues/5786), [@​ajwann](https://github.com/ajwann)) > - Remove compiled gem extensions when running `bundle clean` ([#5596](https://github-redirect.dependabot.com/bundler/bundler/issues/5596), [@​akhramov](https://github.com/akhramov)) > - Add `--paths` option to `bundle list` command ([#6172](https://github-redirect.dependabot.com/bundler/bundler/issues/6172), [@​colby](https://github.com/colby)-swandale) > - Add base error class to gems generated from `bundle gem` ([#6260](https://github-redirect.dependabot.com/bundler/bundler/issues/6260), [@​christhekeele](https://github.com/christhekeele)) > - Correctly re-install gem extensions with a git source when running `bundle pristine` ([#6294](https://github-redirect.dependabot.com/bundler/bundler/issues/6294), [@​wagenet](https://github.com/wagenet)) > - Add config option to disable platform warnings ([#6124](https://github-redirect.dependabot.com/bundler/bundler/issues/6124), [@​agrim123](https://github.com/agrim123)) > - Add `--skip-install` option to `bundle add` command to add gems to the Gemfile without installation ([#6511](https://github-redirect.dependabot.com/bundler/bundler/issues/6511), [@​agrim123](https://github.com/agrim123)) > ... (truncated)
Commits - [`d7ad219`](https://github.com/bundler/bundler/commit/d7ad2192ff5da41ba70ae9c21ca3e62559081df4) Version 2.0.1 with changelog - [`dc06fab`](https://github.com/bundler/bundler/commit/dc06fab418626922b39bfec5178887cb94c8c6de) Merge [#6867](https://github-redirect.dependabot.com/bundler/bundler/issues/6867) - [`31678a3`](https://github.com/bundler/bundler/commit/31678a323f42b48c29cc7c1208205afd3c137087) update tested rubygems in travis - [`81d3ecf`](https://github.com/bundler/bundler/commit/81d3ecf766802f2aab7bb5b6627cd9d597a4eab8) Lower required RubyGems to 2.5 or greater - [`d715ae9`](https://github.com/bundler/bundler/commit/d715ae9e612ad002dbe1b62db59d2abdd0f2dd77) Bundler 2.0 with changelog - [`526bb66`](https://github.com/bundler/bundler/commit/526bb665e5c45c77928da18a5f9b16dbc8281ce3) update CHANGELOG with new changes and release - [`53e4ffa`](https://github.com/bundler/bundler/commit/53e4ffa93c0685357ad7dbe7ab34ad471d742cda) Merge [#6856](https://github-redirect.dependabot.com/bundler/bundler/issues/6856) - [`a0ee4cd`](https://github.com/bundler/bundler/commit/a0ee4cd11d99414d1ef9e9a49c825279fad3aad0) add RubyGems v3.0.1 to rg clone task - [`00caa91`](https://github.com/bundler/bundler/commit/00caa91d13319f55c152aa6df3534b7b3ef1fd17) Version 2.0.0.pre.3 wih changelog - [`13ca000`](https://github.com/bundler/bundler/commit/13ca0004db174440741294db27d41e8adb4adfb9) update tested versions of RubyGems in travis - Additional commits viewable in [compare view](https://github.com/bundler/bundler/compare/v1.7.0...v2.0.1)


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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 4 years ago

Superseded by #103.