I can not raise the server in Rails Mac os

0

When trying to raise the server with Rails from the terminal, it turns out that I have the following problem:

MacBook-Pro-de-Brian:~ Brian$ rails new twitter
/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/rubygems.rb:241:in 'bin_path': can't find gem railties (>= 0.a) (Gem::GemNotFoundException)
    from /usr/local/bin/rails:22:in '<main>'
    
asked by Upset Grade 29.04.2018 в 22:31
source

1 answer

0

In my case it was solved using: gem install bundler and then gem install rails

    
answered by 03.05.2018 в 23:32