Skip to content

Commit 318a698

Browse files
authored
Merge pull request #1078 from CHSS-IT/dependabot/bundler/selenium-webdriver-4.36.0
Bump selenium-webdriver from 4.35.0 to 4.36.0
2 parents b4e8cff + ca29186 commit 318a698

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ end
9797
group :test do
9898
# Adds support for Capybara system testing and selenium driver
9999
gem 'capybara', '~> 3.40'
100-
gem 'selenium-webdriver', '~> 4.35'
100+
gem 'selenium-webdriver', '~> 4.36'
101101
gem 'simplecov', '~> 0.22.0', require: false
102102
end
103103

Gemfile.lock

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ GEM
318318
reline (0.6.2)
319319
io-console (~> 0.5)
320320
report_action (1.1.0)
321-
rexml (3.4.2)
321+
rexml (3.4.4)
322322
roo (2.10.1)
323323
nokogiri (~> 1)
324324
rubyzip (>= 1.3.0, < 3.0.0)
@@ -355,9 +355,11 @@ GEM
355355
scout_apm (5.7.1)
356356
parser
357357
securerandom (0.4.1)
358-
selenium-webdriver (4.35.0)
358+
selenium-webdriver (4.36.0)
359359
base64 (~> 0.2)
360+
json (<= 2.13.2)
360361
logger (~> 1.4)
362+
prism (~> 1.0, < 1.5)
361363
rexml (~> 3.2, >= 3.2.5)
362364
rubyzip (>= 1.2.2, < 4.0)
363365
websocket (~> 1.0)
@@ -449,7 +451,7 @@ DEPENDENCIES
449451
roo (~> 2.10)
450452
rubocop-rails (~> 2.29)
451453
scout_apm (~> 5.7)
452-
selenium-webdriver (~> 4.35)
454+
selenium-webdriver (~> 4.36)
453455
sidekiq (~> 7.3)
454456
simplecov (~> 0.22.0)
455457
smarter_csv (~> 1.9)

0 commit comments

Comments
 (0)