Revert acts_as_list for Ruby 1.8.7 compatibility

This commit is contained in:
Dan Rice 2014-10-15 18:34:45 -04:00
parent f98d32c1a4
commit 9002c29c9b
2 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,7 @@ gem "RedCloth", "~>4.2.9"
gem "formatize", "~>1.1"
gem "sanitize", "~>2.0"
gem "will_paginate", "~>3.0"
gem "acts_as_list", "~>0.1"
gem "acts_as_list", "~>0.3.0"
gem "aasm", "~>3.0"
gem "htmlentities", "~>4.3"
gem "swf_fu", "~>2.0"

View file

@ -36,7 +36,7 @@ GEM
activesupport (3.2.19)
i18n (~> 0.6, >= 0.6.4)
multi_json (~> 1.0)
acts_as_list (0.4.0)
acts_as_list (0.3.0)
activerecord (>= 3.0)
arel (3.0.3)
aruba (0.5.4)
@ -204,7 +204,7 @@ PLATFORMS
DEPENDENCIES
RedCloth (~> 4.2.9)
aasm (~> 3.0)
acts_as_list (~> 0.1)
acts_as_list (~> 0.3.0)
aruba (~> 0.5)
bcrypt-ruby (~> 3.0)
bullet (~> 4.3)