adamfortuna / avalara

A Ruby interface to the Avalara Tax API.
MIT License
26 stars 47 forks source link

Hashie uninitialized constant #23

Closed thewalkingtoast closed 7 years ago

thewalkingtoast commented 7 years ago

A recent install of the avalara gem installs hashie 3.5.5 which, when running Avalara::Request::Invoice.new, produces:

uninitialized constant Hashie::Extensions::Coercion::RubyVersion

Locking hashie to 3.4.6 does not produce the issue.

OS: macOS 10.12.3 Ruby: 2.3.3

Tonkpils commented 7 years ago

Great catch, it seems to have been an issue before to have hashie unlocked like this. Would you mind making a PR for this? Otherwise, I can probably get to it soon

thewalkingtoast commented 7 years ago

@Tonkpils Opened ^ Thanks!