This commit is contained in:
Jonne Haß 2013-02-03 13:10:45 +01:00
parent c4b0709851
commit 6366cf5a1d
2 changed files with 3 additions and 3 deletions

View file

@ -61,7 +61,7 @@ gem 'sqlite3' if ENV['DB'] == 'all' || ENV['DB'] == 'sqlite'
# file uploading # file uploading
gem 'carrierwave', '0.7.1' gem 'carrierwave', '0.7.1'
gem 'fog', '1.8.0' gem 'fog', '1.9.0'
gem 'mini_magick', '3.4' gem 'mini_magick', '3.4'
# JSON and API # JSON and API

View file

@ -119,7 +119,7 @@ GEM
fixture_builder (0.3.5) fixture_builder (0.3.5)
activerecord (>= 2) activerecord (>= 2)
activesupport (>= 2) activesupport (>= 2)
fog (1.8.0) fog (1.9.0)
builder builder
excon (~> 0.14) excon (~> 0.14)
formatador (~> 0.2.0) formatador (~> 0.2.0)
@ -429,7 +429,7 @@ DEPENDENCIES
faraday_middleware (= 0.9.0) faraday_middleware (= 0.9.0)
fastercsv (= 1.5.5) fastercsv (= 1.5.5)
fixture_builder (= 0.3.5) fixture_builder (= 0.3.5)
fog (= 1.8.0) fog (= 1.9.0)
foreigner (= 1.2.1) foreigner (= 1.2.1)
foreman (= 0.61) foreman (= 0.61)
fuubar (= 1.1.0) fuubar (= 1.1.0)