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:
parent
88e2ee034b
commit
2cefff2219
2
Gemfile
2
Gemfile
|
@ -1,6 +1,6 @@
|
|||
source :gemcutter
|
||||
|
||||
gem "activerecord", "~> 3.0.0"
|
||||
gem "activerecord", "~> 3.0"
|
||||
|
||||
group :development do
|
||||
gem "rake"
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue