Skip to content

Commit

Permalink
Pin aruba to version that works on 1.8.7.
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 91e25e4 commit 141731e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rspec-mocks.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ Gem::Specification.new do |s|

s.add_development_dependency 'rake', '~> 10.0.0'
s.add_development_dependency 'cucumber', '~> 1.3.15'
s.add_development_dependency 'aruba', '~> 0.5'
s.add_development_dependency 'aruba', '~> 0.6.2' # 0.7 is broken on ruby 1.8.7
s.add_development_dependency 'minitest', '~> 5.2'
end

0 comments on commit 141731e

Please sign in to comment.