summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorPirate Praveen <praveen@debian.org>2018-03-12 15:18:53 +0100
committerPirate Praveen <praveen@debian.org>2018-03-12 15:18:53 +0100
commitc578a6b90d80f5990246cbe69f24fc123f393145 (patch)
tree2d7132412dfe84588f6d01cacf852e1c2b8050c7 /Gemfile
parentafd2d381119c3778140c3dd63c7ef24ecdb4c62e (diff)
downloadgitlab-ce-c578a6b90d80f5990246cbe69f24fc123f393145.tar.gz
Update acts-as-taggable-on to 5.0
- only older ruby and activerecord support dropped
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 2793463fd81..2bf727d47c1 100644
--- a/Gemfile
+++ b/Gemfile
@@ -152,7 +152,7 @@ end
gem 'state_machines-activerecord', '~> 0.4.0'
# Issue tags
-gem 'acts-as-taggable-on', '~> 4.0'
+gem 'acts-as-taggable-on', '~> 5.0'
# Background jobs
gem 'sidekiq', '~> 5.0'