revelrylabs / hubkit

Hubkit provides methods for querying the github API at a higher level than making individual API calls. Think of it like an ORM for the github API.
MIT License
15 stars 2 forks source link

Update vcr requirement from ~> 2.6 to ~> 4.0 #6

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Updates the requirements on vcr to permit the latest version.

Changelog *Sourced from [vcr's changelog](https://github.com/vcr/vcr/blob/master/CHANGELOG.md).* > ## 4.0.0 > [Full Changelog](https://github.com/vcr/vcr/compare/v3.0.3...v4.0.0) > > - [Feature] Output non-matched headers on error > - [Fix] Allow non-latin charaters in cassette filenames > - [Breaking] Remove deprecated VCR::RSpec::Macros > - [Breaking] Remove support for ruby 1.9.3 > - [Breaking] Remove support for Fakeweb > > ## 3.0.3 > [Full Changelog](https://github.com/vcr/vcr/compare/v3.0.2...v3.0.3) > > Bug Fixes: > > * rebuild Gem with ruby 2.2 to avoid rubygems issue https://github-redirect.dependabot.com/rubygems/rubygems/issues/1448 > > > ## 3.0.2 > [Full Changelog](https://github.com/vcr/vcr/compare/v3.0.1...v3.0.2) > > Bug Fixes: > > * Support WebMock 2.0.0 by calling `WebMock.enable!` when the library hook is enabled. (Tony Miller) > * fix webmock thread safety for with_global_hook_disabled (Jan Berdajs) > > ## 3.0.1 > > [Full Changelog](https://github.com/vcr/vcr/compare/v3.0.0...v3.0.1) > > * [Adding] Use the specs scope as the cassette name when the description is empty (Philipp Tessenow) > * [Fixing] make ignore_cassettes a boolean again to prevent nil.dup crashes (Harald Sitter) > * [Fixing] Fix issue [#517](https://github-redirect.dependabot.com/vcr/vcr/issues/517) Cucumber scenario outlines use incorrect cassette (Jan Berdajs) > * [Fixing] fix(persisters): use binary mode in read/write (KARASZI István) > > > ## 3.0.0 > > [Full Changelog](https://github.com/vcr/vcr/compare/v2.9.3...v3.0.0) > > * [Breaking] test support for 1.8.7, 1.9.2, 2.0.0, 2.1.0, ree, jruby 1.8mode, rbx 1.8mode > * [Breaking] the possible return value `VCR.configuration`, it now might return `nil` > * [Breaking] the possible return value `VCR.cassette_serializers`, it now might return `nil` > * [Breaking] the possible return value `VCR.cassette_persisters`, it now might return `nil` > * [Breaking] the possible return value `VCR.library_hooks`, it now might return `nil` > * [Breaking] the possible return value `VCR.request_ignorer`, it now might return `nil` > * [Breaking] the possible return value `VCR.request_matchers`, it now might return `nil` > * [Breaking] the threadness of VCR, by using `Mutex` > * [Adding] a new `:compressed` value for serializers that stores in gzipped files > * [Adding] support for farady's `RackBuilder` if it exists > * [Changing] the cucumber scenario naming mechanism > ... (truncated)
Commits - See full diff in [compare view](https://github.com/vcr/vcr/commits/v4.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.


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

Looks like vcr is no longer updatable, so this is no longer needed.