Skip to content

Commit 90ba3b6

Browse files
committed
rem selenium/client and bump version
1 parent 5f3a2ba commit 90ba3b6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/sauce/selenium.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
require "forwardable"
22
require "sauce/driver_pool"
33

4-
require "selenium/client"
54
require "selenium/webdriver"
65

76
require 'selenium/webdriver/remote/http/persistent'

lib/sauce/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Sauce
22
MAJOR_VERSION = '3.7'
3-
PATCH_VERSION = '2'
3+
PATCH_VERSION = '3'
44

55
def version
66
"#{MAJOR_VERSION}.#{PATCH_VERSION}"

0 commit comments

Comments
 (0)