Gemfile in watir-6.13.0 vs Gemfile in watir-6.14.0
- old
+ new
@@ -1,16 +1,10 @@
-source "http://rubygems.org"
+source 'http://rubygems.org'
-unless ENV['TRAVIS']
- gem "simplecov", ">= 0.3.5", platform: :ruby_19
-end
+gem 'simplecov', '>= 0.3.5', platform: :ruby_19 unless ENV['TRAVIS']
-if ENV['LOCAL_WEBIDL']
- gem 'webidl', path: File.expand_path('../webidl')
-end
+gem 'webidl', path: File.expand_path('../webidl') if ENV['LOCAL_WEBIDL']
-if ENV['LOCAL_SELENIUM']
- gem 'selenium-webdriver', path: File.expand_path('../selenium/build/rb')
-end
+gem 'selenium-webdriver', path: File.expand_path('../selenium/build/rb') if ENV['LOCAL_SELENIUM']
# Specify your gem's dependencies in watir.gemspec
gemspec