Skip to content

Commit 11502c8

Browse files
committed
Release Ruby 4.8.6
1 parent 1a22a8b commit 11502c8

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

rb/CHANGES

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1+
4.8.6 (2023-03-29)
2+
=========================
3+
Ruby:
4+
* Properly escape arguments passed to Selenium Manager
5+
16
4.8.5 (2023-03-28)
27
=========================
38
Ruby:
49
* Wrapping browser name in quotes when calling Selenium Manager
510

6-
711
4.8.4 (2023-03-28)
812
=========================
913
Ruby:

rb/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ PATH
33
specs:
44
selenium-devtools (0.111.0)
55
selenium-webdriver (~> 4.2)
6-
selenium-webdriver (4.8.5)
6+
selenium-webdriver (4.8.6)
77
rexml (~> 3.2, >= 3.2.5)
88
rubyzip (>= 1.2.2, < 3.0)
99
websocket (~> 1.0)

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.8.5'
22+
VERSION = '4.8.6'
2323
end # WebDriver
2424
end # Selenium

0 commit comments

Comments
 (0)