Skip to content

Commit 3c69c54

Browse files
committed
Release selenium-webdriver 3.5.1
1 parent b4720fc commit 3c69c54

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

rb/CHANGES

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
3.5.0 (2017-08-10)
29
==================
310

rb/selenium-webdriver.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ raise "cwd must be #{root} when reading gemspec" if root != Dir.pwd
55

66
Gem::Specification.new do |s|
77
s.name = 'selenium-webdriver'
8-
s.version = '3.5.0'
8+
s.version = '3.5.1'
99

1010
s.authors = ['Alex Rodionov', 'Titus Fortner']
1111

0 commit comments

Comments
 (0)