mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-06 01:08:50 +01:00
Set acts_as_list to 0.1.4
0.1.5 and later only support rails 3
This commit is contained in:
parent
37d98df7db
commit
93e44ef9f5
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
|
@ -9,7 +9,7 @@ gem "sanitize", "~>1.2.1"
|
|||
gem "rack", "1.1.0"
|
||||
gem "will_paginate", "~> 2.3.15"
|
||||
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 "acts_as_list", "= 0.1.4"
|
||||
gem "aasm", "~>2.2.0"
|
||||
gem "rubyjedi-actionwebservice", :require => "actionwebservice"
|
||||
gem "rubycas-client", "~>2.2.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue