Skip to content

Commit

Permalink
chore(gems): Change json version to allow >1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Aug 5, 2017
1 parent d42a7d1 commit b91391a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pact-provider-verifier.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency 'pact-provider-proxy', '~>2.1'
gem.add_runtime_dependency 'faraday', '~> 0.9', '>= 0.9.0'
gem.add_runtime_dependency 'faraday_middleware', '~> 0.10'
gem.add_runtime_dependency 'json', '~>1.8'
gem.add_runtime_dependency 'json', '>1.8'
gem.add_runtime_dependency 'rack', '~> 2.0'
gem.add_runtime_dependency 'rake', '~> 10.4', '>= 10.4.2'

Expand Down

0 comments on commit b91391a

Please sign in to comment.