buren / wayback_archiver

Ruby gem to send URLs to Wayback Machine
https://rubygems.org/gems/wayback_archiver
MIT License
57 stars 11 forks source link

Update bundler requirement from ~> 1.3 to ~> 2.0 #30

Closed dependabot-preview[bot] closed 5 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).* > ## 2.0.1 (2019-01-04) > > Changes: > > - Relaxed RubyGems requirement to `>= 2.5.0` ([#6867](https://github-redirect.dependabot.com/bundler/bundler/pull/6867)) > > ## 2.0.0 (2019-01-03) > > No new changes > > ## 2.0.0.pre.3 (2018-12-30) > > Breaking Changes: > > - Bundler 2 now requires RubyGems 3.0.0 at minimum > > Changes: > > - Ruby 2.6 compatibility fixes ([@​segiddins](https://github.com/segiddins)) > - Import changes from Bundler 1.17.3 release > > Note: To upgrade your Gemfile to Bundler 2 you will need to run `bundle update --bundler` > > ## 2.0.0.pre.2 (2018-11-27) > > Breaking Changes: > > - `:github` source in the Gemfile now defaults to using HTTPS > > Changes > > - Add compatibility for Bundler merge into ruby-src > > Note: To upgrade your Gemfile to Bundler 2 you will need to run `bundle update --bundler` > > ## 2.0.0.pre.1 (2018-11-09) > > Breaking Changes: > > - Dropped support for versions of Ruby < 2.3 > - Dropped support for version of RubyGems < 2.5 > - Moved error messages from STDOUT to STDERR > > Note: To upgrade your Gemfile to Bundler 2 you will need to run `bundle update --bundler` > > ## 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) > ... (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.3.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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 5 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.