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:
authorNihad Abbasov <narkoz.2008@gmail.com>2015-03-29 03:04:45 +0300
committerNihad Abbasov <narkoz.2008@gmail.com>2015-03-29 03:04:45 +0300
commit7277280d5f276fe97ff97276ce20400bcb5db07c (patch)
tree4bada3d2619c7c1f37930427549d9bcad7a03e4f /Gemfile
parentdb948ff3d6a72620391c7cb0f169334cef0438c7 (diff)
parentbe65373fc78ea887aa2d59ee49ae8bb14c64b084 (diff)
Merge pull request #9047 from NARKOZ/patch-7
update acts-as-taggable-on
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index e7f75055f3f..b5df7cfcd75 100644
--- a/Gemfile
+++ b/Gemfile
@@ -115,7 +115,7 @@ end
gem "state_machine"
# Issue tags
-gem "acts-as-taggable-on"
+gem 'acts-as-taggable-on', '~> 3.4'
# Background jobs
gem 'slim'