bump asset_sync

This commit is contained in:
Jonne Haß 2013-08-01 18:08:36 +02:00
parent b98710bc63
commit b22cb395b7
2 changed files with 4 additions and 4 deletions

View file

@ -146,7 +146,7 @@ group :production do # we don't install these on travis to speed up test runs
# Third party asset hosting # Third party asset hosting
gem 'asset_sync', '0.5.4', :require => false gem 'asset_sync', '1.0.0', :require => false
end end
group :development do group :development do

View file

@ -38,9 +38,9 @@ GEM
rack (>= 1.1.0) rack (>= 1.1.0)
addressable (2.3.5) addressable (2.3.5)
arel (3.0.2) arel (3.0.2)
asset_sync (0.5.4) asset_sync (1.0.0)
activemodel activemodel
fog fog (>= 1.8.0)
bcrypt-ruby (3.1.1) bcrypt-ruby (3.1.1)
bootstrap-sass (2.2.2.0) bootstrap-sass (2.2.2.0)
sass (~> 3.2) sass (~> 3.2)
@ -419,7 +419,7 @@ DEPENDENCIES
acts-as-taggable-on (= 2.4.1) acts-as-taggable-on (= 2.4.1)
acts_as_api (= 0.4.1) acts_as_api (= 0.4.1)
addressable (= 2.3.5) addressable (= 2.3.5)
asset_sync (= 0.5.4) asset_sync (= 1.0.0)
bootstrap-sass (= 2.2.2.0) bootstrap-sass (= 2.2.2.0)
capybara (= 2.1.0) capybara (= 2.1.0)
carrierwave (= 0.9.0) carrierwave (= 0.9.0)