File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ group :test do
78
78
# Note: selenium-webdriver 3.x is incompatible with Firefox version 48 and prior
79
79
# gem 'selenium' # Requires old version of selenium which is no longer available
80
80
gem 'geckodriver-helper' , '~> 0.24.0'
81
- gem 'selenium-webdriver' , '~> 4.17 '
81
+ gem 'selenium-webdriver' , '~> 4.18 '
82
82
83
83
# Note: nokogiri is needed by capybara which may require one of the below commands
84
84
# sudo apt-get install libxslt-dev libxml2-dev
Original file line number Diff line number Diff line change 184
184
rushover (0.3.0 )
185
185
json
186
186
rest-client
187
- selenium-webdriver (4.17.0 )
187
+ selenium-webdriver (4.18.1 )
188
188
base64 (~> 0.2 )
189
189
rexml (~> 3.2 , >= 3.2.5 )
190
190
rubyzip (>= 1.2.2 , < 3.0 )
243
243
nokogiri (~> 1.8 )
244
244
245
245
PLATFORMS
246
- aarch64-linux
247
246
arm64-darwin-22
248
247
arm64-darwin-23
249
248
x86_64-linux
@@ -280,7 +279,7 @@ DEPENDENCIES
280
279
rubocop (~> 1.60.2 )
281
280
rubyzip (~> 2.3 )
282
281
rushover (~> 0.3.0 )
283
- selenium-webdriver (~> 4.17 )
282
+ selenium-webdriver (~> 4.18 )
284
283
sinatra (~> 3.2 )
285
284
slack-notifier (~> 2.4 )
286
285
sqlite3 (~> 1.7 )
You can’t perform that action at this time.
0 commit comments