Fix deprecation warning of has_many_polymorphs. Needed to vendor this gem.

This commit is contained in:
Reinier Balt 2012-04-08 15:17:29 +02:00
parent affb802791
commit 2bdecb583a
177 changed files with 11469 additions and 4 deletions

View file

@ -8,7 +8,7 @@ gem "RedCloth", "4.2.8"
gem "sanitize", "~>1.2.1"
gem "rack", "1.1.0"
gem "will_paginate", "~> 2.3.15"
gem "has_many_polymorphs", "~> 2.13"
gem "has_many_polymorphs", "~> 2.13", :path => "vendor/gems/has_many_polymorphs-2.13" # vendorred to get rid of some deprecation warnings
gem "acts_as_list", "~>0.1.4"
gem "aasm", "~>2.2.0"
gem "rubyjedi-actionwebservice", :require => "actionwebservice"