Skip to content

Commit

Permalink
Added mutex_m to dev dependencies, for the httpclient specs to pass o…
Browse files Browse the repository at this point in the history
…n Ruby 3.4
  • Loading branch information
bblimke committed Feb 5, 2024
1 parent fc13468 commit 2cb15eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webmock.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rack', '> 1.6'
s.add_development_dependency 'rspec', '>= 3.1.0'
s.add_development_dependency 'httpclient', '>= 2.2.4'
s.add_development_dependency 'mutex_m' # For Ruby 3.4 compatibility until this commit of httpclient is released https://github.com/nahi/httpclient/commit/552a56770689e800ad11a21cd06075064736569f
s.add_development_dependency 'excon', '>= 0.27.5'
s.add_development_dependency 'minitest', '>= 5.0.0'
s.add_development_dependency 'test-unit', '>= 3.0.0'
Expand Down

0 comments on commit 2cb15eb

Please sign in to comment.