Skip to content

Commit

Permalink
Merge pull request #293 from pact-foundation/ruby_3_2_upgraded_deps
Browse files Browse the repository at this point in the history
Ruby 3 2 upgraded deps
  • Loading branch information
YOU54F authored May 17, 2023
2 parents cff716d + 4dfa758 commit 503cedb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pact.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency 'rspec', '~> 3.0'
gem.add_runtime_dependency 'rack-test', '>= 0.6.3', '< 3.0.0'
gem.add_runtime_dependency 'thor', '>= 0.20', '< 2.0'
gem.add_runtime_dependency 'webrick', '~> 1.3'
gem.add_runtime_dependency 'term-ansicolor', '~> 1.0'
gem.add_runtime_dependency 'webrick', '~> 1.8'
gem.add_runtime_dependency 'term-ansicolor', '~> 1.7'

gem.add_runtime_dependency 'pact-support', '~> 1.16', '>= 1.16.9'
gem.add_runtime_dependency 'pact-mock_service', '~> 3.0', '>= 3.3.1'

gem.add_development_dependency 'rake', '~> 13.0'
gem.add_development_dependency 'webmock', '~> 3.0'
gem.add_development_dependency 'fakefs', '2.4' # 0.6.0 blows up
gem.add_development_dependency 'hashie', '~> 2.0'
gem.add_development_dependency 'hashie', '~> 5.0'
gem.add_development_dependency 'faraday', '~>1.0', '<3.0'
gem.add_development_dependency 'faraday-multipart', '~> 1.0'
gem.add_development_dependency 'conventional-changelog', '~> 1.3'
Expand Down

0 comments on commit 503cedb

Please sign in to comment.