Remove gems:
- sping_commands_rspec - Many people no longer user spring, therefore I'm not expecting rspec to be run with spring after gen-ing with this template
- faker - This is not a necessary dev dependency. You can easily get by without it.
- pry - Replaced with
pry-rails
Add gems:
- dotenv-rails - Manage environment variables
- pry-rails - (see above)
- rubocop - Code formatting and linting
Lastly, I added some new steps to the template:
- Generate an
.env.example
file - Convert all erb to haml