Skip to content

Commit

Permalink
Loosen webmock requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
JDutil committed Apr 3, 2024
1 parent 95dd922 commit 5168a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loogi_http.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'byebug', '~> 11.0'
spec.add_development_dependency 'rake', '>= 12.3.3'
spec.add_development_dependency 'rspec', '~> 3.0'
spec.add_development_dependency 'webmock', '~> 3.5.1'
spec.add_development_dependency 'webmock', '~> 3.5'
end

0 comments on commit 5168a60

Please sign in to comment.