rest-client version 1.4 is very old and lots of other gems had moved to > 2.0.
Having minor version check ~>1.4 is a blocker in using many other gems. There is no major deprecation in the rest-client api as such compared to > 1.4 versions to 2.* versions. Its mostly additions on 'Exceptions' module.
rest-client version 1.4 is very old and lots of other gems had moved to > 2.0.
Having minor version check ~>1.4 is a blocker in using many other gems. There is no major deprecation in the rest-client api as such compared to > 1.4 versions to 2.* versions. Its mostly additions on 'Exceptions' module.
Tested the specs after modifying it to >=1.4 All specs passed. Also refering issue: https://github.com/chargebee/chargebee-ruby/issues/19