diff --git a/Gemfile b/Gemfile index 9687e62..b3cac15 100644 --- a/Gemfile +++ b/Gemfile @@ -28,7 +28,7 @@ gem 'jbuilder', '~> 2.5' #custom gem 'bootstrap', '~> 4.3.1' gem 'jquery-rails' -gem 'excon', '~> 0.68.0' +gem 'excon', '~> 0.71.0' gem 'figaro', '~> 1.1', '>= 1.1.1' # Use Capistrano for deployment diff --git a/Gemfile.lock b/Gemfile.lock index 5f02503..fe0a616 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -80,7 +80,7 @@ GEM concurrent-ruby (1.1.5) crass (1.0.5) erubi (1.9.0) - excon (0.68.0) + excon (0.71.0) execjs (2.7.0) ffi (1.11.1) figaro (1.1.1) @@ -217,7 +217,7 @@ DEPENDENCIES capybara (>= 2.15) chromedriver-helper coffee-rails (~> 4.2) - excon (~> 0.68.0) + excon (~> 0.71.0) figaro (~> 1.1, >= 1.1.1) jbuilder (~> 2.5) jquery-rails