From c3832cd2a77840d6488634fd1d468c2f60a17907 Mon Sep 17 00:00:00 2001 From: Raphael Date: Sun, 11 Jul 2010 13:03:39 -0700 Subject: [PATCH] Reverting gemfile change --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 7be06ae84..4f2c736a1 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'http://rubygems.org' source 'http://gemcutter.org' -gem 'rails', :git =>'http://github.com/rails/rails.git' +gem 'rails', '3.0.0.beta4' gem 'bundler' gem 'mongo_mapper', :git => "http://github.com/BadMinus/mongomapper.git" gem 'devise', :git => "http://github.com/BadMinus/devise.git"