changeset 172:a44a24fd37a7

Gem updates. Including Rails to 3.2.11.
author Edho Arief <edho@myconan.net>
date Wed, 09 Jan 2013 17:39:48 +0300
parents 3e5055f2e715
children d5e898117e0d
files Gemfile Gemfile.lock
diffstat 2 files changed, 29 insertions(+), 29 deletions(-) [+]
line wrap: on
line diff
--- a/Gemfile	Sat Jan 05 02:46:49 2013 +0400
+++ b/Gemfile	Wed Jan 09 17:39:48 2013 +0300
@@ -1,6 +1,6 @@
 source 'https://rubygems.org'
 
-gem 'rails', '3.2.10'
+gem 'rails', '3.2.11'
 gem 'jquery-rails'
 
 # Bundle edge Rails instead:
--- a/Gemfile.lock	Sat Jan 05 02:46:49 2013 +0400
+++ b/Gemfile.lock	Wed Jan 09 17:39:48 2013 +0300
@@ -1,12 +1,12 @@
 GEM
   remote: https://rubygems.org/
   specs:
-    actionmailer (3.2.10)
-      actionpack (= 3.2.10)
+    actionmailer (3.2.11)
+      actionpack (= 3.2.11)
       mail (~> 2.4.4)
-    actionpack (3.2.10)
-      activemodel (= 3.2.10)
-      activesupport (= 3.2.10)
+    actionpack (3.2.11)
+      activemodel (= 3.2.11)
+      activesupport (= 3.2.11)
       builder (~> 3.0.0)
       erubis (~> 2.7.0)
       journey (~> 1.0.4)
@@ -14,25 +14,25 @@
       rack-cache (~> 1.2)
       rack-test (~> 0.6.1)
       sprockets (~> 2.2.1)
-    activemodel (3.2.10)
-      activesupport (= 3.2.10)
+    activemodel (3.2.11)
+      activesupport (= 3.2.11)
       builder (~> 3.0.0)
-    activerecord (3.2.10)
-      activemodel (= 3.2.10)
-      activesupport (= 3.2.10)
+    activerecord (3.2.11)
+      activemodel (= 3.2.11)
+      activesupport (= 3.2.11)
       arel (~> 3.0.2)
       tzinfo (~> 0.3.29)
     activerecord-jdbc-adapter (1.2.5)
     activerecord-jdbcmysql-adapter (1.2.5)
       activerecord-jdbc-adapter (~> 1.2.5)
       jdbc-mysql (~> 5.1.0)
-    activeresource (3.2.10)
-      activemodel (= 3.2.10)
-      activesupport (= 3.2.10)
-    activesupport (3.2.10)
+    activeresource (3.2.11)
+      activemodel (= 3.2.11)
+      activesupport (= 3.2.11)
+    activesupport (3.2.11)
       i18n (~> 0.6)
       multi_json (~> 1.0)
-    anjlab-bootstrap-rails (2.2.2.0)
+    anjlab-bootstrap-rails (2.2.2.1)
       railties (>= 3.0)
       sass (>= 3.2)
     arel (3.0.2)
@@ -66,24 +66,24 @@
       rack (~> 1.2)
     puma (1.6.3-java)
       rack (~> 1.2)
-    rack (1.4.1)
+    rack (1.4.3)
     rack-cache (1.2)
       rack (>= 0.4)
     rack-ssl (1.3.2)
       rack
     rack-test (0.6.2)
       rack (>= 1.0)
-    rails (3.2.10)
-      actionmailer (= 3.2.10)
-      actionpack (= 3.2.10)
-      activerecord (= 3.2.10)
-      activeresource (= 3.2.10)
-      activesupport (= 3.2.10)
+    rails (3.2.11)
+      actionmailer (= 3.2.11)
+      actionpack (= 3.2.11)
+      activerecord (= 3.2.11)
+      activeresource (= 3.2.11)
+      activesupport (= 3.2.11)
       bundler (~> 1.0)
-      railties (= 3.2.10)
-    railties (3.2.10)
-      actionpack (= 3.2.10)
-      activesupport (= 3.2.10)
+      railties (= 3.2.11)
+    railties (3.2.11)
+      actionpack (= 3.2.11)
+      activesupport (= 3.2.11)
       rack-ssl (~> 1.3.2)
       rake (>= 0.8.7)
       rdoc (~> 3.4)
@@ -92,7 +92,7 @@
     rake (10.0.3)
     rdoc (3.12)
       json (~> 1.4)
-    sass (3.2.4)
+    sass (3.2.5)
     sass-rails (3.2.5)
       railties (~> 3.2.0)
       sass (>= 3.1.10)
@@ -131,7 +131,7 @@
   mysql2
   newrelic_rpm
   puma
-  rails (= 3.2.10)
+  rails (= 3.2.11)
   sass-rails (~> 3.2.3)
   therubyrhino
   uglifier (>= 1.0.3)