This commit is contained in:
Jonne Haß 2014-01-06 16:59:08 +01:00
parent 716b1af381
commit fbf8cdef2d
2 changed files with 6 additions and 6 deletions

View file

@ -45,7 +45,7 @@ gem 'foreigner', '1.4.2'
# File uploading # File uploading
gem 'carrierwave', '0.9.0' gem 'carrierwave', '0.9.0'
gem 'fog', '1.14.0' gem 'fog', '1.19.0'
gem 'mini_magick', '3.6.0' gem 'mini_magick', '3.6.0'
gem 'remotipart', '1.2.1' gem 'remotipart', '1.2.1'

View file

@ -103,7 +103,7 @@ GEM
ethon (0.6.2) ethon (0.6.2)
ffi (>= 1.3.0) ffi (>= 1.3.0)
mime-types (~> 1.18) mime-types (~> 1.18)
excon (0.25.3) excon (0.31.0)
execjs (1.4.0) execjs (1.4.0)
multi_json (~> 1.0) multi_json (~> 1.0)
factory_girl (4.3.0) factory_girl (4.3.0)
@ -119,9 +119,9 @@ GEM
fixture_builder (0.3.6) fixture_builder (0.3.6)
activerecord (>= 2) activerecord (>= 2)
activesupport (>= 2) activesupport (>= 2)
fog (1.14.0) fog (1.19.0)
builder builder
excon (~> 0.25.0) excon (~> 0.31.0)
formatador (~> 0.2.0) formatador (~> 0.2.0)
mime-types mime-types
multi_json (~> 1.0) multi_json (~> 1.0)
@ -226,7 +226,7 @@ GEM
nested_form (0.3.2) nested_form (0.3.2)
net-scp (1.1.2) net-scp (1.1.2)
net-ssh (>= 2.6.5) net-ssh (>= 2.6.5)
net-ssh (2.6.8) net-ssh (2.7.0)
nokogiri (1.6.1) nokogiri (1.6.1)
mini_portile (~> 0.5.0) mini_portile (~> 0.5.0)
oauth (0.4.7) oauth (0.4.7)
@ -447,7 +447,7 @@ DEPENDENCIES
faraday (= 0.8.8) faraday (= 0.8.8)
faraday_middleware (= 0.9.0) faraday_middleware (= 0.9.0)
fixture_builder (= 0.3.6) fixture_builder (= 0.3.6)
fog (= 1.14.0) fog (= 1.19.0)
foreigner (= 1.4.2) foreigner (= 1.4.2)
foreman (= 0.62) foreman (= 0.62)
fuubar (= 1.1.1) fuubar (= 1.1.1)