From 168aa2630614795b640b4d09b543440cb1be7836 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Sun, 24 Aug 2014 20:01:09 +0200 Subject: [PATCH] bump asset_sync --- Gemfile | 2 +- Gemfile.lock | 12 ++++++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 421266f10..883cff3d8 100644 --- a/Gemfile +++ b/Gemfile @@ -166,7 +166,7 @@ group :production do # we don't install these on travis to speed up test runs # Third party asset hosting - gem 'asset_sync', '1.0.0', :require => false + gem 'asset_sync', '1.1.0', :require => false end group :development do diff --git a/Gemfile.lock b/Gemfile.lock index ccd9e959e..e85ef0ea3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -45,9 +45,10 @@ GEM rack (>= 1.1.0) addressable (2.3.6) arel (5.0.1.20140414130214) - asset_sync (1.0.0) + asset_sync (1.1.0) activemodel fog (>= 1.8.0) + unf backbone-on-rails (1.1.1.0) actionmailer actionpack @@ -133,7 +134,7 @@ GEM erubis (2.7.0) ethon (0.7.1) ffi (>= 1.3.0) - excon (0.39.0) + excon (0.39.5) execjs (1.4.0) multi_json (~> 1.0) factory_girl (4.4.0) @@ -155,7 +156,7 @@ GEM fog-json ipaddress (~> 0.5) nokogiri (~> 1.5, >= 1.5.11) - fog-brightbox (0.1.1) + fog-brightbox (0.3.0) fog-core (~> 1.22) fog-json inflecto @@ -455,6 +456,9 @@ GEM uglifier (2.5.0) execjs (>= 0.3.0) json (>= 1.8.0) + unf (0.1.4) + unf_ext + unf_ext (0.0.6) unicorn (4.8.3) kgio (~> 2.6) rack @@ -483,7 +487,7 @@ DEPENDENCIES acts-as-taggable-on (= 3.3.0) acts_as_api (= 0.4.2) addressable (= 2.3.6) - asset_sync (= 1.0.0) + asset_sync (= 1.1.0) backbone-on-rails (= 1.1.1) bootstrap-sass (= 2.3.2.2) capybara (= 2.4.1)