[logaling-commit] logaling/logaling-server [bump-rails-version] Bump rails version

Back to archive index

SHIMADA Koji null+****@clear*****
Thu Nov 22 14:46:47 JST 2012


SHIMADA Koji	2012-11-22 14:46:47 +0900 (Thu, 22 Nov 2012)

  New Revision: 45a7dc5b018c604c647367e797b4356ac457ce05
  https://github.com/logaling/logaling-server/commit/45a7dc5b018c604c647367e797b4356ac457ce05

  Log:
    Bump rails version
    
    - update rails to 3.2.9 on Gemfile
    - bundle update rails
    - rake rails:update

  Modified files:
    Gemfile
    Gemfile.lock

  Modified: Gemfile (+1 -1)
===================================================================
--- Gemfile    2012-11-15 11:53:05 +0900 (13ac6ef)
+++ Gemfile    2012-11-22 14:46:47 +0900 (88dd55a)
@@ -1,6 +1,6 @@
 source 'https://rubygems.org'
 
-gem 'rails', '3.2.8'
+gem 'rails', '3.2.9'
 
 # Bundle edge Rails instead:
 # gem 'rails', :git => 'git://github.com/rails/rails.git'

  Modified: Gemfile.lock (+33 -32)
===================================================================
--- Gemfile.lock    2012-11-15 11:53:05 +0900 (05ee27e)
+++ Gemfile.lock    2012-11-22 14:46:47 +0900 (f5d6789)
@@ -13,42 +13,42 @@ GIT
 GEM
   remote: https://rubygems.org/
   specs:
-    actionmailer (3.2.8)
-      actionpack (= 3.2.8)
+    actionmailer (3.2.9)
+      actionpack (= 3.2.9)
       mail (~> 2.4.4)
-    actionpack (3.2.8)
-      activemodel (= 3.2.8)
-      activesupport (= 3.2.8)
+    actionpack (3.2.9)
+      activemodel (= 3.2.9)
+      activesupport (= 3.2.9)
       builder (~> 3.0.0)
       erubis (~> 2.7.0)
       journey (~> 1.0.4)
       rack (~> 1.4.0)
       rack-cache (~> 1.2)
       rack-test (~> 0.6.1)
-      sprockets (~> 2.1.3)
+      sprockets (~> 2.2.1)
     active_attr (0.6.0)
       activemodel (>= 3.0.2, < 4.1)
       activesupport (>= 3.0.2, < 4.1)
     active_decorator (0.3.3)
-    activemodel (3.2.8)
-      activesupport (= 3.2.8)
+    activemodel (3.2.9)
+      activesupport (= 3.2.9)
       builder (~> 3.0.0)
-    activerecord (3.2.8)
-      activemodel (= 3.2.8)
-      activesupport (= 3.2.8)
+    activerecord (3.2.9)
+      activemodel (= 3.2.9)
+      activesupport (= 3.2.9)
       arel (~> 3.0.2)
       tzinfo (~> 0.3.29)
-    activeresource (3.2.8)
-      activemodel (= 3.2.8)
-      activesupport (= 3.2.8)
-    activesupport (3.2.8)
+    activeresource (3.2.9)
+      activemodel (= 3.2.9)
+      activesupport (= 3.2.9)
+    activesupport (3.2.9)
       i18n (~> 0.6)
       multi_json (~> 1.0)
     addressable (2.3.2)
     archive-zip (0.5.0)
       io-like (>= 0.3.0)
     arel (3.0.2)
-    builder (3.0.0)
+    builder (3.0.4)
     capistrano (2.13.4)
       highline
       net-scp (>= 1.0.0)
@@ -191,27 +191,27 @@ GEM
       rack (>= 0.4)
     rack-ssl (1.3.2)
       rack
-    rack-test (0.6.1)
+    rack-test (0.6.2)
       rack (>= 1.0)
-    rails (3.2.8)
-      actionmailer (= 3.2.8)
-      actionpack (= 3.2.8)
-      activerecord (= 3.2.8)
-      activeresource (= 3.2.8)
-      activesupport (= 3.2.8)
+    rails (3.2.9)
+      actionmailer (= 3.2.9)
+      actionpack (= 3.2.9)
+      activerecord (= 3.2.9)
+      activeresource (= 3.2.9)
+      activesupport (= 3.2.9)
       bundler (~> 1.0)
-      railties (= 3.2.8)
+      railties (= 3.2.9)
     rails-footnotes (3.7.8)
       rails (>= 3.0.0)
-    railties (3.2.8)
-      actionpack (= 3.2.8)
-      activesupport (= 3.2.8)
+    railties (3.2.9)
+      actionpack (= 3.2.9)
+      activesupport (= 3.2.9)
       rack-ssl (~> 1.3.2)
       rake (>= 0.8.7)
       rdoc (~> 3.4)
       thor (>= 0.14.6, < 2.0)
     rainbow (1.1.4)
-    rake (0.9.2.2)
+    rake (10.0.2)
     rdoc (3.12)
       json (~> 1.4)
     rroonga (2.0.6)
@@ -244,8 +244,9 @@ GEM
       libwebsocket (~> 0.1.3)
       multi_json (~> 1.0)
       rubyzip
-    sprockets (2.1.3)
+    sprockets (2.2.1)
       hike (~> 1.2)
+      multi_json (~> 1.0)
       rack (~> 1.0)
       tilt (~> 1.1, != 1.3.0)
     term-ansicolor (1.0.7)
@@ -253,7 +254,7 @@ GEM
       libv8 (~> 3.3.10)
     thor (0.16.0)
     tilt (1.3.3)
-    treetop (1.4.10)
+    treetop (1.4.12)
       polyglot
       polyglot (>= 0.3.1)
     twitter-bootstrap-rails (2.1.3)
@@ -261,7 +262,7 @@ GEM
       less-rails (~> 2.2.3)
       railties (>= 3.1)
       therubyracer (~> 0.10.2)
-    tzinfo (0.3.33)
+    tzinfo (0.3.35)
     uglifier (1.2.7)
       execjs (>= 0.3.0)
       multi_json (~> 1.3)
@@ -297,7 +298,7 @@ DEPENDENCIES
   omniauth-github
   omniauth-twitter
   pg
-  rails (= 3.2.8)
+  rails (= 3.2.9)
   rails-footnotes
   rspec-rails
   rvm-capistrano
-------------- next part --------------
An HTML attachment was scrubbed...
Download 



More information about the logaling-commit mailing list
Back to archive index