From 25f5236d6670330ce5d9eb523aca4b6b4e769c43 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Mon, 27 Jun 2022 02:23:09 +0200 Subject: [PATCH] Bump asset_sync --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 63ba43c9a..ac3e43294 100644 --- a/Gemfile +++ b/Gemfile @@ -238,7 +238,7 @@ group :production do # we don"t install these on travis to speed up test runs # Third party asset hosting - gem "asset_sync", "2.15.0", require: false + gem "asset_sync", "2.15.2", require: false end group :development do diff --git a/Gemfile.lock b/Gemfile.lock index 9bc5ce168..70855a245 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -61,7 +61,7 @@ GEM capybara (~> 3.13, < 4) websocket-driver (>= 0.6.5) arel (9.0.0) - asset_sync (2.15.0) + asset_sync (2.15.2) activemodel (>= 4.1.0) fog-core mime-types (>= 2.99) @@ -748,7 +748,7 @@ GEM thread_safe (~> 0.1) unf (0.1.4) unf_ext - unf_ext (0.0.8) + unf_ext (0.0.8.2) unicode-display_width (1.8.0) unicorn (6.1.0) kgio (~> 2.6) @@ -797,7 +797,7 @@ DEPENDENCIES acts_as_api (= 1.0.1) addressable (= 2.8.0) apparition (= 0.6.0) - asset_sync (= 2.15.0) + asset_sync (= 2.15.2) autoprefixer-rails (= 10.4.7.0) bootstrap-sass (= 3.4.1) bootstrap-switch-rails (= 3.3.3)