Skip to content

Commit

Permalink
test against Rails 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Jan 31, 2012
1 parent e5e6c47 commit 01dd16c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 20 deletions.
2 changes: 1 addition & 1 deletion 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
Expand Down
36 changes: 17 additions & 19 deletions 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)
Expand All @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 01dd16c

Please sign in to comment.