Skip to content

Commit

Permalink
fix(deps): update httparty for GHSA-5pq7-52mg-hr42
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Jan 10, 2023
1 parent 1add07d commit 08597c2
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.1' # https://github.com/jnunemaker/httparty/issues/733
gem.add_runtime_dependency 'httparty', ">= 0.21.0", "< 1.0.0"
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 08597c2

Please sign in to comment.