method-inc / bamboozled

Bamboozled wraps the BambooHR API without the use of Rails dependencies.
MIT License
44 stars 50 forks source link

🚀Update json gem dependency to allow 2.2.0 #64

Closed danhealy closed 5 years ago

danhealy commented 5 years ago

Changing the dependency from ~> 1.8 to > 1.8 or ['>= 1.8', '< 3.0'] should be sufficient, the changes between these versions are minor.

rbroemeling commented 5 years ago

This old dependency lock is actually causing a dependency loop for me at the moment. Is there a reason that bamboozled has an extremely hard dependency on specifically json v1.8.6, or can it trivially change to be a lot looser of a dependency and thus allow a lot more flexibility?

splybon commented 5 years ago

@danhealy I'm closing since we fixed this with 0.3.0