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 /Gemfile
parentf044030db0c250d1e5b7f74fd5fa089943c23037 (diff)
Bump asset_sync
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 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