From 771a4e5be3f947e84f89939bb9c4c1341f9164a0 Mon Sep 17 00:00:00 2001 From: Shaun McDonald Date: Sun, 9 Nov 2008 11:13:10 +0000 Subject: [PATCH] bumping the version of composite primary keys for the amf controler as there are bugs in it --- config/environment.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environment.rb b/config/environment.rb index 171bb6fc8..d2ab58ce4 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -45,7 +45,7 @@ Rails::Initializer.run do |config| # config.gem "bj" # config.gem "hpricot", :version => '0.6', :source => "http://code.whytheluckystiff.net" # config.gem "aws-s3", :lib => "aws/s3" - config.gem 'composite_primary_keys', :version => '1.0.10' + config.gem 'composite_primary_keys', :version => '1.1.0' config.gem 'libxml-ruby', :version => '>= 0.8.3', :lib => 'libxml' config.gem 'rmagick', :lib => 'RMagick' config.gem 'mysql' -- 2.43.2