Skip to content

Commit 5cb6a94

Browse files
author
github-actions
committed
update with project-syncing action
1 parent 87e1a82 commit 5cb6a94

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ group :test do
6868
# Use system testing [https://guides.rubyonrails.org/testing.html#system-testing]
6969
gem "capybara"
7070
gem "selenium-webdriver", "~> 4.11.0"
71+
gem "webdrivers"
7172
end
7273

7374
# AppDev Gems

Gemfile.lock

+5
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,10 @@ GEM
419419
activemodel (>= 6.0.0)
420420
bindex (>= 0.4.0)
421421
railties (>= 6.0.0)
422+
webdrivers (5.2.0)
423+
nokogiri (~> 1.6)
424+
rubyzip (>= 1.3.0)
425+
selenium-webdriver (~> 4.0)
422426
webmock (3.23.1)
423427
addressable (>= 2.8.0)
424428
crack (>= 0.3.2)
@@ -480,6 +484,7 @@ DEPENDENCIES
480484
turbo-rails
481485
tzinfo-data
482486
web-console
487+
webdrivers
483488
webmock
484489

485490
RUBY VERSION

0 commit comments

Comments
 (0)