From 01dd16c00b286f2a88d74b73033c4eb003aac588 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mislav=20Marohnic=CC=81?= Date: Tue, 31 Jan 2012 22:43:35 +0100 Subject: [PATCH] test against Rails 3.2.1 --- Gemfile | 2 +- Gemfile.lock | 36 +++++++++++++++++------------------- 2 files changed, 18 insertions(+), 20 deletions(-) diff --git a/Gemfile b/Gemfile index 02b442920..59f3dd39c 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'http://rubygems.org' -rails_version = '~> 3.2.0.rc1' +rails_version = '~> 3.2.0' gem 'activerecord', rails_version gem 'actionpack', rails_version diff --git a/Gemfile.lock b/Gemfile.lock index 2ce906cc5..2100cde08 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,32 +1,30 @@ GEM remote: http://rubygems.org/ specs: - actionpack (3.2.0.rc1) - activemodel (= 3.2.0.rc1) - activesupport (= 3.2.0.rc1) + actionpack (3.2.1) + activemodel (= 3.2.1) + activesupport (= 3.2.1) builder (~> 3.0.0) erubis (~> 2.7.0) - i18n (~> 0.6) - journey (~> 1.0.0.rc1) - rack (~> 1.3.5) + journey (~> 1.0.1) + rack (~> 1.4.0) rack-cache (~> 1.1) rack-test (~> 0.6.1) sprockets (~> 2.1.2) - activemodel (3.2.0.rc1) - activesupport (= 3.2.0.rc1) + activemodel (3.2.1) + activesupport (= 3.2.1) builder (~> 3.0.0) - i18n (~> 0.6) - activerecord (3.2.0.rc1) - activemodel (= 3.2.0.rc1) - activesupport (= 3.2.0.rc1) - arel (~> 3.0.0.rc1) + activerecord (3.2.1) + activemodel (= 3.2.1) + activesupport (= 3.2.1) + arel (~> 3.0.0) tzinfo (~> 0.3.29) - activesupport (3.2.0.rc1) + activesupport (3.2.1) i18n (~> 0.6) multi_json (~> 1.0) addressable (2.2.6) archive-tar-minitar (0.5.2) - arel (3.0.0.rc1) + arel (3.0.0) builder (3.0.0) columnize (0.3.5) data_objects (0.10.7) @@ -49,7 +47,7 @@ GEM erubis (2.7.0) hike (1.2.1) i18n (0.6.0) - journey (1.0.0.rc1) + journey (1.0.1) linecache (0.46) rbx-require-relative (> 0.0.4) linecache19 (0.5.12) @@ -60,7 +58,7 @@ GEM mysql2 (0.3.11) pg (0.12.0) rake-compiler (~> 0.7) - rack (1.3.5) + rack (1.4.1) rack-cache (1.1) rack (>= 0.4) rack-test (0.6.1) @@ -105,8 +103,8 @@ PLATFORMS ruby DEPENDENCIES - actionpack (~> 3.2.0.rc1) - activerecord (~> 3.2.0.rc1) + actionpack (~> 3.2.0) + activerecord (~> 3.2.0) dm-aggregates dm-core dm-migrations