Skip to content

Commit

Permalink
Soften faraday dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
benlovell committed Sep 30, 2024
1 parent a24a590 commit 2d99088
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mas-cms-client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ Gem::Specification.new do |spec|

spec.add_runtime_dependency 'activemodel', '>= 4.2'
spec.add_runtime_dependency 'activesupport', '>= 4.2'
spec.add_runtime_dependency 'faraday', '< 2'
spec.add_runtime_dependency 'faraday-conductivity', '> 0.3.1'
spec.add_runtime_dependency 'faraday_middleware', '< 2'
spec.add_runtime_dependency 'faraday', '< 3'
spec.add_runtime_dependency 'faraday-conductivity'
spec.add_runtime_dependency 'faraday_middleware'
spec.add_runtime_dependency 'rubytree', '~> 1.0.0'
end

0 comments on commit 2d99088

Please sign in to comment.