Skip to content

Commit

Permalink
[mocks] 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-mocks@f1baf02.
  • Loading branch information
myronmarston committed Jun 11, 2015
1 parent 092cbb3 commit f182e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rspec-mocks/rspec-mocks.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,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 f182e31

Please sign in to comment.