Revision: 76489 http://trac.macports.org/changeset/76489 Author: jrozner@macports.org Date: 2011-02-25 10:31:21 -0800 (Fri, 25 Feb 2011) Log Message: ----------- fixed will_paginate version Modified Paths: -------------- branches/gsoc10-mpwa/mpwa/Gemfile branches/gsoc10-mpwa/mpwa/Gemfile.lock Modified: branches/gsoc10-mpwa/mpwa/Gemfile =================================================================== --- branches/gsoc10-mpwa/mpwa/Gemfile 2011-02-25 18:19:33 UTC (rev 76488) +++ branches/gsoc10-mpwa/mpwa/Gemfile 2011-02-25 18:31:21 UTC (rev 76489) @@ -3,7 +3,7 @@ gem 'rails' gem 'rack-recaptcha', :require => 'rack/recaptcha' -gem 'will_paginate' +gem 'will_paginate', '>= 3.0.pre2' group :development, :test do gem 'sqlite3' Modified: branches/gsoc10-mpwa/mpwa/Gemfile.lock =================================================================== --- branches/gsoc10-mpwa/mpwa/Gemfile.lock 2011-02-25 18:19:33 UTC (rev 76488) +++ branches/gsoc10-mpwa/mpwa/Gemfile.lock 2011-02-25 18:31:21 UTC (rev 76489) @@ -28,7 +28,7 @@ activemodel (= 3.0.4) activesupport (= 3.0.4) activesupport (3.0.4) - arel (2.0.8) + arel (2.0.9) builder (2.1.2) erubis (2.6.6) abstract (>= 1.0.0) @@ -67,7 +67,7 @@ treetop (1.4.9) polyglot (>= 0.3.1) tzinfo (0.3.24) - will_paginate (2.3.15) + will_paginate (3.0.pre2) PLATFORMS ruby @@ -76,4 +76,4 @@ rack-recaptcha rails sqlite3 - will_paginate + will_paginate (>= 3.0.pre2)