Skip to content

Commit a8e9c4d

Browse files
committed
[rb] update version and changelog for 4.13.1
1 parent 2774381 commit a8e9c4d

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

rb/CHANGES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
4.13.1 (2023-09-25)
2+
=========================
3+
Ruby:
4+
* Fix bug preventing logging chromedriver to file
5+
16
4.13.0 (2023-09-25)
27
=========================
38
Ruby:

rb/Gemfile.lock

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ PATH
33
specs:
44
selenium-devtools (0.117.0)
55
selenium-webdriver (~> 4.2)
6-
selenium-webdriver (4.13.0)
6+
selenium-webdriver (4.13.1)
77
rexml (~> 3.2, >= 3.2.5)
88
rubyzip (>= 1.2.2, < 3.0)
99
websocket (~> 1.0)
@@ -25,13 +25,15 @@ GEM
2525
irb (1.7.0)
2626
reline (>= 0.3.0)
2727
json (2.6.3)
28+
json (2.6.3-java)
2829
language_server-protocol (3.17.0.3)
2930
parallel (1.23.0)
3031
parser (3.2.2.3)
3132
ast (~> 2.4.1)
3233
racc
3334
public_suffix (5.0.1)
3435
racc (1.7.1)
36+
racc (1.7.1-java)
3537
rack (2.2.7)
3638
rainbow (3.1.1)
3739
rake (13.0.6)

rb/lib/selenium/webdriver/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919

2020
module Selenium
2121
module WebDriver
22-
VERSION = '4.14.0.nightly'
22+
VERSION = '4.13.1'
2323
end # WebDriver
2424
end # Selenium

0 commit comments

Comments
 (0)