chargebee / chargebee-ruby

Ruby library for the Chargebee API.
https://apidocs.chargebee.com/docs/api?lang=ruby
MIT License
32 stars 60 forks source link

Update json_pure dependency to v2 #17

Closed collimarco closed 6 years ago

collimarco commented 7 years ago

Currently in you Gemfile you have this dependency:

s.add_dependency('json_pure', '~> 1.5')

You should update that to use '~> 2.0'or at least use '>= 1.5'.

The outdated dependency also causes incompatibility with the AWS official gem that also depends on json_pure.