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
master
Zach Dennis 2010-10-05 11:07:29 -04:00
parent 5fa9b93003
commit 6783a34902
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
source :gemcutter
gem "rails", ">= 3.0.0rc"
gem "rails", "~> 3.0.0rc"
group :development do
gem "jeweler", ">= 1.4.0"