From 9e334744cc18dc0b66231a4288ce0a66bd3c45c7 Mon Sep 17 00:00:00 2001 From: Michael Bleigh Date: Wed, 25 May 2011 17:50:47 -0500 Subject: [PATCH] Bump Rails 3.1 version in Gemfile. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 5fbaac398..b77141fbc 100644 --- a/Gemfile +++ b/Gemfile @@ -11,4 +11,4 @@ gemspec :path => 'oa-more' gemspec :path => 'oa-oauth' gemspec :path => 'oa-openid' -gem 'activerecord', '3.1.0.beta', :git => 'git://github.com/rails/rails.git' +gem 'activerecord', '3.1.0.rc1'