Mercurial > zeropaste
changeset 170:da48ac3ef99d
Update to rails 3.2.10.
author | Edho Arief <edho@myconan.net> |
---|---|
date | Thu, 03 Jan 2013 18:43:56 +0400 |
parents | b8116b5d263e |
children | 3e5055f2e715 |
files | Gemfile Gemfile.lock |
diffstat | 2 files changed, 26 insertions(+), 26 deletions(-) [+] |
line wrap: on
line diff
--- 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:
--- 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)