Skip to content

Commit

Permalink
Relax faraday dependency version
Browse files Browse the repository at this point in the history
(cherry picked from commit 751c97f)
  • Loading branch information
jorgemanrubia committed Dec 15, 2020
1 parent 27d6659 commit 0149201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion help_scout-sdk.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']

spec.add_dependency 'activesupport'
spec.add_dependency 'faraday', '~> 0.10'
spec.add_dependency 'faraday', '>= 0.10'
spec.add_dependency 'faraday_middleware', '>= 0.10.1', '< 1.0'
spec.required_ruby_version = '>= 2.3'

Expand Down

0 comments on commit 0149201

Please sign in to comment.