Skip to content

Commit

Permalink
Add the selenium chromium driver
Browse files Browse the repository at this point in the history
  • Loading branch information
abdelp committed May 29, 2020
1 parent ef4149e commit 3609327
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ group :development, :test do
# The following gems aids with the nuts and bolts
# of interacting with the browser.
gem 'database_cleaner', '~> 1.8', '>= 1.8.5'
gem 'selenium-webdriver', '~> 3.142', '>= 3.142.7'
end

group :test do
Expand Down
6 changes: 6 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ GEM
rack-test (>= 0.6.3)
regexp_parser (~> 1.5)
xpath (~> 3.2)
childprocess (3.0.0)
coffee-rails (4.2.2)
coffee-script (>= 2.2.0)
railties (>= 4.0.0)
Expand Down Expand Up @@ -192,6 +193,7 @@ GEM
rubocop (>= 0.72.0)
ruby-progressbar (1.10.1)
ruby_dep (1.5.0)
rubyzip (2.3.0)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
Expand All @@ -203,6 +205,9 @@ GEM
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3)
selenium-webdriver (3.142.7)
childprocess (>= 0.5, < 4.0)
rubyzip (>= 1.2.2)
shoulda-matchers (4.3.0)
activesupport (>= 4.2.0)
spring (2.1.0)
Expand Down Expand Up @@ -263,6 +268,7 @@ DEPENDENCIES
rubocop
rubocop-rails
sass-rails (~> 5.0)
selenium-webdriver (~> 3.142, >= 3.142.7)
shoulda-matchers
spring
spring-watcher-listen (~> 2.0.0)
Expand Down

0 comments on commit 3609327

Please sign in to comment.