Skip to content

Instantly share code, notes, and snippets.

@marcoroman89
Created August 2, 2013 21:07
Show Gist options
  • Save marcoroman89/6143465 to your computer and use it in GitHub Desktop.
Save marcoroman89/6143465 to your computer and use it in GitHub Desktop.
Cannot run rails server after ruby 2.0 and rails 4.0 installation
Marcos-MacBook-Pro:~ marcoroman$ rails -v
Rails 4.0.0
Marcos-MacBook-Pro:~ marcoroman$ ruby -v
ruby 2.0.0p247 (2013-06-27 revision 41674) [x86_64-darwin12.4.0]
Marcos-MacBook-Pro:~ marcoroman$ cd blog
Marcos-MacBook-Pro:blog marcoroman$ ls
Gemfile Rakefile bin config.ru lib public tmp
README.rdoc app config db log test vendor
Marcos-MacBook-Pro:blog marcoroman$ rails server
/usr/local/rvm/rubies/ruby-2.0.0-p247/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:51:in `require': cannot load such file -- bundler/setup (LoadError)
from /usr/local/rvm/rubies/ruby-2.0.0-p247/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:51:in `require'
from /Users/marcoroman/blog/config/boot.rb:4:in `<top (required)>'
from bin/rails:3:in `require_relative'
from bin/rails:3:in `<main>'
Marcos-MacBook-Pro:blog marcoroman$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment