summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2016-04-28 19:44:56 -0600
committerConnor Shea <connor.james.shea@gmail.com>2016-05-10 18:38:08 -0600
commitb42f39d2c27ec2a87e21dea7414d9845f2512144 (patch)
treedd2d338c40f78c6c4a351337efa65bcc6799dcfb /Gemfile
parentf7d2297c86eb84c2e2fbfa6b3e007da3c7adb5ae (diff)
downloadgitlab-ce-b42f39d2c27ec2a87e21dea7414d9845f2512144.tar.gz
Remove activerecord-deprecated_finders gem
We don’t use any of the deprecated finders, so it should be safe to remove. Resolves #17015.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 77d351419f0..8de96025100 100644
--- a/Gemfile
+++ b/Gemfile
@@ -324,7 +324,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'