Skip to content

Commit 2843a6b

Browse files
committed
[build] fix requirements for bazel module
1 parent b9e2bbe commit 2843a6b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

rake_tasks/bazel.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
require 'English'
44
require 'open3'
5-
require 'Rake'
5+
require 'rake'
6+
require 'io/wait'
7+
require_relative 'selenium_rake/checks'
68

79
module Bazel
810
def self.execute(kind, args, target, &block)

0 commit comments

Comments
 (0)