Skip to content

Commit

Permalink
Merge pull request #427 from junaruga/feature/fix-dependency-error-fo…
Browse files Browse the repository at this point in the history
…r-install

Fix dependency error for install
  • Loading branch information
maxmeyer authored Jun 29, 2017
2 parents 4ae4079 + 8e446b8 commit fd85801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aruba.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |s|
s.email = 'cukes@googlegroups.com'
s.homepage = 'http://github.com/cucumber/aruba'

s.add_runtime_dependency 'cucumber', '~> 2.3.0'
s.add_runtime_dependency 'cucumber', '~> 2.4.0'
s.add_runtime_dependency 'childprocess', '~> 0.5.6'
s.add_runtime_dependency 'ffi', '~> 1.9.10'
s.add_runtime_dependency 'rspec-expectations', '~> 3.4.0'
Expand Down

0 comments on commit fd85801

Please sign in to comment.