OSDN Git Service

update rails 3.0.10
authornomeu <nomeu@users.sourceforge.jp>
Wed, 2 Jan 2013 09:33:32 +0000 (18:33 +0900)
committernomeu <nomeu@users.sourceforge.jp>
Wed, 2 Jan 2013 09:33:32 +0000 (18:33 +0900)
Gemfile
Gemfile.lock

diff --git a/Gemfile b/Gemfile
index 207a642..2d39a77 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -2,7 +2,7 @@
 # This preamble is the current preamble for Rails 3 apps; edit as needed.
 source 'http://rubygems.org'
 
-gem 'rails', '3.0.6'
+gem 'rails', '3.0.10'
 
 gem 'activegroonga', '1.0.4'
 
index cffa75f..1cf7878 100644 (file)
@@ -2,12 +2,12 @@ GEM
   remote: http://rubygems.org/
   specs:
     abstract (1.0.0)
-    actionmailer (3.0.6)
-      actionpack (= 3.0.6)
-      mail (~> 2.2.15)
-    actionpack (3.0.6)
-      activemodel (= 3.0.6)
-      activesupport (= 3.0.6)
+    actionmailer (3.0.10)
+      actionpack (= 3.0.10)
+      mail (~> 2.2.19)
+    actionpack (3.0.10)
+      activemodel (= 3.0.10)
+      activesupport (= 3.0.10)
       builder (~> 2.1.2)
       erubis (~> 2.6.6)
       i18n (~> 0.5.0)
@@ -21,19 +21,19 @@ GEM
     activegroonga-fabrication (1.0.0)
       activegroonga
       fabrication
-    activemodel (3.0.6)
-      activesupport (= 3.0.6)
+    activemodel (3.0.10)
+      activesupport (= 3.0.10)
       builder (~> 2.1.2)
       i18n (~> 0.5.0)
-    activerecord (3.0.6)
-      activemodel (= 3.0.6)
-      activesupport (= 3.0.6)
-      arel (~> 2.0.2)
+    activerecord (3.0.10)
+      activemodel (= 3.0.10)
+      activesupport (= 3.0.10)
+      arel (~> 2.0.10)
       tzinfo (~> 0.3.23)
-    activeresource (3.0.6)
-      activemodel (= 3.0.6)
-      activesupport (= 3.0.6)
-    activesupport (3.0.6)
+    activeresource (3.0.10)
+      activemodel (= 3.0.10)
+      activesupport (= 3.0.10)
+    activesupport (3.0.10)
     arel (2.0.10)
     builder (2.1.2)
     diff-lcs (1.1.2)
@@ -42,6 +42,7 @@ GEM
     fabrication (1.0.1)
     i18n (0.5.0)
     i18n_generators (1.0.3)
+    json (1.7.6)
     kaminari (0.12.4)
       rails (>= 3.0.0)
     mail (2.2.19)
@@ -49,28 +50,31 @@ GEM
       i18n (>= 0.4.0)
       mime-types (~> 1.16)
       treetop (~> 1.4.8)
-    mime-types (1.16)
+    mime-types (1.19)
     pkg-config (1.1.2)
-    polyglot (0.3.1)
-    rack (1.2.3)
+    polyglot (0.3.3)
+    rack (1.2.5)
     rack-mount (0.6.14)
       rack (>= 1.0.0)
     rack-test (0.5.7)
       rack (>= 1.0)
-    rails (3.0.6)
-      actionmailer (= 3.0.6)
-      actionpack (= 3.0.6)
-      activerecord (= 3.0.6)
-      activeresource (= 3.0.6)
-      activesupport (= 3.0.6)
+    rails (3.0.10)
+      actionmailer (= 3.0.10)
+      actionpack (= 3.0.10)
+      activerecord (= 3.0.10)
+      activeresource (= 3.0.10)
+      activesupport (= 3.0.10)
       bundler (~> 1.0)
-      railties (= 3.0.6)
-    railties (3.0.6)
-      actionpack (= 3.0.6)
-      activesupport (= 3.0.6)
+      railties (= 3.0.10)
+    railties (3.0.10)
+      actionpack (= 3.0.10)
+      activesupport (= 3.0.10)
       rake (>= 0.8.7)
+      rdoc (~> 3.4)
       thor (~> 0.14.4)
-    rake (0.9.2)
+    rake (10.0.3)
+    rdoc (3.12)
+      json (~> 1.4)
     rroonga (1.2.4)
       pkg-config
     rspec (2.6.0)
@@ -87,9 +91,10 @@ GEM
       railties (~> 3.0)
       rspec (~> 2.6.0)
     thor (0.14.6)
-    treetop (1.4.9)
+    treetop (1.4.12)
+      polyglot
       polyglot (>= 0.3.1)
-    tzinfo (0.3.29)
+    tzinfo (0.3.35)
 
 PLATFORMS
   ruby
@@ -99,5 +104,5 @@ DEPENDENCIES
   activegroonga-fabrication (= 1.0.0)
   i18n_generators
   kaminari
-  rails (= 3.0.6)
+  rails (= 3.0.10)
   rspec-rails (= 2.6.1)