Updating Gemfile to include activerecord ~> 3.0 instead of 3.0.0 so it works with 3.1.

[fixes #24]
This commit is contained in:
Zach Dennis 2011-06-22 22:17:06 -04:00
parent 88e2ee034b
commit 2cefff2219
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
source :gemcutter
gem "activerecord", "~> 3.0.0"
gem "activerecord", "~> 3.0"
group :development do
gem "rake"

View file

@ -63,7 +63,7 @@ PLATFORMS
ruby
DEPENDENCIES
activerecord (~> 3.0.0)
activerecord (~> 3.0)
activerecord-jdbcmysql-adapter
delorean (~> 0.2.0)
factory_girl (~> 1.3.3)