Gemfile in watir-6.10.1 vs Gemfile in watir-6.10.2

- old
+ new

@@ -1,16 +1,16 @@ -source "http://rubygems.org" - -unless ENV['TRAVIS'] - gem "simplecov", ">= 0.3.5", platform: :ruby_19 -end - -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 +source "http://rubygems.org" + +unless ENV['TRAVIS'] + gem "simplecov", ">= 0.3.5", platform: :ruby_19 +end + +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