Files
yoga/gentest/Gemfile.lock
Eric Rozell ca4cf852aa 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
2023-06-13 12:40:09 -07:00

32 lines
625 B
Plaintext

GEM
remote: https://rubygems.org/
specs:
nokogiri (1.15.2-arm64-darwin)
racc (~> 1.4)
racc (1.7.0)
regexp_parser (2.8.1)
rexml (3.2.5)
rubyzip (2.3.2)
selenium-webdriver (4.10.0)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
watir (7.2.2)
regexp_parser (>= 1.2, < 3)
selenium-webdriver (~> 4.2)
webdrivers (5.2.0)
nokogiri (~> 1.6)
rubyzip (>= 1.3.0)
selenium-webdriver (~> 4.0)
websocket (1.2.9)
PLATFORMS
arm64-darwin-22
DEPENDENCIES
watir (~> 7.2.0)
webdrivers (~> 5.2.0)
BUNDLED WITH
2.4.10