We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4720fc commit 3c69c54Copy full SHA for 3c69c54
rb/CHANGES
@@ -1,3 +1,10 @@
1
+3.5.1 (2017-08-15)
2
+==================
3
+
4
+Ruby:
5
+ * Fixed a bug when Chrome/Firefox (and probably other) drivers could not be
6
+ started on JRuby (issue #4453).
7
8
3.5.0 (2017-08-10)
9
==================
10
rb/selenium-webdriver.gemspec
@@ -5,7 +5,7 @@ raise "cwd must be #{root} when reading gemspec" if root != Dir.pwd
Gem::Specification.new do |s|
s.name = 'selenium-webdriver'
- s.version = '3.5.0'
+ s.version = '3.5.1'
s.authors = ['Alex Rodionov', 'Titus Fortner']
11
s.email = ['p0deje@gmail.com', 'titusfortner@gmail.com']
0 commit comments