codeforamerica / honeycrisp-gem

A Rails gem with base styles and Javascript for Code for America products
http://honeycrisp.herokuapp.com
MIT License
24 stars 8 forks source link

update readme to specify 'main' as the branch name #268

Closed fionatagious closed 3 years ago

fionatagious commented 3 years ago

When trying to use the honeycrisp gem, we ran bundle install and received the error:

fatal: Needed a single revision
Revision master does not exist in the repository https://github.com/codeforamerica/honeycrisp-gem. Maybe you misspelled it?

In order to get bundle install to work, we needed to specify main as the branch name in Gemfile. See: https://github.com/rubygems/rubygems/issues/4009