rails / thor

Thor is a toolkit for building powerful command-line interfaces.
http://whatisthor.com/
MIT License
5.12k stars 553 forks source link

LoadError: cannot load such file -- rake #740

Closed CAMOBAP closed 3 years ago

CAMOBAP commented 3 years ago

After 1.0.1 update I faced with a crash

LoadError: cannot load such file -- rake
  /usr/local/bundle/gems/thor-1.0.1/lib/thor/rake_compat.rb:1:in `require'
  /usr/local/bundle/gems/thor-1.0.1/lib/thor/rake_compat.rb:1:in `<top (required)>'

Does it mean that thor should explicitly depend on rake gem?