bump asset_sync
This commit is contained in:
parent
d745d621f8
commit
168aa26306
2 changed files with 9 additions and 5 deletions
2
Gemfile
2
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
|
||||
|
|
|
|||
12
Gemfile.lock
12
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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue