Skip to content

Commit 5027a74

Browse files
committed
Update Pry prompt for 0.13.x
See comments in pry/pry#1849
1 parent 1a6590f commit 5027a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/console

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ methods = Travis::Console.instance_methods - Object.instance_methods
2929

3030
if $stdin.tty?
3131
require 'pry'
32-
console.pry(quiet: true, prompt: Pry::SIMPLE_PROMPT)
32+
console.pry(quiet: true, prompt: Pry::Prompt[:simple])
3333
else
3434
console.instance_eval $stdin.read
3535
end

0 commit comments

Comments
 (0)