Skip to content
Snippets Groups Projects
Commit 5ab7dea2 authored by kirkconnell's avatar kirkconnell
Browse files

use version 1.x of with_model to avoid errors in class comparisons

parent 916f97fb
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment