os6sense / xumlidot

RUBY UML class diagram generator with XMI and DOT output.
MIT License
40 stars 7 forks source link

Remove pry from production code #37

Closed leoarnold closed 2 years ago

leoarnold commented 2 years ago

Since pry is marked as a development dependency, it will not be installed when running

gem install xumlidot

Xumlidot will then complain about not being able to load pry.

As pry is not used in production code, we remove the require statement.