I\'m new to Rails and am currently working through a guide. The guide states:
Use a text editor to update the Gemfile needed by Bundler with the co
Think more about what you are installing and navigate Gemfile folder, then try using sudo bundle install
1 make sure that the file is Gemfile
instead of gemfile
.
2 make sure you're in the same directory as the Gemfile
.
Search for the Gemfile file in your project, go to that directory and then run "bundle install". prior to running this command make sure you have installed the gem "sudo gem install bundler"