Skip to content

Instantly share code, notes, and snippets.

@dewski
Created March 4, 2016 21:36
Show Gist options
  • Save dewski/e7e86c700c73627d5362 to your computer and use it in GitHub Desktop.
Save dewski/e7e86c700c73627d5362 to your computer and use it in GitHub Desktop.
group :development do
# Access an IRB console on exception pages or by using <%= console %> in views
gem 'web-console', '~> 3.0'
gem 'listen', '~> 3.0.5'
# 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'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment