From cf34e5577ba889988b28776bb008430fafcaf3f7 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 14 Sep 2011 11:02:05 +0100 Subject: [PATCH] Update to rails 3.0.10 and composite_primary_key 3.1.10 --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 2fd810a09..f927d056d 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'http://rubygems.org' -gem 'rails', '3.0.9' +gem 'rails', '3.0.10' gem 'pg' gem 'arel', '>= 2.0.9' @@ -19,7 +19,7 @@ gem 'open_id_authentication', '>= 1.0.0' #gem 'memcached' # Should only load if we're not in database offline mode -gem 'composite_primary_keys', '>= 3.1.6' +gem 'composite_primary_keys', '= 3.1.10' # Bundle gems for the local environment. Make sure to # put test-only gems in this group so their generators -- 2.43.2