LightTable / lighttable.com

Other
5 stars 8 forks source link

Update Gemfile to point to gem server source #18

Closed sbauer322 closed 8 years ago

sbauer322 commented 8 years ago

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.