Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump faraday-detailed_logger from 2.1.2 to 2.5.0 #315

Merged
merged 1 commit into from
Apr 1, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 7, 2022

Bumps faraday-detailed_logger from 2.1.2 to 2.5.0.

Release notes

Sourced from faraday-detailed_logger's releases.

v2.5.0

  • Add faraday 2 support.
  • Extract an initial internal cURL formatter

v2.4.1

No release notes provided.

v2.4.0

No release notes provided.

v2.3.0

No release notes provided.

Changelog

Sourced from faraday-detailed_logger's changelog.

[2.5.0][] / 2022-01-23

  • Add faraday 2 support.
  • Extract an initial internal cURL formatter

[2.4.2][] / 2021-11-09

  • Revert zeitwerk autoloading changes.

    The existing implementation caused application errors citing a uninitialized constant Faraday::DetailedLogger::Middleware.

[2.4.1][] / 2021-11-09

  • Fix Faraday::Error: :detailed_logger is not registered on Faraday::Response by relocating middleware registration.
  • Increase the low-end of the faraday dependency to ~> 0.16 for Ruby 3 compatibility. Versions of faraday earlier than 0.16 are incompatible with Ruby 3's Proc interface.

[2.4.0][] / 2021-11-06

[2.3.0][] / 2020-02-11

  • Sort the request and response headers when logging.

[2.2.0][] / 2020-01-02

  • Add support for faraday 1.0.

[2.1.3][] / 2019-04-04

  • Maintenance release, no functional changes.
Commits
  • 9201f0b chore: 2.5.0 release
  • 909598f chore: remove Gemfile.lock from repository
  • e601069 Merge pull request #409 from envylabs/faraday-2
  • 747f2d4 feat: allow faraday 2.x dependencies
  • d0b6702 refactor: extract a cURL formatter
  • 0bfbcce feat!: add faraday 2 support
  • 8258c14 chore: 2.4.2 release
  • 0bef979 fix: remove zeitwerk autoloading
  • f769b2e chore: remove bin, doc, and gemfiles from build
  • 8c77469 chore: 2.4.1 release
  • Additional commits viewable in compare view

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 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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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)

Copy link

@hound hound bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some files could not be reviewed due to errors:

.rubocop.yml: Style/DotPosition has the wrong namespace - should be Layout
.rubocop.yml: Style/DotPosition has the wrong namespace - should be Layout
.rubocop.yml: Style/FileName has the wrong namespace - should be Naming
.rubocop.yml: Style/PredicateName has the wrong namespace - should be Naming
.rubocop.yml: Style/SpaceInsideHashLiteralBraces has the wrong namespace - should be Layout
Error: obsolete parameter MaxLineLength (for Style/IfUnlessModifier) found in .rubocop.yml
`Style/IfUnlessModifier: MaxLineLength` has been removed. Use `Metrics/LineLength: Max` instead

@dependabot dependabot bot force-pushed the dependabot/bundler/faraday-detailed_logger-2.5.0 branch from 5d06e29 to 2b60e55 Compare March 7, 2022 17:49
Copy link

@hound hound bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some files could not be reviewed due to errors:

.rubocop.yml: Style/DotPosition has the wrong namespace - should be Layout
.rubocop.yml: Style/DotPosition has the wrong namespace - should be Layout
.rubocop.yml: Style/FileName has the wrong namespace - should be Naming
.rubocop.yml: Style/PredicateName has the wrong namespace - should be Naming
.rubocop.yml: Style/SpaceInsideHashLiteralBraces has the wrong namespace - should be Layout
Error: obsolete parameter MaxLineLength (for Style/IfUnlessModifier) found in .rubocop.yml
`Style/IfUnlessModifier: MaxLineLength` has been removed. Use `Metrics/LineLength: Max` instead

Bumps [faraday-detailed_logger](https://github.com/envylabs/faraday-detailed_logger) from 2.1.2 to 2.5.0.
- [Release notes](https://github.com/envylabs/faraday-detailed_logger/releases)
- [Changelog](https://github.com/envylabs/faraday-detailed_logger/blob/main/CHANGELOG.md)
- [Commits](envylabs/faraday-detailed_logger@v2.1.2...v2.5.0)

---
updated-dependencies:
- dependency-name: faraday-detailed_logger
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/bundler/faraday-detailed_logger-2.5.0 branch from 2b60e55 to 137bc10 Compare March 31, 2022 12:13
Copy link

@hound hound bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some files could not be reviewed due to errors:

.rubocop.yml: Style/DotPosition has the wrong namespace - should be Layout
.rubocop.yml: Style/DotPosition has the wrong namespace - should be Layout
.rubocop.yml: Style/FileName has the wrong namespace - should be Naming
.rubocop.yml: Style/PredicateName has the wrong namespace - should be Naming
.rubocop.yml: Style/SpaceInsideHashLiteralBraces has the wrong namespace - should be Layout
Error: obsolete parameter MaxLineLength (for Style/IfUnlessModifier) found in .rubocop.yml
`Style/IfUnlessModifier: MaxLineLength` has been removed. Use `Metrics/LineLength: Max` instead

@zwolf zwolf merged commit 23ab1ce into master Apr 1, 2022
@dependabot dependabot bot deleted the dependabot/bundler/faraday-detailed_logger-2.5.0 branch April 1, 2022 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant