Bump asset_sync
This commit is contained in:
parent
fc45740dae
commit
ac2265d4b4
2 changed files with 5 additions and 5 deletions
2
Gemfile
2
Gemfile
|
|
@ -235,7 +235,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", "2.0.0", require: false
|
gem "asset_sync", "2.2.0", require: false
|
||||||
end
|
end
|
||||||
|
|
||||||
group :development do
|
group :development do
|
||||||
|
|
|
||||||
|
|
@ -50,10 +50,10 @@ GEM
|
||||||
addressable (2.5.1)
|
addressable (2.5.1)
|
||||||
public_suffix (~> 2.0, >= 2.0.2)
|
public_suffix (~> 2.0, >= 2.0.2)
|
||||||
arel (6.0.4)
|
arel (6.0.4)
|
||||||
asset_sync (2.0.0)
|
asset_sync (2.2.0)
|
||||||
activemodel
|
activemodel (>= 4.1.0)
|
||||||
fog-core
|
fog-core
|
||||||
mime-types
|
mime-types (>= 2.99)
|
||||||
unf
|
unf
|
||||||
ast (2.3.0)
|
ast (2.3.0)
|
||||||
attr_required (1.0.1)
|
attr_required (1.0.1)
|
||||||
|
|
@ -761,7 +761,7 @@ DEPENDENCIES
|
||||||
acts-as-taggable-on (= 3.5.0)
|
acts-as-taggable-on (= 3.5.0)
|
||||||
acts_as_api (= 1.0.0)
|
acts_as_api (= 1.0.0)
|
||||||
addressable (= 2.5.1)
|
addressable (= 2.5.1)
|
||||||
asset_sync (= 2.0.0)
|
asset_sync (= 2.2.0)
|
||||||
autoprefixer-rails (= 7.1.2.3)
|
autoprefixer-rails (= 7.1.2.3)
|
||||||
bootstrap-sass (= 3.3.7)
|
bootstrap-sass (= 3.3.7)
|
||||||
bootstrap-switch-rails (= 3.3.3)
|
bootstrap-switch-rails (= 3.3.3)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue