commander-rb / commander

The complete solution for Ruby command-line executables
MIT License
822 stars 74 forks source link

deprecation error when running with ruby 2.5.0 #61

Closed rlgomes closed 6 years ago

rlgomes commented 6 years ago

Seeing the following:

/usr/local/lib/ruby/gems/2.5.0/gems/commander-4.4.3/lib/commander/user_interaction.rb:334: warning: constant ::Data is deprecated

When running with ruby 2.5.0 on Mac OS High Sierra. Let me know if any other info is necessary and I'll provide it.