# HG changeset patch # User Edho Arief # Date 1357224236 -14400 # Node ID da48ac3ef99d92f33d2c79e7d6f41bfb8cc8d72a # Parent b8116b5d263e1fed11d758f75f61a4739f076071 Update to rails 3.2.10. diff -r b8116b5d263e -r da48ac3ef99d Gemfile --- a/Gemfile Thu Jan 03 18:42:16 2013 +0400 +++ b/Gemfile Thu Jan 03 18:43:56 2013 +0400 @@ -1,6 +1,6 @@ source 'https://rubygems.org' -gem 'rails', '3.2.9' +gem 'rails', '3.2.10' gem 'jquery-rails' # Bundle edge Rails instead: diff -r b8116b5d263e -r da48ac3ef99d Gemfile.lock --- a/Gemfile.lock Thu Jan 03 18:42:16 2013 +0400 +++ b/Gemfile.lock Thu Jan 03 18:43:56 2013 +0400 @@ -1,12 +1,12 @@ GEM remote: https://rubygems.org/ specs: - actionmailer (3.2.9) - actionpack (= 3.2.9) + actionmailer (3.2.10) + actionpack (= 3.2.10) mail (~> 2.4.4) - actionpack (3.2.9) - activemodel (= 3.2.9) - activesupport (= 3.2.9) + actionpack (3.2.10) + activemodel (= 3.2.10) + activesupport (= 3.2.10) builder (~> 3.0.0) erubis (~> 2.7.0) journey (~> 1.0.4) @@ -14,22 +14,22 @@ rack-cache (~> 1.2) rack-test (~> 0.6.1) sprockets (~> 2.2.1) - activemodel (3.2.9) - activesupport (= 3.2.9) + activemodel (3.2.10) + activesupport (= 3.2.10) builder (~> 3.0.0) - activerecord (3.2.9) - activemodel (= 3.2.9) - activesupport (= 3.2.9) + activerecord (3.2.10) + activemodel (= 3.2.10) + activesupport (= 3.2.10) 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.9) - activemodel (= 3.2.9) - activesupport (= 3.2.9) - activesupport (3.2.9) + activeresource (3.2.10) + activemodel (= 3.2.10) + activesupport (= 3.2.10) + activesupport (3.2.10) i18n (~> 0.6) multi_json (~> 1.0) anjlab-bootstrap-rails (2.2.2.0) @@ -73,17 +73,17 @@ rack rack-test (0.6.2) rack (>= 1.0) - rails (3.2.9) - actionmailer (= 3.2.9) - actionpack (= 3.2.9) - activerecord (= 3.2.9) - activeresource (= 3.2.9) - activesupport (= 3.2.9) + rails (3.2.10) + actionmailer (= 3.2.10) + actionpack (= 3.2.10) + activerecord (= 3.2.10) + activeresource (= 3.2.10) + activesupport (= 3.2.10) bundler (~> 1.0) - railties (= 3.2.9) - railties (3.2.9) - actionpack (= 3.2.9) - activesupport (= 3.2.9) + railties (= 3.2.10) + railties (3.2.10) + actionpack (= 3.2.10) + activesupport (= 3.2.10) rack-ssl (~> 1.3.2) rake (>= 0.8.7) rdoc (~> 3.4) @@ -131,7 +131,7 @@ mysql2 newrelic_rpm puma - rails (= 3.2.9) + rails (= 3.2.10) sass-rails (~> 3.2.3) therubyrhino uglifier (>= 1.0.3)