Skip to content

Commit

Permalink
gemspec: depend on multipart-post ~> 2.0
Browse files Browse the repository at this point in the history
This is a stricter dependency.

There are no multipart-post release higher than 2.x yet, but with this change, we depend on the 2.x range.
  • Loading branch information
olleolleolle authored Jun 8, 2022
1 parent 8ae8ef5 commit a3609a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion faraday-multipart.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = '>= 2.4', '< 4'

spec.add_dependency 'multipart-post', '~> 2'
spec.add_dependency 'multipart-post', '~> 2.0'
end

0 comments on commit a3609a6

Please sign in to comment.