.pryrc in pg_ha_migrations-1.6.0 vs .pryrc in pg_ha_migrations-1.7.0
- old
+ new
@@ -1,10 +1,10 @@
-if defined?(PryByebug)
- Pry.commands.alias_command 'c', 'continue'
- Pry.commands.alias_command 's', 'step'
- Pry.commands.alias_command 'n', 'next'
- Pry.commands.alias_command 'f', 'finish'
-end
+require "pry-byebug"
+
+Pry.commands.alias_command 'c', 'continue'
+Pry.commands.alias_command 's', 'step'
+Pry.commands.alias_command 'n', 'next'
+Pry.commands.alias_command 'f', 'finish'
# https://github.com/pry/pry/issues/1275#issuecomment-131969510
# Prevent issue where text input does not display on screen in container after typing Ctrl-C in a pry repl
at_exit do
exit!(1)