sensu-plugins / sensu-plugins-statuspage

Sensu plugins for Statuspage
http://sensu-plugins.io
MIT License
4 stars 7 forks source link

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

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.0 > Breaking Changes: > > - Dropped support for versions of Ruby < 2.3 > - Dropped support for version of RubyGems < 3.0.0 > - `:github` source in the Gemfile now defaults to using HTTPS > - Moved error messages from STDOUT to STDERR > - Bundler now auto-switches between version 1 and 2 based on the Lockfile
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-swandale**](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-swandale**](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-swandale**](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 - See full diff in [compare view](https://github.com/bundler/bundler/commits/v2.0.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 cancel merge` will cancel a previously requested merge - `@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 #28.