Skip to content

Commit

Permalink
add mutex_m as a development dep so we can run our tests on 3.4, sinc…
Browse files Browse the repository at this point in the history
…e httpclient relies on it
  • Loading branch information
LukeIGS committed Jul 8, 2024
1 parent a19bb89 commit 04eeea6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions savon.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "rack", " < 4"
s.add_development_dependency "puma", ">= 4.3.8", "< 7"
s.add_development_dependency "httpclient"
s.add_development_dependency "mutex_m"

s.add_development_dependency "byebug"
s.add_development_dependency "rake", ">= 12.3.3"
Expand Down

0 comments on commit 04eeea6

Please sign in to comment.