From 0e448b0a25f9988ae848956f7ac62d604992d678 Mon Sep 17 00:00:00 2001 From: Carlos Antonio da Silva Date: Tue, 24 Jan 2012 11:19:28 -0200 Subject: [PATCH] Bump rails requirements to 3.2.0, update other gems --- Gemfile | 4 ++-- Gemfile.lock | 30 +++++++++++++++--------------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/Gemfile b/Gemfile index 5b1524e1..d4f1f9ec 100644 --- a/Gemfile +++ b/Gemfile @@ -2,8 +2,8 @@ source :rubygems gemspec -gem 'activemodel', '>= 3.2.0.rc' -gem 'actionpack', '>= 3.2.0.rc' +gem 'activemodel', '~> 3.2.0' +gem 'actionpack', '~> 3.2.0' gem 'rake' gem 'rdoc' gem 'mocha' diff --git a/Gemfile.lock b/Gemfile.lock index 3ff21c86..35bbd2fa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,43 +8,43 @@ PATH GEM remote: http://rubygems.org/ specs: - actionpack (3.2.0.rc2) - activemodel (= 3.2.0.rc2) - activesupport (= 3.2.0.rc2) + actionpack (3.2.0) + activemodel (= 3.2.0) + activesupport (= 3.2.0) builder (~> 3.0.0) erubis (~> 2.7.0) - journey (~> 1.0.0.rc1) + journey (~> 1.0.0) rack (~> 1.4.0) rack-cache (~> 1.1) rack-test (~> 0.6.1) sprockets (~> 2.1.2) - activemodel (3.2.0.rc2) - activesupport (= 3.2.0.rc2) + activemodel (3.2.0) + activesupport (= 3.2.0) builder (~> 3.0.0) - activesupport (3.2.0.rc2) + activesupport (3.2.0) i18n (~> 0.6) multi_json (~> 1.0) builder (3.0.0) - columnize (0.3.5) + columnize (0.3.6) erubis (2.7.0) hike (1.2.1) i18n (0.6.0) - journey (1.0.0.rc4) - json (1.6.3) + journey (1.0.0) + json (1.6.5) linecache (0.46) rbx-require-relative (> 0.0.4) metaclass (0.0.1) - mocha (0.10.0) + mocha (0.10.3) metaclass (~> 0.0.1) multi_json (1.0.4) - rack (1.4.0) + rack (1.4.1) rack-cache (1.1) rack (>= 0.4) rack-test (0.6.1) rack (>= 1.0) rake (0.9.2.2) rbx-require-relative (0.0.5) - rdoc (3.11) + rdoc (3.12) json (~> 1.4) ruby-debug (0.10.4) columnize (>= 0.1) @@ -62,8 +62,8 @@ PLATFORMS ruby DEPENDENCIES - actionpack (>= 3.2.0.rc) - activemodel (>= 3.2.0.rc) + actionpack (~> 3.2.0) + activemodel (~> 3.2.0) mocha rake rdoc