Skip to content

Commit

Permalink
Pin aruba to a version that works on all the rubies we support.
Browse files Browse the repository at this point in the history
Works around cucumber/aruba#279.
  • Loading branch information
myronmarston committed Jul 5, 2015
1 parent 9f99b6a commit d34b75d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rspec-core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "rake", "~> 10.0.0"
s.add_development_dependency "cucumber", "~> 1.3"
s.add_development_dependency "minitest", "~> 5.3"
s.add_development_dependency "aruba", "~> 0.6"
s.add_development_dependency "aruba", "~> 0.6.2" # 0.7 is broken on ruby 1.8.7

s.add_development_dependency "nokogiri", (RUBY_VERSION < '1.9.3' ? "1.5.2" : "~> 1.5")
s.add_development_dependency "coderay", "~> 1.0.9"
Expand Down

0 comments on commit d34b75d

Please sign in to comment.