Commit Graph

8 Commits

Author SHA1 Message Date
Elliot Winkler 540e7dfee7 Update setup script using latest setup_script_generator
Particularly, the setup script now not only works with asdf but also
prefers it over rbenv for installing Ruby.

[ci skip]
2020-06-13 23:28:20 -06:00
Bill Ruddock 4b7244ac2d Remove heroku from setup
Unused anywhere in this repo
2020-06-13 22:26:09 -06:00
Bill Ruddock ccd539d726 Fix setup script for RedHat based linux
Use rpm= packages passed to install with yum.

Recognise yum in check-for-build-tools
2020-06-13 22:26:09 -06:00
Craig Buchek b7b44a5013 Support for folks using chruby 2019-07-06 00:07:22 -06:00
Craig Buchek 892a912c67 Fix installation of Heroku when using Homebrew 2019-07-06 00:06:42 -06:00
Elliot Winkler 99577107bb Fix setup script so it runs all the way through 2019-05-31 00:12:10 -06:00
Elliot Winkler 2ade5e20ae Lock Bundler to 1.x
Bundler 2.0 was released recently, but none of our lockfiles are
associated with this version — they all refer to Bundler 1.x.
Unfortunately, Travis is now attempting to use Bundler 2.0 by default,
so we have to ensure that it is using the correct version as well.
2019-01-28 19:54:22 -07:00
Elliot Winkler ff14d6ffc4 Update contributor docs, add maintainer docs
* Move section on documentation from README to CONTRIBUTING
* Add a setup script that contributors and maintainers can use to set up
  a dev environment

[skip ci]
2018-10-02 10:17:20 -03:00