use the last version of FOG

This commit is contained in:
Didier Lafforgue 2012-04-11 03:40:00 +02:00
parent 63fd77f950
commit 62e2a5029d
2 changed files with 6 additions and 6 deletions

View File

@ -41,7 +41,7 @@ PATH
devise (~> 1.5.3)
dragonfly (~> 0.9.8)
flash_cookie_session (~> 1.1.1)
fog (~> 1.1.2)
fog (~> 1.3.1)
formtastic (~> 2.0.2)
haml (~> 3.1.4)
highline (~> 1.6.2)
@ -152,7 +152,7 @@ GEM
rack
ejs (1.0.0)
erubis (2.7.0)
excon (0.9.6)
excon (0.13.3)
execjs (1.3.0)
multi_json (~> 1.0)
factory_girl (2.5.2)
@ -163,12 +163,12 @@ GEM
ffi (1.0.11)
flash_cookie_session (1.1.3)
rails (~> 3.0)
fog (1.1.2)
fog (1.3.1)
builder
excon (~> 0.9.0)
excon (~> 0.13.0)
formatador (~> 0.2.0)
mime-types
multi_json (~> 1.0.3)
multi_json (~> 1.0)
net-scp (~> 1.0.4)
net-ssh (>= 2.1.3)
nokogiri (~> 1.5.0)

View File

@ -53,7 +53,7 @@ Gem::Specification.new do |s|
s.add_dependency 'rmagick', '~> 2.12.2'
s.add_dependency 'carrierwave-mongoid', '~> 0.1.3'
s.add_dependency 'carrierwave', '~> 0.6.0'
s.add_dependency 'fog', '~> 1.1.2'
s.add_dependency 'fog', '~> 1.3.1'
s.add_dependency 'dragonfly', '~> 0.9.8'
s.add_dependency 'rack-cache', '~> 1.1'
s.add_dependency 'mimetype-fu', '~> 0.1.2'