Skip to content

Commit 3296fdf

Browse files
committed
[rb] Release 4.20.1
1 parent 7ca4f5e commit 3296fdf

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.20.1 (2024-04-25)
2+
=========================
3+
4+
* Returned accidentally removed DriverFinder.path and deprecated it.
5+
16
4.20.0 (2024-04-24)
27
=========================
38

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.124.0)
55
selenium-webdriver (~> 4.2)
6-
selenium-webdriver (4.21.0.nightly)
6+
selenium-webdriver (4.20.1)
77
base64 (~> 0.2)
88
rexml (~> 3.2, >= 3.2.5)
99
rubyzip (>= 1.2.2, < 3.0)
@@ -41,6 +41,8 @@ GEM
4141
diff-lcs (1.5.1)
4242
drb (2.2.1)
4343
ffi (1.16.3)
44+
ffi (1.16.3-java)
45+
ffi (1.16.3-x64-mingw32)
4446
fileutils (1.7.2)
4547
git (1.19.1)
4648
addressable (~> 2.8)

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

0 commit comments

Comments
 (0)