From 6783a3490210541c6da72db148e960caf77d1c7a Mon Sep 17 00:00:00 2001 From: Zach Dennis Date: Tue, 5 Oct 2010 11:07:29 -0400 Subject: [PATCH] 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 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index ff0dae3..b235cc3 100644 --- a/Gemfile +++ b/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"