Gemfile in watir-6.0.0.beta5 vs Gemfile in watir-6.0.0
- old
+ new
@@ -6,7 +6,11 @@
if ENV['LOCAL_WEBIDL']
gem 'webidl', path: File.expand_path('../webidl')
end
+if ENV['LOCAL_SELENIUM']
+ gem 'selenium-webdriver', path: File.expand_path('../selenium/build/rb')
+end
+
# Specify your gem's dependencies in watir.gemspec
gemspec