Set acts_as_list to 0.1.4

0.1.5 and later only support rails 3
This commit is contained in:
Matt Rogers 2012-12-07 09:23:59 -06:00
parent 37d98df7db
commit 93e44ef9f5

View file

@ -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"