Remove pin on faraday
This commit is contained in:
2
Gemfile
2
Gemfile
@ -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'
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user