Commit Graph

7 Commits

Author SHA1 Message Date
Elliot Winkler e2154f9e4e Simplify Rubocop configuration
The original Rubocop configuration was copied from other thoughtbot
projects. Of course, Rubocop comes with its own set of default settings.
Therefore, we don't need to re-specify settings that it already has --
we only need to specify the ones that we're overriding.

Besides this, Rubocop isn't even in the Gemfile, so even though Hound
runs on GitHub automatically, it'd be nice to spot style issues as you
are editing files.

Given this, this commit simplifies the Rubocop configuration and also
adds Rubocop to the Gemfile so that you can configure your editor to
lint files as you are editing them.
2018-10-04 21:30:01 -03:00
Elliot Winkler 843e980bfd Update Appraisal lockfiles 2018-09-16 12:17:33 -06:00
Elliot Winkler 65154bb35d Upgrade Rake
[ci skip]
2018-01-25 21:37:06 -06:00
Elliot Winkler 96a6eb2cfe Upgrade Appraisal to 2.2.0 2018-01-24 00:30:10 -06:00
Elliot Winkler cb90edf632 Upgrade Rake so that using Zeus will work 2018-01-23 21:52:35 -06:00
Elliot Winkler 5fec4cd4c9 Add missing dependencies to 5.1 Appraisal
This was preventing acceptance tests from running.
2017-09-28 01:09:22 -05:00
Elliot Winkler c288843e39 Run tests under Rails 5.1 on Travis 2017-09-17 18:28:37 -05:00