@@ -261,7 +261,7 @@ rb_test(
261
261
"--force-color" ,
262
262
"rb/spec" ,
263
263
],
264
- bin = "@bundle//:bin/rspec" ,
264
+ main = "@bundle//:bin/rspec" ,
265
265
tags = [
266
266
"no-sandbox" ,
267
267
"requires-network" ,
@@ -287,7 +287,7 @@ rb_test(
287
287
"--force-color" ,
288
288
"rb/spec" ,
289
289
],
290
- bin = "@bundle//:bin/rspec" ,
290
+ main = "@bundle//:bin/rspec" ,
291
291
tags = [
292
292
"no-sandbox" ,
293
293
"requires-network" ,
@@ -313,7 +313,7 @@ rb_test(
313
313
"--force-color" ,
314
314
"rb/spec" ,
315
315
],
316
- bin = "@bundle//:bin/rspec" ,
316
+ main = "@bundle//:bin/rspec" ,
317
317
tags = [
318
318
"no-sandbox" ,
319
319
"requires-network" ,
@@ -339,7 +339,7 @@ rb_test(
339
339
"--force-color" ,
340
340
"rb/spec" ,
341
341
],
342
- bin = "@bundle//:bin/rspec" ,
342
+ main = "@bundle//:bin/rspec" ,
343
343
tags = [
344
344
"no-sandbox" ,
345
345
"requires-network" ,
@@ -365,14 +365,14 @@ rb_test(
365
365
"--force-color" ,
366
366
"rb/spec" ,
367
367
],
368
- bin = "@bundle//:bin/rspec" ,
368
+ main = "@bundle//:bin/rspec" ,
369
369
tags = [
370
370
"no-sandbox" ,
371
371
"requires-network" ,
372
372
],
373
373
deps = [
374
- ":remote" ,
375
374
":ie" ,
375
+ ":remote" ,
376
376
"@bundle" ,
377
377
],
378
378
)
@@ -389,7 +389,7 @@ rb_test(
389
389
"--force-color" ,
390
390
"rb/spec" ,
391
391
],
392
- bin = "@bundle//:bin/rspec" ,
392
+ main = "@bundle//:bin/rspec" ,
393
393
tags = [
394
394
"no-sandbox" ,
395
395
"requires-network" ,
@@ -414,7 +414,7 @@ rb_test(
414
414
"--force-color" ,
415
415
"rb/spec" ,
416
416
],
417
- bin = "@bundle//:bin/rspec" ,
417
+ main = "@bundle//:bin/rspec" ,
418
418
tags = [
419
419
"no-sandbox" ,
420
420
"requires-network" ,
@@ -439,7 +439,7 @@ rb_test(
439
439
"--force-color" ,
440
440
"rb/spec" ,
441
441
],
442
- bin = "@bundle//:bin/rspec" ,
442
+ main = "@bundle//:bin/rspec" ,
443
443
tags = [
444
444
"no-sandbox" ,
445
445
"requires-network" ,
@@ -469,7 +469,7 @@ rb_test(
469
469
"--force-color" ,
470
470
"rb/spec" ,
471
471
],
472
- bin = "@bundle//:bin/rspec" ,
472
+ main = "@bundle//:bin/rspec" ,
473
473
tags = [
474
474
"no-sandbox" ,
475
475
"requires-network" ,
@@ -496,7 +496,7 @@ rb_test(
496
496
"--force-color" ,
497
497
"rb/spec" ,
498
498
],
499
- bin = "@bundle//:bin/rspec" ,
499
+ main = "@bundle//:bin/rspec" ,
500
500
tags = [
501
501
"no-sandbox" ,
502
502
"requires-network" ,
@@ -523,7 +523,7 @@ rb_test(
523
523
"--force-color" ,
524
524
"rb/spec" ,
525
525
],
526
- bin = "@bundle//:bin/rspec" ,
526
+ main = "@bundle//:bin/rspec" ,
527
527
tags = [
528
528
"no-sandbox" ,
529
529
"requires-network" ,
@@ -550,7 +550,7 @@ rb_test(
550
550
"--force-color" ,
551
551
"rb/spec" ,
552
552
],
553
- bin = "@bundle//:bin/rspec" ,
553
+ main = "@bundle//:bin/rspec" ,
554
554
tags = [
555
555
"no-sandbox" ,
556
556
"requires-network" ,
@@ -576,14 +576,14 @@ rb_test(
576
576
"--force-color" ,
577
577
"rb/spec" ,
578
578
],
579
- bin = "@bundle//:bin/rspec" ,
579
+ main = "@bundle//:bin/rspec" ,
580
580
tags = [
581
581
"no-sandbox" ,
582
582
"requires-network" ,
583
583
],
584
584
deps = [
585
- ":remote" ,
586
585
":ie" ,
586
+ ":remote" ,
587
587
"@bundle" ,
588
588
],
589
589
)
@@ -601,7 +601,7 @@ rb_test(
601
601
"--force-color" ,
602
602
"rb/spec" ,
603
603
],
604
- bin = "@bundle//:bin/rspec" ,
604
+ main = "@bundle//:bin/rspec" ,
605
605
tags = [
606
606
"no-sandbox" ,
607
607
"requires-network" ,
@@ -628,7 +628,7 @@ rb_binary(
628
628
"rb/CHANGES" ,
629
629
"rb/README.md" ,
630
630
],
631
- bin = "@bundle//:bin/yard" ,
631
+ main = "@bundle//:bin/yard" ,
632
632
deps = ["@bundle" ],
633
633
)
634
634
@@ -650,7 +650,7 @@ rb_binary(
650
650
"rb/selenium-devtools.gemspec" ,
651
651
"rb/selenium-webdriver.gemspec" ,
652
652
],
653
- bin = "@bundle//:bin/rubocop" ,
653
+ main = "@bundle//:bin/rubocop" ,
654
654
deps = [
655
655
"@bundle" ,
656
656
],
@@ -662,7 +662,7 @@ rb_binary(
662
662
"-rselenium-webdriver" ,
663
663
"-rselenium/devtools" ,
664
664
],
665
- bin = "@bundle//:bin/pry" ,
665
+ main = "@bundle//:bin/pry" ,
666
666
deps = [
667
667
":bidi" ,
668
668
":chrome" ,
0 commit comments