Skip to content

Commit

Permalink
Update appraisal to test against Rails 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaclayton committed Jan 20, 2012
1 parent 845578c commit 5555f14
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Appraisals
Expand Up @@ -16,5 +16,5 @@ appraise "3.1" do
end

appraise "3.2" do
gem "activerecord", "~> 3.2.0.rc2"
gem "activerecord", "~> 3.2"
end
2 changes: 1 addition & 1 deletion gemfiles/3.2.gemfile
Expand Up @@ -2,6 +2,6 @@

source "http://rubygems.org"

gem "activerecord", "~> 3.2.0.rc2"
gem "activerecord", "~> 3.2"

gemspec :path=>"../"
20 changes: 10 additions & 10 deletions gemfiles/3.2.gemfile.lock
Expand Up @@ -7,15 +7,15 @@ PATH
GEM
remote: http://rubygems.org/
specs:
activemodel (3.2.0.rc2)
activesupport (= 3.2.0.rc2)
activemodel (3.2.0)
activesupport (= 3.2.0)
builder (~> 3.0.0)
activerecord (3.2.0.rc2)
activemodel (= 3.2.0.rc2)
activesupport (= 3.2.0.rc2)
arel (~> 3.0.0.rc1)
activerecord (3.2.0)
activemodel (= 3.2.0)
activesupport (= 3.2.0)
arel (~> 3.0.0)
tzinfo (~> 0.3.29)
activesupport (3.2.0.rc2)
activesupport (3.2.0)
i18n (~> 0.6)
multi_json (~> 1.0)
appraisal (0.3.8)
Expand All @@ -34,7 +34,7 @@ GEM
bourne (1.0)
mocha (= 0.9.8)
builder (3.0.0)
childprocess (0.2.9)
childprocess (0.3.0)
ffi (~> 1.0.6)
cucumber (1.0.6)
builder (>= 2.1.2)
Expand All @@ -47,7 +47,7 @@ GEM
gherkin (2.4.21)
json (>= 1.4.6)
i18n (0.6.0)
json (1.6.4)
json (1.6.5)
mocha (0.9.8)
rake
multi_json (1.0.4)
Expand Down Expand Up @@ -75,7 +75,7 @@ PLATFORMS
ruby

DEPENDENCIES
activerecord (~> 3.2.0.rc2)
activerecord (~> 3.2)
appraisal (~> 0.3.8)
aruba
bluecloth
Expand Down

0 comments on commit 5555f14

Please sign in to comment.