summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorkwadronaut <kwadronaut@leap.se>2017-03-02 20:41:19 +0100
committerkwadronaut <kwadronaut@leap.se>2017-03-02 20:41:19 +0100
commitc0581246e43d8fd5fcb4072ce4b87d6c5a36f25d (patch)
tree00b5b42ac07c4b5b40373d4ad2b60776d2517c94 /Gemfile
parent811dca2e5e8b92c5a9adac61189d99f7443d06db (diff)
update gems and deps
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