From b0ec299375fdf5c404dec3a434c6b10d79bede32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=B5nis=20Simo?= Date: Sun, 3 Aug 2014 14:39:30 +0400 Subject: [PATCH] Remove pry-debugger dependency --- in.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/in.yml b/in.yml index eb29940..b5c7600 100644 --- a/in.yml +++ b/in.yml @@ -18,16 +18,6 @@ pry-docmore: - "? $`" url: https://github.com/rking/pry-docmore/wiki -pry-debugger: - commands: [ break, breakpoints, next, step, finish, continue ] - desc: >- - An essential gem. Turns Pry into a steppable debugger. - use cases: - - Making the basic "require'pry';binding.pry" from a script come alive. - - In conjunction with plymouth or pry-rescue, to explore failing tests. - - Following calls into other libs. - url: https://github.com/banister/pry-debugger#readme - pry-stack_explorer: commands: [ show-stack, up, down, frame ] use cases: