sckott / serrano

Low level Ruby client for Crossref
https://rubydoc.info/gems/serrano
MIT License
31 stars 3 forks source link

Update faraday_middleware requirement from ~> 0.12.2 to >= 0.12.2, < 0.14.0 #61

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Updates the requirements on faraday_middleware to permit the latest version.

Release notes *Sourced from [faraday_middleware's releases](https://github.com/lostisland/faraday_middleware/releases).* > ## v0.13.0 > * Adds support for Brotli decompression of responses ([#134](https://github-redirect.dependabot.com/lostisland/faraday_middleware/issues/134)) > * Adds support for JSON 2 ([#169](https://github-redirect.dependabot.com/lostisland/faraday_middleware/issues/169)) > * Hash request URIs before using them as a cache key ([#181](https://github-redirect.dependabot.com/lostisland/faraday_middleware/issues/181)) > * Remove Addressable::URI query hack ([#184](https://github-redirect.dependabot.com/lostisland/faraday_middleware/issues/184))
Commits - [`b0fbe00`](https://github.com/lostisland/faraday_middleware/commit/b0fbe004b377ebfee8a2d6116598240bac9ba75c) Version bump to 0.13.0 - [`9798b90`](https://github.com/lostisland/faraday_middleware/commit/9798b90e309fa2d33045cceb724f91fce6ae331e) Remove Addressable::URI query hack ([#184](https://github-redirect.dependabot.com/lostisland/faraday_middleware/issues/184)) - [`43ea829`](https://github.com/lostisland/faraday_middleware/commit/43ea829f507d22bb2427b8b33bab3ad49bda8250) Hash request URIs before using them as a cache key ([#181](https://github-redirect.dependabot.com/lostisland/faraday_middleware/issues/181)) - [`ea159c7`](https://github.com/lostisland/faraday_middleware/commit/ea159c77817f0bca6aca06700ef93c388744b0f6) Delete CHANGELOG.md ([#178](https://github-redirect.dependabot.com/lostisland/faraday_middleware/issues/178)) - [`1550e14`](https://github.com/lostisland/faraday_middleware/commit/1550e144637ca7dcfff0431d494aff87db25714c) Fix incorrect description referring method no longer used ([#177](https://github-redirect.dependabot.com/lostisland/faraday_middleware/issues/177)) - [`895a555`](https://github.com/lostisland/faraday_middleware/commit/895a55511699950c535d29291aa8e9dc70b7b6d4) [CI] Test against Ruby 2.5.0 ([#173](https://github-redirect.dependabot.com/lostisland/faraday_middleware/issues/173)) - [`afa7724`](https://github.com/lostisland/faraday_middleware/commit/afa7724c696ac44e4d516f536497922c550d0393) [docs] Avoid YARD warnings: define empty Faraday module, classes ([#170](https://github-redirect.dependabot.com/lostisland/faraday_middleware/issues/170)) - [`135dbe5`](https://github.com/lostisland/faraday_middleware/commit/135dbe57020a30c8e5147b38fb42f74ec6bcfeb4) Adds support for JSON 2 ([#169](https://github-redirect.dependabot.com/lostisland/faraday_middleware/issues/169)) - [`12bbb51`](https://github.com/lostisland/faraday_middleware/commit/12bbb5137d6aa488e42db8ef43a81baed5a50f5d) Adds support for Brotli decompression of responses ([#134](https://github-redirect.dependabot.com/lostisland/faraday_middleware/issues/134)) - [`d522e95`](https://github.com/lostisland/faraday_middleware/commit/d522e95dc2144e6986de6ba9a138ec309576a382) README: Dependent libraries list as table ([#167](https://github-redirect.dependabot.com/lostisland/faraday_middleware/issues/167)) - Additional commits viewable in [compare view](https://github.com/lostisland/faraday_middleware/compare/v0.12.2...v0.13.0)


Dependabot compatibility score

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.
codecov-io commented 5 years ago

Codecov Report

Merging #61 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #61   +/-   ##
=======================================
  Coverage   87.68%   87.68%           
=======================================
  Files          20       20           
  Lines         755      755           
=======================================
  Hits          662      662           
  Misses         93       93

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 734cc1b...64e67ae. Read the comment docs.