Skip to content

Commit

Permalink
Merge pull request #528 from cucumber/relax-dependencies-contract
Browse files Browse the repository at this point in the history
Relax dependencies for contracts
  • Loading branch information
mvz authored Feb 2, 2018
2 parents 5947cc3 + 0ca1ff6 commit d28f2eb
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 @@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'childprocess', '~> 0.8.0'
spec.add_runtime_dependency 'ffi', '~> 1.9', '>= 1.9.10'
spec.add_runtime_dependency 'rspec-expectations', '~> 3.4', '>= 3.4.0'
spec.add_runtime_dependency 'contracts', '~> 0.14'
spec.add_runtime_dependency 'contracts', '~> 0.13'
spec.add_runtime_dependency 'thor', '~> 0.19'

spec.add_development_dependency 'bundler', '~> 1.11'
Expand Down

0 comments on commit d28f2eb

Please sign in to comment.