From 7ae2dc62494a729c45dc673cea4ee644e59ebd6e Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Sun, 24 Mar 2019 01:20:00 +0100 Subject: [PATCH] Bump asset_sync --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 327adc13c..9c7a0e1ba 100644 --- a/Gemfile +++ b/Gemfile @@ -234,7 +234,7 @@ group :production do # we don"t install these on travis to speed up test runs # Third party asset hosting - gem "asset_sync", "2.5.0", require: false + gem "asset_sync", "2.7.0", require: false end group :development do diff --git a/Gemfile.lock b/Gemfile.lock index cc7bc9cd6..f2e25f372 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -54,7 +54,7 @@ GEM public_suffix (>= 2.0.2, < 4.0) aes_key_wrap (1.0.1) arel (8.0.0) - asset_sync (2.5.0) + asset_sync (2.7.0) activemodel (>= 4.1.0) fog-core mime-types (>= 2.99) @@ -772,7 +772,7 @@ DEPENDENCIES acts-as-taggable-on (= 6.0.0) acts_as_api (= 1.0.1) addressable (= 2.5.2) - asset_sync (= 2.5.0) + asset_sync (= 2.7.0) autoprefixer-rails (= 8.6.5) bootstrap-sass (= 3.4.1) bootstrap-switch-rails (= 3.3.3)