Skip to content

Commit

Permalink
Fix pry v0.14 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
stanhu committed Jan 26, 2023
1 parent 2d49beb commit 77f1fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pry/shell/patches/pry_byebug.rb
Expand Up @@ -38,7 +38,7 @@ def pry_started?
end

def start_new_pry_session
@pry = Pry.start_without_pry_byebug(frame._binding, Pry::Shell.active_shell_options)
@pry = Pry::REPL.start_without_pry_byebug(frame._binding, Pry::Shell.active_shell_options)
end

def start_new_pry_repl
Expand Down

0 comments on commit 77f1fa7

Please sign in to comment.