When attempting to run bundle install for the first time per the README file I am prompted with the following:
Your Gemfile has no gem server sources. If you need gems that are not already on your machine, add a line like this to your Gemfile:
source 'https://rubygems.org'
This feels reasonable and adding the line to the top of the Gemfile solves the problem, but either our Gemfile should be updated or the README should mention it.
When attempting to run
bundle install
for the first time per the README file I am prompted with the following:This feels reasonable and adding the line to the top of the Gemfile solves the problem, but either our Gemfile should be updated or the README should mention it.