Skip to content

Commit

Permalink
Merge pull request ryanb#476 from kirkconnell/with_model-version-fix
Browse files Browse the repository at this point in the history
Specs fail when running in a freshly installed environment.
  • Loading branch information
ryanb committed Sep 28, 2011
2 parents 916f97f + 5ab7dea commit 0edd310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -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"
Expand Down

0 comments on commit 0edd310

Please sign in to comment.