From b22cb395b70da7b007e6f091bb8a4a9f39b27120 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Thu, 1 Aug 2013 18:08:36 +0200 Subject: [PATCH] bump asset_sync --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 468e7a83a..6faff7a77 100644 --- a/Gemfile +++ b/Gemfile @@ -146,7 +146,7 @@ group :production do # we don't install these on travis to speed up test runs # Third party asset hosting - gem 'asset_sync', '0.5.4', :require => false + gem 'asset_sync', '1.0.0', :require => false end group :development do diff --git a/Gemfile.lock b/Gemfile.lock index 9b2416992..94ae9e8a6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -38,9 +38,9 @@ GEM rack (>= 1.1.0) addressable (2.3.5) arel (3.0.2) - asset_sync (0.5.4) + asset_sync (1.0.0) activemodel - fog + fog (>= 1.8.0) bcrypt-ruby (3.1.1) bootstrap-sass (2.2.2.0) sass (~> 3.2) @@ -419,7 +419,7 @@ DEPENDENCIES acts-as-taggable-on (= 2.4.1) acts_as_api (= 0.4.1) addressable (= 2.3.5) - asset_sync (= 0.5.4) + asset_sync (= 1.0.0) bootstrap-sass (= 2.2.2.0) capybara (= 2.1.0) carrierwave (= 0.9.0)