Updating Gemfile to work with Rails 3.0.0rc and 3.0.0 or higher.
resolves http://github.com/zdennis/activerecord-import/issues#issue/2
This commit is contained in:
parent
5fa9b93003
commit
6783a34902
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -1,6 +1,6 @@
|
|||
source :gemcutter
|
||||
|
||||
gem "rails", ">= 3.0.0rc"
|
||||
gem "rails", "~> 3.0.0rc"
|
||||
|
||||
group :development do
|
||||
gem "jeweler", ">= 1.4.0"
|
||||
|
|
Loading…
Reference in a new issue