Answer the question
In order to leave comments, you need to log in
What does this error mean when starting a RoR project?
Hello!
What does this error mean when starting a RoR project?
/usr/local/rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/railties-4.2.5.1/lib/rails/app_rails_loader.rb:39: warning: Insecure world writable dir /usr/ local/rbenv/versions in PATH, mode 040777
/usr/local/rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/bundler-1.11.2/lib/bundler/shared_helpers.rb:78 : warning: Insecure world writable dir /usr/local/rbenv/versions in PATH, mode 040777
Answer the question
In order to leave comments, you need to log in
1.11.2/lib/bundler/shared_helpers.rb:78: warning: Insecure world writable dir /usr/local/rbenv/versions in PATH, mode 040777
says that permissions with access 777 on the current path are not safe. It is necessary to change access to 644 like, I don’t remember exactly.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question