mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-10 09:24:22 +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
10
Gemfile.lock
10
Gemfile.lock
|
|
@ -3,6 +3,12 @@ PATH
|
|||
specs:
|
||||
aruba (0.2.2)
|
||||
|
||||
PATH
|
||||
remote: vendor/gems/has_many_polymorphs-2.13
|
||||
specs:
|
||||
has_many_polymorphs (2.13)
|
||||
activerecord
|
||||
|
||||
GEM
|
||||
remote: http://rubygems.org/
|
||||
remote: http://gems.github.com/
|
||||
|
|
@ -51,8 +57,6 @@ GEM
|
|||
gem_plugin (0.2.3)
|
||||
gherkin (2.7.7)
|
||||
json (>= 1.4.6)
|
||||
has_many_polymorphs (2.13)
|
||||
activerecord
|
||||
highline (1.5.2)
|
||||
hoe (2.13.1)
|
||||
rake (~> 0.8)
|
||||
|
|
@ -143,7 +147,7 @@ DEPENDENCIES
|
|||
cucumber-rails (~> 0.3.2)
|
||||
database_cleaner (>= 0.5.0)
|
||||
flexmock
|
||||
has_many_polymorphs (~> 2.13)
|
||||
has_many_polymorphs (~> 2.13)!
|
||||
highline (~> 1.5.0)
|
||||
hoe
|
||||
hpricot
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue