[78367] branches/gsoc10-mpwa/mpwa

jrozner at macports.org jrozner at macports.org
Wed May 4 19:59:42 PDT 2011


Revision: 78367
          http://trac.macports.org/changeset/78367
Author:   jrozner at macports.org
Date:     2011-05-04 19:59:41 -0700 (Wed, 04 May 2011)
Log Message:
-----------
updated rails 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-05-05 02:51:56 UTC (rev 78366)
+++ branches/gsoc10-mpwa/mpwa/Gemfile	2011-05-05 02:59:41 UTC (rev 78367)
@@ -1,6 +1,6 @@
 source 'http://rubygems.org'
 
-gem 'rails'
+gem 'rails', '3.0.7'
 
 gem 'rack-recaptcha', :require => 'rack/recaptcha'
 gem 'will_paginate', '>= 3.0.pre2'

Modified: branches/gsoc10-mpwa/mpwa/Gemfile.lock
===================================================================
--- branches/gsoc10-mpwa/mpwa/Gemfile.lock	2011-05-05 02:51:56 UTC (rev 78366)
+++ branches/gsoc10-mpwa/mpwa/Gemfile.lock	2011-05-05 02:59:41 UTC (rev 78367)
@@ -2,63 +2,63 @@
   remote: http://rubygems.org/
   specs:
     abstract (1.0.0)
-    actionmailer (3.0.4)
-      actionpack (= 3.0.4)
+    actionmailer (3.0.7)
+      actionpack (= 3.0.7)
       mail (~> 2.2.15)
-    actionpack (3.0.4)
-      activemodel (= 3.0.4)
-      activesupport (= 3.0.4)
+    actionpack (3.0.7)
+      activemodel (= 3.0.7)
+      activesupport (= 3.0.7)
       builder (~> 2.1.2)
       erubis (~> 2.6.6)
-      i18n (~> 0.4)
+      i18n (~> 0.5.0)
       rack (~> 1.2.1)
-      rack-mount (~> 0.6.13)
+      rack-mount (~> 0.6.14)
       rack-test (~> 0.5.7)
       tzinfo (~> 0.3.23)
-    activemodel (3.0.4)
-      activesupport (= 3.0.4)
+    activemodel (3.0.7)
+      activesupport (= 3.0.7)
       builder (~> 2.1.2)
-      i18n (~> 0.4)
-    activerecord (3.0.4)
-      activemodel (= 3.0.4)
-      activesupport (= 3.0.4)
+      i18n (~> 0.5.0)
+    activerecord (3.0.7)
+      activemodel (= 3.0.7)
+      activesupport (= 3.0.7)
       arel (~> 2.0.2)
       tzinfo (~> 0.3.23)
-    activeresource (3.0.4)
-      activemodel (= 3.0.4)
-      activesupport (= 3.0.4)
-    activesupport (3.0.4)
+    activeresource (3.0.7)
+      activemodel (= 3.0.7)
+      activesupport (= 3.0.7)
+    activesupport (3.0.7)
     arel (2.0.9)
     builder (2.1.2)
     erubis (2.6.6)
       abstract (>= 1.0.0)
     i18n (0.5.0)
     json (1.5.1)
-    mail (2.2.15)
+    mail (2.2.19)
       activesupport (>= 2.3.6)
       i18n (>= 0.4.0)
       mime-types (~> 1.16)
       treetop (~> 1.4.8)
     mime-types (1.16)
     polyglot (0.3.1)
-    rack (1.2.1)
-    rack-mount (0.6.13)
+    rack (1.2.2)
+    rack-mount (0.6.14)
       rack (>= 1.0.0)
-    rack-recaptcha (0.2.2)
+    rack-recaptcha (0.4.1)
       json
     rack-test (0.5.7)
       rack (>= 1.0)
-    rails (3.0.4)
-      actionmailer (= 3.0.4)
-      actionpack (= 3.0.4)
-      activerecord (= 3.0.4)
-      activeresource (= 3.0.4)
-      activesupport (= 3.0.4)
+    rails (3.0.7)
+      actionmailer (= 3.0.7)
+      actionpack (= 3.0.7)
+      activerecord (= 3.0.7)
+      activeresource (= 3.0.7)
+      activesupport (= 3.0.7)
       bundler (~> 1.0)
-      railties (= 3.0.4)
-    railties (3.0.4)
-      actionpack (= 3.0.4)
-      activesupport (= 3.0.4)
+      railties (= 3.0.7)
+    railties (3.0.7)
+      actionpack (= 3.0.7)
+      activesupport (= 3.0.7)
       rake (>= 0.8.7)
       thor (~> 0.14.4)
     rake (0.8.7)
@@ -66,7 +66,7 @@
     thor (0.14.6)
     treetop (1.4.9)
       polyglot (>= 0.3.1)
-    tzinfo (0.3.24)
+    tzinfo (0.3.27)
     will_paginate (3.0.pre2)
 
 PLATFORMS
@@ -74,6 +74,6 @@
 
 DEPENDENCIES
   rack-recaptcha
-  rails
+  rails (= 3.0.7)
   sqlite3
   will_paginate (>= 3.0.pre2)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110504/41fba9c5/attachment.html>


More information about the macports-changes mailing list