update asset_sync to 2.11.0

This commit is contained in:
Jonne Haß 2020-03-20 14:38:55 +01:00
parent 4a5610df2f
commit bec7e77e9e
2 changed files with 3 additions and 3 deletions

View file

@ -236,7 +236,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.7.0", require: false gem "asset_sync", "2.11.0", require: false
end end
group :development do group :development do

View file

@ -58,7 +58,7 @@ GEM
public_suffix (>= 2.0.2, < 5.0) public_suffix (>= 2.0.2, < 5.0)
aes_key_wrap (1.0.1) aes_key_wrap (1.0.1)
arel (9.0.0) arel (9.0.0)
asset_sync (2.7.0) asset_sync (2.11.0)
activemodel (>= 4.1.0) activemodel (>= 4.1.0)
fog-core fog-core
mime-types (>= 2.99) mime-types (>= 2.99)
@ -793,7 +793,7 @@ DEPENDENCIES
acts-as-taggable-on (= 6.5.0) acts-as-taggable-on (= 6.5.0)
acts_as_api (= 1.0.1) acts_as_api (= 1.0.1)
addressable (= 2.7.0) addressable (= 2.7.0)
asset_sync (= 2.7.0) asset_sync (= 2.11.0)
autoprefixer-rails (= 8.6.5) autoprefixer-rails (= 8.6.5)
bootstrap-sass (= 3.4.1) bootstrap-sass (= 3.4.1)
bootstrap-switch-rails (= 3.3.3) bootstrap-switch-rails (= 3.3.3)