ruby - Why does `gem update rake` ask me about an executable conflict? -


i ran gem update , got message:

rake's executable "rake" conflicts /users/jonytucci/.rbenv/versions/2.2.3/bin/rake overwrite executable? [yn] 

i still pretty new , unsure of means or do. can please enlighten me on going on here?

thank you!

it's due a long-standing bug in rubygems. it's not specific rbenv. happens when install new version of gem comes ruby , has executable in ruby's bin directory. rake , rdoc 2 such gems.

in situations can safely answer yes , let rubygems overwrite old version of executable.


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -