# HG changeset patch # User Edho Arief # Date 1361156194 -32400 # Node ID c657dd0968e48d4fbd3500a5b1c868302ea1150f # Parent 02298b3d35cf2c802e1365de2d0ee195180a6f67 Update rails to latest version diff -r 02298b3d35cf -r c657dd0968e4 Gemfile --- a/Gemfile Mon Feb 18 11:53:45 2013 +0900 +++ b/Gemfile Mon Feb 18 11:56:34 2013 +0900 @@ -1,6 +1,6 @@ source 'https://rubygems.org' -gem 'rails', '3.2.11' +gem 'rails', '~> 3.2.11' gem 'jquery-rails' # Bundle edge Rails instead: diff -r 02298b3d35cf -r c657dd0968e4 Gemfile.lock --- a/Gemfile.lock Mon Feb 18 11:53:45 2013 +0900 +++ b/Gemfile.lock Mon Feb 18 11:56:34 2013 +0900 @@ -1,35 +1,35 @@ GEM remote: https://rubygems.org/ specs: - actionmailer (3.2.11) - actionpack (= 3.2.11) + actionmailer (3.2.12) + actionpack (= 3.2.12) mail (~> 2.4.4) - actionpack (3.2.11) - activemodel (= 3.2.11) - activesupport (= 3.2.11) + actionpack (3.2.12) + activemodel (= 3.2.12) + activesupport (= 3.2.12) builder (~> 3.0.0) erubis (~> 2.7.0) journey (~> 1.0.4) - rack (~> 1.4.0) + rack (~> 1.4.5) rack-cache (~> 1.2) rack-test (~> 0.6.1) sprockets (~> 2.2.1) - activemodel (3.2.11) - activesupport (= 3.2.11) + activemodel (3.2.12) + activesupport (= 3.2.12) builder (~> 3.0.0) - activerecord (3.2.11) - activemodel (= 3.2.11) - activesupport (= 3.2.11) + activerecord (3.2.12) + activemodel (= 3.2.12) + activesupport (= 3.2.12) arel (~> 3.0.2) tzinfo (~> 0.3.29) activerecord-jdbc-adapter (1.2.7) activerecord-jdbcmysql-adapter (1.2.7) activerecord-jdbc-adapter (~> 1.2.7) jdbc-mysql (~> 5.1.0) - activeresource (3.2.11) - activemodel (= 3.2.11) - activesupport (= 3.2.11) - activesupport (3.2.11) + activeresource (3.2.12) + activemodel (= 3.2.12) + activesupport (= 3.2.12) + activesupport (3.2.12) i18n (~> 0.6) multi_json (~> 1.0) anjlab-bootstrap-rails (2.3.0.0) @@ -75,17 +75,17 @@ rack rack-test (0.6.2) rack (>= 1.0) - rails (3.2.11) - actionmailer (= 3.2.11) - actionpack (= 3.2.11) - activerecord (= 3.2.11) - activeresource (= 3.2.11) - activesupport (= 3.2.11) + rails (3.2.12) + actionmailer (= 3.2.12) + actionpack (= 3.2.12) + activerecord (= 3.2.12) + activeresource (= 3.2.12) + activesupport (= 3.2.12) bundler (~> 1.0) - railties (= 3.2.11) - railties (3.2.11) - actionpack (= 3.2.11) - activesupport (= 3.2.11) + railties (= 3.2.12) + railties (3.2.12) + actionpack (= 3.2.12) + activesupport (= 3.2.12) rack-ssl (~> 1.3.2) rake (>= 0.8.7) rdoc (~> 3.4) @@ -134,7 +134,7 @@ newrelic_rpm puma quiet_assets - rails (= 3.2.11) + rails (~> 3.2.11) sass-rails (~> 3.2.3) therubyrhino uglifier (>= 1.0.3)