Gemfile in selenium-connect-3.3.1 vs Gemfile in selenium-connect-3.4.0
- old
+ new
@@ -1,3 +1,13 @@
source "https://rubygems.org"
gemspec
+
+# Using the master version to incorporate latest cops and bug fixes
+gem 'rubocop', git: 'https://github.com/bbatsov/rubocop.git', branch: 'master'
+gem 'rspec', '~> 2.14.1'
+gem 'guard-rspec', '~> 3.0.2'
+gem 'coveralls', '~> 0.6.7'
+gem 'flog'
+gem 'flay'
+gem 'ruby2ruby'
+gem 'reek', '1.3.1'