From 9002c29c9b3c37cadf1f3c0093a89f1891a3f0d0 Mon Sep 17 00:00:00 2001 From: Dan Rice Date: Wed, 15 Oct 2014 18:34:45 -0400 Subject: [PATCH] Revert acts_as_list for Ruby 1.8.7 compatibility --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 180acd64..c8cde08d 100644 --- a/Gemfile +++ b/Gemfile @@ -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" diff --git a/Gemfile.lock b/Gemfile.lock index 6e2dfab3..50605717 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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)