summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2016-05-13 20:49:38 +0000
committerDouwe Maan <douwe@gitlab.com>2016-05-13 20:49:38 +0000
commit710ebf164fdbdfb80510960e87af08bba4157a4b (patch)
tree9633efed548bd9fb2797fc47e1820ce0036774cf /Gemfile
parent5e130c3e39febcd577e61ebd30bd231827d41f2c (diff)
parentb42f39d2c27ec2a87e21dea7414d9845f2512144 (diff)
downloadgitlab-ce-710ebf164fdbdfb80510960e87af08bba4157a4b.tar.gz
Merge branch 'remove-deprecated-finders' into 'master'
Remove activerecord-deprecated_finders gem We don’t use any of the deprecated finders, so it should be safe to remove. See https://github.com/rails/activerecord-deprecated_finders#active-record-deprecated-finders for more information. Resolves #17015. See merge request !3981
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 96d9decb261..6949c16e966 100644
--- a/Gemfile
+++ b/Gemfile
@@ -323,7 +323,6 @@ gem "mail_room", "~> 0.7"
gem 'email_reply_parser', '~> 0.5.8'
## CI
-gem 'activerecord-deprecated_finders', '~> 1.0.3'
gem 'activerecord-session_store', '~> 0.1.0'
gem "nested_form", '~> 0.3.2'