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:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-01-06 18:10:34 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-01-06 18:10:34 +0300
commit04a42f5e032537fc95c5158379748a7ff44385d5 (patch)
tree332ade9cc1fafbfd8f6cc7e84fdf37bf8b1f3fdc /Gemfile
parentf2c27c6f97cf138acaed79b90be7a5be520746fc (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index bf502506fc8..a29dcff065b 100644
--- a/Gemfile
+++ b/Gemfile
@@ -192,7 +192,7 @@ end
gem 'state_machines-activerecord', '~> 0.8.0'
# Issue tags
-gem 'acts-as-taggable-on', '~> 6.0'
+gem 'acts-as-taggable-on', '~> 7.0'
# Background jobs
gem 'sidekiq', '~> 5.2.7'