Skip to content

Commit f034dc5

Browse files
committed
[rb] Setting nightly version
1 parent 866c76c commit f034dc5

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

rb/Gemfile.lock

Lines changed: 1 addition & 3 deletions
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.20.0)
6+
selenium-webdriver (4.21.0.nightly)
77
base64 (~> 0.2)
88
rexml (~> 3.2, >= 3.2.5)
99
rubyzip (>= 1.2.2, < 3.0)
@@ -41,8 +41,6 @@ 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)
4644
fileutils (1.7.2)
4745
git (1.19.1)
4846
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.20.0'
22+
VERSION = '4.21.0.nightly'
2323
end # WebDriver
2424
end # Selenium

0 commit comments

Comments
 (0)