Closed danhealy closed 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?
@danhealy I'm closing since we fixed this with 0.3.0
Changing the dependency from
~> 1.8
to> 1.8
or['>= 1.8', '< 3.0']
should be sufficient, the changes between these versions are minor.