mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-14 19:28:10 +01:00
Fix deprecation warning of has_many_polymorphs. Needed to vendor this gem.
This commit is contained in:
parent
affb802791
commit
2bdecb583a
177 changed files with 11469 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue