]> git.openstreetmap.org Git - rails.git/commitdiff
equire composite_primary_keys 5.0.0
authorTom Hughes <tom@compton.nu>
Mon, 13 Feb 2012 08:43:50 +0000 (08:43 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 15 Feb 2012 17:48:16 +0000 (17:48 +0000)
Gemfile
Gemfile.lock

diff --git a/Gemfile b/Gemfile
index 798c5afd47f66f58f250da55815aa5379c2cdbe2..a89169cfae58faf50aa40f4dc34f581a88ce50a5 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -17,7 +17,7 @@ gem 'rinku', '>= 1.2.2', :require => 'rails_rinku'
 gem 'oauth-plugin', '>= 0.4.0.pre7'
 gem 'open_id_authentication', '>= 1.1.0'
 gem 'validates_email_format_of', '>= 1.5.1'
-gem 'composite_primary_keys', '>= 5.0.0.rc1'
+gem 'composite_primary_keys', '>= 5.0.0'
 gem 'http_accept_language', '>= 1.0.2'
 gem 'paperclip', '~> 2.0'
 gem 'deadlock_retry', '>= 1.1.2'
index eefb8a78897bf757814a1355a9dabf932a94342c..1bbc63f46993b667416eac889a078308b6ad9c92 100644 (file)
@@ -40,8 +40,8 @@ GEM
       coffee-script-source
       execjs
     coffee-script-source (1.2.0)
-    composite_primary_keys (5.0.0.rc1)
-      activerecord (~> 3.2.0.rc2)
+    composite_primary_keys (5.0.0)
+      activerecord (~> 3.2.0)
     deadlock_retry (1.1.2)
     dynamic_form (1.1.4)
     erubis (2.7.0)
@@ -68,10 +68,10 @@ GEM
       mime-types (~> 1.16)
       treetop (~> 1.4.8)
     memcache-client (1.8.5)
-    memcached (1.3.6)
+    memcached (1.3.7)
     mime-types (1.17.2)
     multi_json (1.0.4)
-    multipart-post (1.1.4)
+    multipart-post (1.1.5)
     nokogiri (1.5.0)
     oauth (0.4.5)
     oauth-plugin (0.4.0.rc2)
@@ -84,12 +84,12 @@ GEM
       multi_json (~> 1.0)
     open_id_authentication (1.1.0)
       rack-openid (~> 1.3)
-    paperclip (2.5.2)
+    paperclip (2.6.0)
       activerecord (>= 2.3.0)
       activesupport (>= 2.3.2)
       cocaine (>= 0.0.2)
       mime-types
-    pg (0.12.2)
+    pg (0.13.1)
     polyglot (0.3.3)
     rack (1.4.1)
     rack-cache (1.1)
@@ -128,7 +128,7 @@ GEM
     ruby-openid (2.1.8)
     sanitize (2.0.3)
       nokogiri (>= 1.4.4, < 1.6)
-    sass (3.1.12)
+    sass (3.1.15)
     sass-rails (3.2.4)
       railties (~> 3.2.0)
       sass (>= 3.1.10)
@@ -157,7 +157,7 @@ PLATFORMS
 DEPENDENCIES
   SystemTimer (>= 1.1.3)
   coffee-rails (~> 3.2.1)
-  composite_primary_keys (>= 5.0.0.rc1)
+  composite_primary_keys (>= 5.0.0)
   deadlock_retry (>= 1.1.2)
   dynamic_form
   http_accept_language (>= 1.0.2)