diff --git a/Gemfile b/Gemfile index a20a22c..0496d85 100644 --- a/Gemfile +++ b/Gemfile @@ -2,4 +2,4 @@ source "https://rubygems.org" git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } -gem "excon", "1.0.0" +gem "excon", "1.2.8" diff --git a/Gemfile.lock b/Gemfile.lock index cd38c73..f0f6186 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,10 +1,12 @@ GEM remote: https://rubygems.org/ specs: - excon (1.0.0) + excon (1.2.8) + logger + logger (1.7.0) PLATFORMS ruby DEPENDENCIES - excon (= 1.0.0) + excon (= 1.2.8)