Created
May 11, 2019 19:23
-
-
Save rwehresmann/8f063cb697d684ffb2e520d58db1abe8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ... | |
| group :development do | |
| gem 'listen', '>= 3.0.5', '< 3.2' | |
| # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring | |
| gem 'spring' | |
| gem 'spring-watcher-listen', '~> 2.0.0' | |
| # Manage env variables. | |
| gem 'dotenv-rails' | |
| end | |
| ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment