avadev / AvaTax-REST-V2-Ruby-SDK

Sales Tax API SDK for Ruby and AvaTax REST
https://developer.avalara.com/sdk/
Apache License 2.0
36 stars 56 forks source link

Upgrade to rest-client 2.0 #77

Closed ChaelCodes closed 4 years ago

ChaelCodes commented 4 years ago

The AvaTax gem is currently dependent on version ~>1.7.0 of the rest-client gem. rest-client 2.0 has been available since 2015.

Due to how bundler works, Rails apps that are using gems with other, more updated versions of rest-client, cannot install AvaTax due to dependency conflicts.

rest-client offers this guide on upgrading that says most gems see no changes after upgrade.

Releasing a new version of this gem with the updated gem spec would make this gem more accessible.

ChaelCodes commented 4 years ago

My bad. I was looking at an older version. Sorry!