Update watir to 7.2.0

Summary: I was not able to run `ruby gentest.rb` from Yoga. Updating watir seems to fix the issue.

Reviewed By: shwanton, NickGerleman

Differential Revision: D46687292

fbshipit-source-id: 9922996144aa23fc7fa2f0dcb372367121689598
This commit is contained in:
Eric Rozell
2023-06-13 12:40:09 -07:00
committed by Facebook GitHub Bot
parent 2d19f45c86
commit ca4cf852aa
2 changed files with 10 additions and 14 deletions

View File

@@ -1,4 +1,4 @@
source "https://rubygems.org"
gem 'watir', '~>6.19.0'
gem 'watir', '~>7.2.0'
gem 'webdrivers', '~> 5.2.0'