Skip to content

Commit

Permalink
Merge pull request #714 from rspec/exclude-arbua-0-6-2
Browse files Browse the repository at this point in the history
Exclude aruba 0.6.2 for now.
  • Loading branch information
myronmarston committed Jan 15, 2015
2 parents 1c877e0 + eb23fe0 commit a88281b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion rspec-expectations.gemspec
Expand Up @@ -41,6 +41,9 @@ Gem::Specification.new do |s|

s.add_development_dependency 'rake', '~> 10.0.0'
s.add_development_dependency 'cucumber', '~> 1.3'
s.add_development_dependency 'aruba', '~> 0.5'
# Aruba 0.6.2 removed an API we rely on. For now we are excluding
# that version until we find out if they will restore it. See:
# https://github.com/cucumber/aruba/commit/5b2c7b445bc80083e577b793e4411887ef295660#commitcomment-9284628
s.add_development_dependency "aruba", "~> 0.5", "!= 0.6.2"
s.add_development_dependency 'minitest', '~> 5.2'
end

0 comments on commit a88281b

Please sign in to comment.