diff --git a/Gemfile b/Gemfile index a20a22c..b2afe20 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.9" diff --git a/Gemfile.lock b/Gemfile.lock index cd38c73..94c989a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,10 +1,12 @@ GEM remote: https://rubygems.org/ specs: - excon (1.0.0) + excon (1.2.9) + logger + logger (1.7.0) PLATFORMS ruby DEPENDENCIES - excon (= 1.0.0) + excon (= 1.2.9)