diff --git a/Gemfile b/Gemfile index 6ea22158..3435df7c 100644 --- a/Gemfile +++ b/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' diff --git a/Gemfile.lock b/Gemfile.lock index 34df7f91..27cf10a2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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