Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update webdrivers & capybara #1928

Merged
merged 2 commits into from
Aug 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ group :test do
gem "rspec-rails", "~> 4.0.0"
gem "rails-controller-testing"
# Adds support for Capybara system testing and selenium driver
gem "capybara", "3.36"
gem "capybara"
gem "selenium-webdriver"
# Easy installation and use of web drivers to run system tests with browsers
gem "webdrivers"
gem "webdrivers", ">= 5.3.0"
gem "fuubar"
gem "simplecov", require: false
gem "simplecov-cobertura"
Expand Down
38 changes: 19 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ GEM
activerecord (>= 6.0, < 7.1)
acts_as_list (1.1.0)
activerecord (>= 4.2)
addressable (2.8.1)
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
annotate (3.2.0)
activerecord (>= 3.2, < 8.0)
Expand Down Expand Up @@ -131,7 +131,7 @@ GEM
bump (0.10.0)
bundler-integrity (1.0.9)
byebug (11.1.3)
capybara (3.36.0)
capybara (3.39.2)
addressable
matrix
mini_mime (>= 0.1.3)
Expand All @@ -141,7 +141,6 @@ GEM
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
chartkick (4.2.1)
childprocess (4.1.0)
concurrent-ruby (1.2.2)
countries (4.2.3)
i18n_data (~> 0.16.0)
Expand Down Expand Up @@ -254,8 +253,8 @@ GEM
actionpack (>= 3.2.0, < 7.1)
method_source (1.0.0)
mini_magick (4.12.0)
mini_mime (1.1.2)
mini_portile2 (2.8.2)
mini_mime (1.1.5)
mini_portile2 (2.8.4)
minitest (5.19.0)
msgpack (1.5.6)
multi_xml (0.6.0)
Expand All @@ -269,10 +268,10 @@ GEM
net-smtp (0.3.3)
net-protocol
nio4r (2.5.9)
nokogiri (1.15.2)
nokogiri (1.15.4)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.15.2-x86_64-linux)
nokogiri (1.15.4-x86_64-linux)
racc (~> 1.4)
orm_adapter (0.5.0)
pagy (6.0.4)
Expand All @@ -283,13 +282,13 @@ GEM
prefixed_ids (1.4.0)
hashids (>= 1.0.0, < 2.0.0)
rails (>= 6.0.0)
public_suffix (5.0.1)
public_suffix (5.0.3)
puma (5.6.5)
nio4r (~> 2.0)
pundit (2.2.0)
activesupport (>= 3.0.0)
racc (1.7.1)
rack (2.2.7)
rack (2.2.8)
rack-test (2.1.0)
rack (>= 1.3)
rails (6.1.7.4)
Expand Down Expand Up @@ -336,11 +335,11 @@ GEM
rb-inotify (0.10.1)
ffi (~> 1.0)
redis (4.8.1)
regexp_parser (2.7.0)
regexp_parser (2.8.1)
responders (3.0.1)
actionpack (>= 5.0)
railties (>= 5.0)
rexml (3.2.5)
rexml (3.2.6)
rspec-core (3.11.0)
rspec-support (~> 3.11.0)
rspec-expectations (3.11.1)
Expand Down Expand Up @@ -381,10 +380,10 @@ GEM
ruby-vips (2.1.4)
ffi (~> 1.12)
rubyzip (2.3.2)
selenium-webdriver (4.1.0)
childprocess (>= 0.5, < 5.0)
selenium-webdriver (4.10.0)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
simple_po_parser (1.1.6)
simplecov (0.22.0)
docile (~> 1.1)
Expand Down Expand Up @@ -433,14 +432,15 @@ GEM
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
railties (>= 6.0.0)
webdrivers (5.2.0)
webdrivers (5.3.1)
nokogiri (~> 1.6)
rubyzip (>= 1.3.0)
selenium-webdriver (~> 4.0)
selenium-webdriver (~> 4.0, < 4.11)
webmock (3.18.1)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
websocket (1.2.9)
websocket-driver (0.7.5)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
Expand Down Expand Up @@ -469,7 +469,7 @@ DEPENDENCIES
bump
bundler-integrity (~> 1.0)
byebug
capybara (= 3.36)
capybara
chartkick
countries
cssbundling-rails
Expand Down Expand Up @@ -519,9 +519,9 @@ DEPENDENCIES
test-prof
tzinfo-data
web-console (>= 3.3.0)
webdrivers
webdrivers (>= 5.3.0)
webmock
zeitwerk

BUNDLED WITH
2.4.12
2.4.18
4 changes: 2 additions & 2 deletions gemfiles/rails_6.0_ruby_3.0.3.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ end
group :test do
gem "rspec-rails", "~> 4.0.0"
gem "rails-controller-testing"
gem "capybara", "3.36"
gem "capybara"
gem "selenium-webdriver"
gem "webdrivers"
gem "webdrivers", ">= 5.3.0"
gem "fuubar"
gem "simplecov", require: false
gem "simplecov-cobertura"
Expand Down
34 changes: 17 additions & 17 deletions gemfiles/rails_6.0_ruby_3.0.3.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
avo (2.38.0)
avo (2.39.0)
actionview (>= 6.0)
active_link_to
activerecord (>= 6.0)
Expand Down Expand Up @@ -83,7 +83,7 @@ GEM
activerecord (>= 6.0, < 7.1)
acts_as_list (1.1.0)
activerecord (>= 4.2)
addressable (2.8.2)
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
annotate (3.2.0)
activerecord (>= 3.2, < 8.0)
Expand Down Expand Up @@ -126,7 +126,7 @@ GEM
bump (0.10.0)
bundler-integrity (1.0.9)
byebug (11.1.3)
capybara (3.36.0)
capybara (3.39.2)
addressable
matrix
mini_mime (>= 0.1.3)
Expand Down Expand Up @@ -246,7 +246,7 @@ GEM
actionpack (>= 3.2.0, < 7.1)
method_source (1.0.0)
mini_magick (4.12.0)
mini_mime (1.1.2)
mini_mime (1.1.5)
minitest (5.18.0)
msgpack (1.7.0)
multi_xml (0.6.0)
Expand All @@ -260,9 +260,9 @@ GEM
net-smtp (0.3.3)
net-protocol
nio4r (2.5.9)
nokogiri (1.14.3-arm64-darwin)
nokogiri (1.15.4-arm64-darwin)
racc (~> 1.4)
nokogiri (1.14.3-x86_64-linux)
nokogiri (1.15.4-x86_64-linux)
racc (~> 1.4)
orm_adapter (0.5.0)
pagy (6.0.4)
Expand All @@ -274,13 +274,13 @@ GEM
hashids (>= 1.0.0, < 2.0.0)
rails (>= 6.0.0)
prettier_print (1.2.1)
public_suffix (5.0.1)
public_suffix (5.0.3)
puma (5.6.5)
nio4r (~> 2.0)
pundit (2.3.0)
activesupport (>= 3.0.0)
racc (1.6.2)
rack (2.2.6.4)
racc (1.7.1)
rack (2.2.8)
rack-test (2.1.0)
rack (>= 1.3)
rails (6.0.5.1)
Expand Down Expand Up @@ -326,11 +326,11 @@ GEM
rb-inotify (0.10.1)
ffi (~> 1.0)
redis (4.8.1)
regexp_parser (2.7.0)
regexp_parser (2.8.1)
responders (3.1.0)
actionpack (>= 5.2)
railties (>= 5.2)
rexml (3.2.5)
rexml (3.2.6)
rspec-core (3.12.1)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.2)
Expand Down Expand Up @@ -371,7 +371,7 @@ GEM
ruby-vips (2.1.4)
ffi (~> 1.12)
rubyzip (2.3.2)
selenium-webdriver (4.8.6)
selenium-webdriver (4.10.0)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
Expand Down Expand Up @@ -426,10 +426,10 @@ GEM
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
railties (>= 6.0.0)
webdrivers (5.2.0)
webdrivers (5.3.1)
nokogiri (~> 1.6)
rubyzip (>= 1.3.0)
selenium-webdriver (~> 4.0)
selenium-webdriver (~> 4.0, < 4.11)
webmock (3.18.1)
addressable (>= 2.8.0)
crack (>= 0.3.2)
Expand Down Expand Up @@ -464,7 +464,7 @@ DEPENDENCIES
bump
bundler-integrity (~> 1.0)
byebug
capybara (= 3.36)
capybara
chartkick
countries
cssbundling-rails
Expand Down Expand Up @@ -514,9 +514,9 @@ DEPENDENCIES
test-prof
tzinfo-data
web-console (>= 3.3.0)
webdrivers
webdrivers (>= 5.3.0)
webmock
zeitwerk

BUNDLED WITH
2.4.14
2.4.18
4 changes: 2 additions & 2 deletions gemfiles/rails_6.0_ruby_3.2.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ end
group :test do
gem "rspec-rails", "~> 4.0.0"
gem "rails-controller-testing"
gem "capybara", "3.36"
gem "capybara"
gem "selenium-webdriver"
gem "webdrivers"
gem "webdrivers", ">= 5.3.0"
gem "fuubar"
gem "simplecov", require: false
gem "simplecov-cobertura"
Expand Down
Loading
Loading