diff --git a/Gemfile b/Gemfile index 1fff3f9a8..1a429677d 100644 --- a/Gemfile +++ b/Gemfile @@ -9,6 +9,7 @@ gem 'chef', '0.9.12', :require => false gem 'nokogiri', '1.4.3.1' gem "fog", '0.3.25' +gem "excon", "0.2.4" #Security gem 'devise', '1.1.3' diff --git a/Gemfile.lock b/Gemfile.lock index a7c4e3c25..e6f51c869 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -160,7 +160,7 @@ GEM erubis (2.6.6) abstract (>= 1.0.0) eventmachine (0.12.10) - excon (0.4.0) + excon (0.2.4) extlib (0.9.15) factory_girl (1.3.3) factory_girl_rails (1.0.1) @@ -396,6 +396,7 @@ DEPENDENCIES devise (= 1.1.3) devise_invitable! em-websocket! + excon (= 0.2.4) factory_girl_rails fastercsv (= 1.5.4) fixture_builder (~> 0.2.0)