Skip to content

Commit 48fc40d

Browse files
committed
Ensure Pry is loaded when running rb:console target
1 parent d456395 commit 48fc40d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rb/BUILD.bazel

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ CDP_VERSIONS = [
1313
"v85",
1414
"v93",
1515
"v94",
16-
"v95"
16+
"v95",
1717
]
1818

1919
copy_file(
@@ -609,5 +609,6 @@ rb_binary(
609609
":firefox",
610610
":ie",
611611
":safari",
612+
"@bundle//:pry",
612613
],
613614
)

0 commit comments

Comments
 (0)