Lock Appraisal to ~> 0.3.4, for real this time

This commit is contained in:
Prem Sichanugrist 2011-05-30 15:15:33 -04:00
parent 9078208145
commit 372eb16e8f
3 changed files with 3 additions and 3 deletions

View File

@ -126,7 +126,7 @@ PLATFORMS
ruby
DEPENDENCIES
appraisal (~> 0.3.3)
appraisal (~> 0.3.4)
cucumber (~> 0.10.0)
mocha (~> 0.9.10)
rails (= 3.0.3)

View File

@ -140,7 +140,7 @@ PLATFORMS
ruby
DEPENDENCIES
appraisal (~> 0.3.3)
appraisal (~> 0.3.4)
cucumber (~> 0.10.0)
mocha (~> 0.9.10)
rails (= 3.1.0.rc1)

View File

@ -23,7 +23,7 @@ Gem::Specification.new do |s|
s.add_development_dependency("mocha", "~> 0.9.10")
s.add_development_dependency("rspec-rails", "~> 2.6.1.beta1")
s.add_development_dependency("cucumber", "~> 0.10.0")
s.add_development_dependency("appraisal", "~> 0.3.3")
s.add_development_dependency("appraisal", "~> 0.3.4")
if RUBY_VERSION >= "1.9"
s.add_development_dependency("ruby-debug19", "~> 0.11.6")