The current faraday gem is v2.9.x, and for a newer application using common gems that depend on faraday require >2 now. This dependency <= 1.3.0 makes is infeasible to use podio-rb.
s.add_dependency('faraday', ['>= 0.8.0', '<= 1.3.0'])
Please consider updating the gem to work with faraday v2+.
The current faraday gem is v2.9.x, and for a newer application using common gems that depend on faraday require >2 now. This dependency <= 1.3.0 makes is infeasible to use podio-rb.
s.add_dependency('faraday', ['>= 0.8.0', '<= 1.3.0'])Please consider updating the gem to work with faraday v2+.