ninech / netbox-client-ruby

A ruby client library for Netbox v2.
MIT License
24 stars 21 forks source link

Don't require pry inside the client code #6

Closed gregoryp closed 7 years ago

gregoryp commented 7 years ago

Since this is a development dependency it does not get installed by bundler and on hosts where pry is not installed system-wide netbox-client fails to load with `require': cannot load such file -- pry (LoadError)

cimnine commented 7 years ago

Thanks for spotting & fixing this. I've released a new version just now.