Merge pull request #2014 from dnrce/deprecated_finders

Remove activerecord-deprecated_finders
This commit is contained in:
Dan Rice 2016-06-25 20:43:19 -04:00 committed by GitHub
commit 30b89267a8
2 changed files with 0 additions and 3 deletions

View file

@ -57,7 +57,6 @@ group :development do
gem "bullet" gem "bullet"
gem "rack-mini-profiler" gem "rack-mini-profiler"
gem "rack-dev-mark" gem "rack-dev-mark"
gem "activerecord-deprecated_finders"
end end
group :development, :test do group :development, :test do

View file

@ -44,7 +44,6 @@ GEM
activemodel (= 4.2.6) activemodel (= 4.2.6)
activesupport (= 4.2.6) activesupport (= 4.2.6)
arel (~> 6.0) arel (~> 6.0)
activerecord-deprecated_finders (1.0.3)
activesupport (4.2.6) activesupport (4.2.6)
i18n (~> 0.7) i18n (~> 0.7)
json (~> 1.7, >= 1.7.7) json (~> 1.7, >= 1.7.7)
@ -268,7 +267,6 @@ DEPENDENCIES
RedCloth RedCloth
aasm aasm
actionpack-xml_parser (>= 1.0.1) actionpack-xml_parser (>= 1.0.1)
activerecord-deprecated_finders
acts_as_list acts_as_list
aruba (>= 0.5.4) aruba (>= 0.5.4)
bcrypt (~> 3.1.7) bcrypt (~> 3.1.7)