From bdb373644f4a2642c2a753942ab92d0a2477ad5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2019 22:57:56 +0000 Subject: [PATCH] Bump excon from 0.68.0 to 0.71.0 Bumps [excon](https://github.com/excon/excon) from 0.68.0 to 0.71.0. - [Release notes](https://github.com/excon/excon/releases) - [Changelog](https://github.com/excon/excon/blob/master/changelog.txt) - [Commits](https://github.com/excon/excon/compare/v0.68.0...v0.71.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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