Skip to content

Commit

Permalink
Update gempsec and gems
Browse files Browse the repository at this point in the history
  • Loading branch information
twalpole committed Apr 8, 2019
1 parent c8a6816 commit 88fb475
Show file tree
Hide file tree
Showing 18 changed files with 9 additions and 4 deletions.
4 changes: 4 additions & 0 deletions rb/.rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
require:
- rubocop-performance
- rubocop-rspec

AllCops:
TargetRubyVersion: 2.3

Naming/RescuedExceptionsVariableName:
Enabled: false

Layout/SpaceInsideHashLiteralBraces:
EnforcedStyle: no_space

Expand Down
7 changes: 4 additions & 3 deletions rb/selenium-webdriver.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Gem::Specification.new do |s|
s.name = 'selenium-webdriver'
s.version = Selenium::WebDriver::VERSION

s.authors = ['Alex Rodionov', 'Titus Fortner']
s.email = ['p0deje@gmail.com', 'titusfortner@gmail.com']
s.authors = ['Alex Rodionov', 'Titus Fortner', 'Thomas Walpole']
s.email = ['p0deje@gmail.com', 'titusfortner@gmail.com', 'twalpole@gmail.com']

s.summary = 'The next generation developer focused tool for automated testing of webapps'
s.description = 'WebDriver is a tool for writing automated tests of websites. ' \
Expand Down Expand Up @@ -39,7 +39,8 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rack', ['~> 2.0']
s.add_development_dependency 'rake'
s.add_development_dependency 'rspec', ['~> 3.0']
s.add_development_dependency 'rubocop', ['~> 0.64.0']
s.add_development_dependency 'rubocop', ['~> 0.67.0']
s.add_development_dependency 'rubocop-performance'
s.add_development_dependency 'rubocop-rspec'
s.add_development_dependency 'webmock', ['~> 3.5']
s.add_development_dependency 'yard', ['~> 0.9.11']
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ def create_safari_preview_driver(opt = {})

def keep_alive_client
require 'selenium/webdriver/remote/http/persistent'
STDERR.puts 'INFO: using net-http-persistent'
STDERR.puts 'INFO: using net-http-persistent' # rubocop:disable Style/StderrPuts

Selenium::WebDriver::Remote::Http::Persistent.new
rescue LoadError
Expand Down
Binary file removed third_party/rb/vendor/cache/parallel-1.14.0.gem
Binary file not shown.
Binary file not shown.
Binary file removed third_party/rb/vendor/cache/parser-2.6.0.0.gem
Binary file not shown.
Binary file added third_party/rb/vendor/cache/parser-2.6.2.1.gem
Binary file not shown.
Binary file removed third_party/rb/vendor/cache/powerpack-0.1.2.gem
Binary file not shown.
Binary file added third_party/rb/vendor/cache/psych-3.1.0.gem
Binary file not shown.
Binary file removed third_party/rb/vendor/cache/rack-2.0.6.gem
Binary file not shown.
Binary file added third_party/rb/vendor/cache/rack-2.0.7.gem
Binary file not shown.
Binary file removed third_party/rb/vendor/cache/rubocop-0.64.0.gem
Binary file not shown.
Binary file added third_party/rb/vendor/cache/rubocop-0.67.2.gem
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed third_party/rb/vendor/cache/yard-0.9.18.gem
Binary file not shown.
Binary file added third_party/rb/vendor/cache/yard-0.9.19.gem
Binary file not shown.

0 comments on commit 88fb475

Please sign in to comment.