diff options
author | Markus Doits <markus.doits@stellenticket.de> | 2017-02-28 17:37:01 +0100 |
---|---|---|
committer | Markus Doits <markus.doits@stellenticket.de> | 2017-02-28 17:37:01 +0100 |
commit | b3bd8aaa57d803dae30235ec52a756afbd26358c (patch) | |
tree | b9a5cf18067484dbb006ec87b9298c1f334a7fff /Gemfile | |
parent | 7f6dbe7804e476d739c9d8edd3d7f502db0b11fa (diff) | |
download | pronto-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-- | Gemfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ | |||
1 | source 'https://rubygems.org' | 1 | source 'https://rubygems.org' |
2 | 2 | ||
3 | gemspec | 3 | gemspec |
4 | |||
5 | require 'byebug' | ||