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>2018-04-08 02:25:35 +0300
committerBenjamin Neff <benjamin@coding4coffee.ch>2018-04-12 03:41:55 +0300
commitc98b766d03172fa51cf8b11d4e6058f9d1b01442 (patch)
tree335e7aaf1e5e88374370323a03b5b8c377a11a31
parent9e20215a249336306d03b5fefccdce2e21ccf69c (diff)
Bump asset_sync
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock4
2 files changed, 3 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index c02c7013d..e7dec58d7 100644
--- a/Gemfile
+++ b/Gemfile
@@ -235,7 +235,7 @@ group :production do # we don"t install these on travis to speed up test runs
# Third party asset hosting
- gem "asset_sync", "2.2.0", require: false
+ gem "asset_sync", "2.4.0", require: false
end
group :development do
diff --git a/Gemfile.lock b/Gemfile.lock
index 5cce823f3..bd54a1238 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.2.0)
+ asset_sync (2.4.0)
activemodel (>= 4.1.0)
fog-core
mime-types (>= 2.99)
@@ -769,7 +769,7 @@ DEPENDENCIES
acts-as-taggable-on (= 5.0.0)
acts_as_api (= 1.0.1)
addressable (= 2.5.2)
- asset_sync (= 2.2.0)
+ asset_sync (= 2.4.0)
autoprefixer-rails (= 8.2.0)
bootstrap-sass (= 3.3.7)
bootstrap-switch-rails (= 3.3.3)