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
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"