A
A
Anton2016-01-29 16:04:36
Ruby on Rails
Anton, 2016-01-29 16:04:36

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

As far as I understand, it is not critical. But still I want to get rid of it, because I have not seen this before.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
C
CapeRatel, 2016-01-29
@CapeRatel

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.

V
Vladimir, 2016-02-01
@azrail_dev

stackoverflow.com/questions/3952243/warning-insecu...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question