Skip to content

Commit

Permalink
[build] fix requirements for bazel module
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Dec 20, 2023
1 parent b9e2bbe commit 2843a6b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rake_tasks/bazel.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

require 'English'
require 'open3'
require 'Rake'
require 'rake'
require 'io/wait'
require_relative 'selenium_rake/checks'

module Bazel
def self.execute(kind, args, target, &block)
Expand Down

0 comments on commit 2843a6b

Please sign in to comment.