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

Allow Rails 7.0: loosen activesupport constraint #138

Closed orien closed 1 year ago

orien commented 1 year ago

Context

A new activesupport runtime dependency was introduced to the library in #134. It currently has an extremely tight version constraint of ~> 6.1.7. This expands to >= 6.1.7, < 6.2.

Consequently, customers running a version of Rails outside this range are unable to use the latest release of avatax.

Change

Loosen the version constraint for the activesupport runtime dependency to 6.1.7 and above (>= 6.1.7). This allows customers running the latest version of Rails (7.0 currently) to use new releases of avatax again.

Fixes #137.

Considerations

You may wish to loosen the constraints further, to support customers running older versions of Rails as well.

orien commented 1 year ago

@jwenger100 what do you think?

svc-developer commented 1 year ago

Looks good, thanks @orien Will be released later today in 23.2.0