commander-rb / commander

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

Constant depreciation error with Ruby 2.3.0 #21

Closed lebogan closed 8 years ago

lebogan commented 8 years ago

Ruby 2.2.3 does not give this error so my guess is that 2.3.0 isn't supported yet. Is this something that can be resolved as an issue?

.rvm/gems/ruby-2.3.0/gems/commander-4.3.5/lib/commander/user_interaction.rb:334: warning: constant ::TimeoutError is deprecated

Thanks for your help. Lewis