.pryrc in markdown_exec-1.8.4 vs .pryrc in markdown_exec-1.8.5

- old
+ new

@@ -1,4 +1,5 @@ +binding.pry if defined?(PryByebug) Pry.config.pager = false Pry.commands.alias_command 'c', 'continue' Pry.commands.alias_command 'd', 'down' Pry.commands.alias_command 'f', 'finish'