Closed cguess closed 7 years ago
Ruby 2.4 throws deprecation errors when running Commander:
/2.4.0/gems/commander-4.4.2/lib/commander/user_interaction.rb:333: warning: constant ::NIL is deprecated /2.4.0/gems/commander-4.4.2/lib/commander/user_interaction.rb:333: warning: constant ::TRUE is deprecated /2.4.0/gems/commander-4.4.2/lib/commander/user_interaction.rb:333: warning: constant ::FALSE is deprecated /2.4.0/gems/commander-4.4.2/lib/commander/user_interaction.rb:333: warning: constant ::Fixnum is deprecated /2.4.0/gems/commander-4.4.2/lib/commander/user_interaction.rb:333: warning: constant ::Bignum is deprecated
The relevant parts of the docs are here: https://ruby-doc.org/core-2.4.0/Object.html
Fixed in Version 4.4.3 (just released)
Ruby 2.4 throws deprecation errors when running Commander:
The relevant parts of the docs are here: https://ruby-doc.org/core-2.4.0/Object.html