summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2018-03-14 17:10:11 +0000
committerRobert Speicher <robert@gitlab.com>2018-03-14 17:10:11 +0000
commit9be9328bc2a9e9da71d77a1fbcf76336e89e53f1 (patch)
tree1b870382fcc00abe0720c02934c5519e97a5a16b /Gemfile
parent9c10e9d4cac101008b63d3f8ff30ecc7e0261897 (diff)
parentc578a6b90d80f5990246cbe69f24fc123f393145 (diff)
downloadgitlab-ce-9be9328bc2a9e9da71d77a1fbcf76336e89e53f1.tar.gz
Merge branch 'update-acts-as-taggable-on' into 'master'
Update acts-as-taggable-on to 5.0 See merge request gitlab-org/gitlab-ce!17689
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 5f3ad4895a6..11bc5bb8789 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'