Skip to content

Commit

Permalink
[expectations] Pin aruba to version before regexp was removed.
Browse files Browse the repository at this point in the history
See cucumber/aruba#227 for discussion.

---
This commit was imported from rspec/rspec-expectations@2401bd0.
  • Loading branch information
myronmarston committed Jun 11, 2015
1 parent 9b4a2f6 commit 092cbb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rspec-expectations/rspec-expectations.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ Gem::Specification.new do |s|

s.add_development_dependency 'rake', '~> 10.0.0'
s.add_development_dependency 'cucumber', '~> 1.1.9'
s.add_development_dependency 'aruba', '~> 0.5'
s.add_development_dependency 'aruba', '0.6.1'
end

0 comments on commit 092cbb3

Please sign in to comment.