From 5ab7dea2f0290237e2462072a1ab3bb156a55b12 Mon Sep 17 00:00:00 2001 From: kirkconnell Date: Tue, 20 Sep 2011 18:43:39 -0600 Subject: [PATCH] use version 1.x of with_model to avoid errors in class comparisons --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index b1f7f27..78cdd51 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ case ENV["MODEL_ADAPTER"] when nil, "active_record" gem "sqlite3" gem "activerecord", '~> 3.0.9', :require => "active_record" - gem "with_model" + gem "with_model", '~> 0.1.5' gem "meta_where" when "data_mapper" gem "dm-core", "~> 1.0.2"