aboutsummaryrefslogtreecommitdiffhomepage
path: root/Gemfile
diff options
context:
space:
mode:
authorMarkus Doits <markus.doits@stellenticket.de>2017-02-28 17:37:01 +0100
committerMarkus Doits <markus.doits@stellenticket.de>2017-02-28 17:37:01 +0100
commitb3bd8aaa57d803dae30235ec52a756afbd26358c (patch)
treeb9a5cf18067484dbb006ec87b9298c1f334a7fff /Gemfile
parent7f6dbe7804e476d739c9d8edd3d7f502db0b11fa (diff)
downloadpronto-hlint-b3bd8aaa57d803dae30235ec52a756afbd26358c.tar.gz
pronto-hlint-b3bd8aaa57d803dae30235ec52a756afbd26358c.tar.zst
pronto-hlint-b3bd8aaa57d803dae30235ec52a756afbd26358c.zip
add byebug, helps debugging sometimes
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index fa75df1..6732582 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,3 +1,5 @@
1source 'https://rubygems.org' 1source 'https://rubygems.org'
2 2
3gemspec 3gemspec
4
5require 'byebug'