Skip to content

Instantly share code, notes, and snippets.

@rwehresmann
Created May 11, 2019 19:23
Show Gist options
  • Select an option

  • Save rwehresmann/8f063cb697d684ffb2e520d58db1abe8 to your computer and use it in GitHub Desktop.

Select an option

Save rwehresmann/8f063cb697d684ffb2e520d58db1abe8 to your computer and use it in GitHub Desktop.
...
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