summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index a0cd116..8d3be30 100644
--- a/Gemfile
+++ b/Gemfile
@@ -31,5 +31,6 @@ gem 'capistrano' # deploy with Capistrano
group :development do
gem 'thin'
- gem 'debugger'
-end \ No newline at end of file
+ #gem 'debugger' -> you're probably on a too recent ruby
+ gem 'byebug'
+end