locked the excon version
This commit is contained in:
parent
f857d87475
commit
057dcc218d
2 changed files with 3 additions and 1 deletions
1
Gemfile
1
Gemfile
|
|
@ -9,6 +9,7 @@ gem 'chef', '0.9.12', :require => false
|
||||||
gem 'nokogiri', '1.4.3.1'
|
gem 'nokogiri', '1.4.3.1'
|
||||||
|
|
||||||
gem "fog", '0.3.25'
|
gem "fog", '0.3.25'
|
||||||
|
gem "excon", "0.2.4"
|
||||||
|
|
||||||
#Security
|
#Security
|
||||||
gem 'devise', '1.1.3'
|
gem 'devise', '1.1.3'
|
||||||
|
|
|
||||||
|
|
@ -160,7 +160,7 @@ GEM
|
||||||
erubis (2.6.6)
|
erubis (2.6.6)
|
||||||
abstract (>= 1.0.0)
|
abstract (>= 1.0.0)
|
||||||
eventmachine (0.12.10)
|
eventmachine (0.12.10)
|
||||||
excon (0.4.0)
|
excon (0.2.4)
|
||||||
extlib (0.9.15)
|
extlib (0.9.15)
|
||||||
factory_girl (1.3.3)
|
factory_girl (1.3.3)
|
||||||
factory_girl_rails (1.0.1)
|
factory_girl_rails (1.0.1)
|
||||||
|
|
@ -396,6 +396,7 @@ DEPENDENCIES
|
||||||
devise (= 1.1.3)
|
devise (= 1.1.3)
|
||||||
devise_invitable!
|
devise_invitable!
|
||||||
em-websocket!
|
em-websocket!
|
||||||
|
excon (= 0.2.4)
|
||||||
factory_girl_rails
|
factory_girl_rails
|
||||||
fastercsv (= 1.5.4)
|
fastercsv (= 1.5.4)
|
||||||
fixture_builder (~> 0.2.0)
|
fixture_builder (~> 0.2.0)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue