Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Neff <benjamin@coding4coffee.ch>2022-06-27 03:23:09 +0300
committerBenjamin Neff <benjamin@coding4coffee.ch>2022-06-27 03:53:14 +0300
commit25f5236d6670330ce5d9eb523aca4b6b4e769c43 (patch)
tree0c483f4b514477b3be412f62b8f8859e4bbc7301
parentf044030db0c250d1e5b7f74fd5fa089943c23037 (diff)
Bump asset_sync
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock6
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)