Skip to content

Commit

Permalink
fix(deps): lock httparty to 0.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Sep 27, 2021
1 parent df90c93 commit 1ab2d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pact-broker-client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |gem|
gem.require_paths = ["lib"]
gem.license = 'MIT'

gem.add_runtime_dependency 'httparty', '~>0.18'
gem.add_runtime_dependency 'httparty', '~>0.18.1' # https://github.com/jnunemaker/httparty/issues/733
gem.add_runtime_dependency 'term-ansicolor', '~> 1.7'
gem.add_runtime_dependency 'table_print', '~> 1.5'
gem.add_runtime_dependency 'thor', '>= 0.20', '< 2.0'
Expand Down

0 comments on commit 1ab2d9c

Please sign in to comment.