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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakuya Noguchi <takninnovationresearch@gmail.com>2017-10-29 15:19:40 +0300
committerTakuya Noguchi <takninnovationresearch@gmail.com>2017-10-30 09:37:16 +0300
commita718a59bf6fa81bbc51242267c56a4895629304c (patch)
treea53084dd78bc8c21a2c781fa9fd5ad1d02a18fa4 /Gemfile
parent6d7384f59525e2d54c30011237499c27bde145ef (diff)
Bump carrierwave to 1.2.1
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 5adba4d58df..dd9146511b8 100644
--- a/Gemfile
+++ b/Gemfile
@@ -90,7 +90,7 @@ gem 'kaminari', '~> 1.0'
gem 'hamlit', '~> 2.6.1'
# Files attachments
-gem 'carrierwave', '~> 1.1'
+gem 'carrierwave', '~> 1.2'
# Drag and Drop UI
gem 'dropzonejs-rails', '~> 0.7.1'