fastruby / harvesting

Ruby wrapper for the Harvest API v2
MIT License
28 stars 30 forks source link

Relax http dependency #63

Closed julianrubisch closed 3 years ago

julianrubisch commented 3 years ago

I needed this to work with another gem in my depdency tree.

Tests look okay for me, please let me know if I can do anything!

julianrubisch commented 3 years ago

Hmm is there another way to allow http 4?

mscottford commented 3 years ago

How about add_runtime_dependency 'http', '>= 3.3', '< 5.0'?

etagwerker commented 3 years ago

@julianrubisch Just released this fix in v0.5.1: https://rubygems.org/gems/harvesting/versions/0.5.1 -- Thanks! 💯