davetron5000 / gli

Make awesome command-line applications the easy way
http://davetron5000.github.io/gli
Apache License 2.0
1.26k stars 102 forks source link

bundle exec bin/todo breaks in ruby 2.6.5 #293

Closed axmachina closed 3 years ago

axmachina commented 4 years ago

Only tested in ruby 2.6.5p114 (2019-10-01 revision 67812)

bundle seems to assume "bin/"

the proper way to run (from app root)

bundle exec todo

davetron5000 commented 3 years ago

Not sure how I missed this (1 year+++ ago!) but bundle exec bin/todo seems to work for me and the integration tests do this and pass on Ruby 2.5 and above. That said, please re-open if you have more info about what's going wrong.