From d42bf5141ed4f689c0711944d884147bd9d13f4f Mon Sep 17 00:00:00 2001 From: Dan Rice Date: Sun, 17 Jan 2016 21:13:51 -0500 Subject: [PATCH] Update acts_as_list to fix sanitize_sql_hash_for_conditions deprecation --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 9b841241..623504d3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -41,7 +41,7 @@ GEM minitest (~> 5.1) thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) - acts_as_list (0.5.0) + acts_as_list (0.7.2) activerecord (>= 3.0) arel (6.0.3) aruba (0.6.1)