summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 22b6ae6..1f07fda 100644
--- a/Gemfile
+++ b/Gemfile
@@ -24,7 +24,9 @@ gem 'jbuilder', '~> 2.0'
gem 'sdoc', '~> 0.4.0', group: :doc
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
-gem 'spring', group: :development
+gem 'spring', group: :development
+gem 'listen', group: :development
+gem 'byebug', group: :development
# Use ActiveModel has_secure_password
# gem 'bcrypt', '~> 3.1.7'