Bump faraday from 2.4.0 to 2.5.1

Bumps [faraday](https://github.com/lostisland/faraday) from 2.4.0 to 2.5.1.
- [Release notes](https://github.com/lostisland/faraday/releases)
- [Changelog](https://github.com/lostisland/faraday/blob/main/CHANGELOG.md)
- [Commits](https://github.com/lostisland/faraday/compare/v2.4.0...v2.5.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-08-09 19:39:36 +00:00
committed by Sebastian Serth
parent 391bca6bc3
commit f3228228d1
2 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@ gem 'charlock_holmes', require: 'charlock_holmes/string'
gem 'docker-api', require: 'docker'
gem 'eventmachine'
gem 'factory_bot_rails'
gem 'faraday', '~> 2.4.0'
gem 'faraday', '~> 2.5.1'
gem 'faraday-net_http_persistent'
gem 'faye-websocket'
gem 'forgery'

View File

@ -152,8 +152,8 @@ GEM
factory_bot_rails (6.2.0)
factory_bot (~> 6.2.0)
railties (>= 5.0.0)
faraday (2.4.0)
faraday-net_http (~> 2.0)
faraday (2.5.1)
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (2.1.0)
faraday-net_http_persistent (2.0.2)
@ -559,7 +559,7 @@ DEPENDENCIES
docker-api
eventmachine
factory_bot_rails
faraday (~> 2.4.0)
faraday (~> 2.5.1)
faraday-net_http_persistent
faye-websocket
forgery