From 185674f3d3d981e57577411022a04c1d0a8a963a Mon Sep 17 00:00:00 2001 From: Dan Rice Date: Wed, 25 May 2016 23:28:02 -0400 Subject: [PATCH] Remove activerecord-deprecated_finders Fix #1916 --- Gemfile | 1 - Gemfile.lock | 2 -- 2 files changed, 3 deletions(-) diff --git a/Gemfile b/Gemfile index e8602116..f1ef5ff5 100644 --- a/Gemfile +++ b/Gemfile @@ -57,7 +57,6 @@ group :development do gem "bullet" gem "rack-mini-profiler" gem "rack-dev-mark" - gem "activerecord-deprecated_finders" end group :development, :test do diff --git a/Gemfile.lock b/Gemfile.lock index 70996d9d..55a61823 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -44,7 +44,6 @@ GEM activemodel (= 4.2.6) activesupport (= 4.2.6) arel (~> 6.0) - activerecord-deprecated_finders (1.0.3) activesupport (4.2.6) i18n (~> 0.7) json (~> 1.7, >= 1.7.7) @@ -268,7 +267,6 @@ DEPENDENCIES RedCloth aasm actionpack-xml_parser (>= 1.0.1) - activerecord-deprecated_finders acts_as_list aruba (>= 0.5.4) bcrypt (~> 3.1.7)