Skip to content

Commit

Permalink
Pin aruba to work around cucumber/aruba#279.
Browse files Browse the repository at this point in the history
  • Loading branch information
myronmarston committed Jul 5, 2015
1 parent 1a362f1 commit 7c86e98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rspec-expectations.gemspec
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'
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 'minitest', '~> 5.2'
end

0 comments on commit 7c86e98

Please sign in to comment.