Remove pin on faraday

This commit is contained in:
Sebastian Serth
2022-08-12 23:58:54 +02:00
parent cc4003baf7
commit 825e9787cd
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.5.2'
gem 'faraday'
gem 'faraday-net_http_persistent'
gem 'faye-websocket'
gem 'forgery'

View File

@ -414,14 +414,14 @@ GEM
rspec-mocks (~> 3.10)
rspec-support (~> 3.10)
rspec-support (3.11.0)
rubocop (1.34.1)
rubocop (1.35.0)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.1.2.1)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.20.0, < 2.0)
rubocop-ast (>= 1.20.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.21.0)
@ -559,7 +559,7 @@ DEPENDENCIES
docker-api
eventmachine
factory_bot_rails
faraday (~> 2.5.2)
faraday
faraday-net_http_persistent
faye-websocket
forgery