From 1d8cb67dd8d175e91bc2cc2039c09e295e63a982 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 3 Apr 2011 10:02:50 +0100 Subject: [PATCH] Require version 3.1.6 of composite_primary_keys --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 1774b3b3b..8075b951a 100644 --- a/Gemfile +++ b/Gemfile @@ -18,7 +18,7 @@ gem 'validates_email_format_of', '>= 1.4.5' gem 'memcached' # Should only load if we're not in database offline mode -gem 'composite_primary_keys', '>= 3.1.5' +gem 'composite_primary_keys', '>= 3.1.6' # Bundle gems for the local environment. Make sure to # put test-only gems in this group so their generators -- 2.43.2