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 13c2b8a commit 18190c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pry/shell/patches/pry_byebug.rb
Original file line number Diff line number Diff line change
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 18190c0

Please sign in to comment.