Skip to content

Commit

Permalink
Ensure Pry is loaded when running rb:console target
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed Oct 11, 2021
1 parent d456395 commit 48fc40d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rb/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ CDP_VERSIONS = [
"v85",
"v93",
"v94",
"v95"
"v95",
]

copy_file(
Expand Down Expand Up @@ -609,5 +609,6 @@ rb_binary(
":firefox",
":ie",
":safari",
"@bundle//:pry",
],
)

0 comments on commit 48fc40d

Please sign in to comment.