Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit 2f80e77

Browse files
committed
Merge pull request #2022 from rspec/pin-aruba
Pin aruba to a version that works on all the rubies we support.
2 parents 9f99b6a + d34b75d commit 2f80e77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rspec-core.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Gem::Specification.new do |s|
4040
s.add_development_dependency "rake", "~> 10.0.0"
4141
s.add_development_dependency "cucumber", "~> 1.3"
4242
s.add_development_dependency "minitest", "~> 5.3"
43-
s.add_development_dependency "aruba", "~> 0.6"
43+
s.add_development_dependency "aruba", "~> 0.6.2" # 0.7 is broken on ruby 1.8.7
4444

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

0 commit comments

Comments
 (0)