Bump capybara from 3.33.0 to 3.35.3

Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.33.0 to 3.35.3.
- [Release notes](https://github.com/teamcapybara/capybara/releases)
- [Changelog](https://github.com/teamcapybara/capybara/blob/master/History.md)
- [Commits](https://github.com/teamcapybara/capybara/compare/3.33.0...3.35.3)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-08-10 23:11:49 +00:00
committed by GitHub
parent eed6697056
commit e2f0e6d22f
2 changed files with 5 additions and 5 deletions

View File

@@ -84,7 +84,7 @@ group :development, :test do
end
group :test do
gem "capybara", "~> 3.33.0"
gem "capybara", "~> 3.35.3"
gem "capybara-webmock", "~> 0.5.5"
gem "coveralls", "~> 0.8.23", require: false
gem "email_spec", "~> 2.2.0"

View File

@@ -113,13 +113,13 @@ GEM
capistrano (~> 3.7)
capistrano-bundler
puma (~> 4.0)
capybara (3.33.0)
capybara (3.35.3)
addressable
mini_mime (>= 0.1.3)
nokogiri (~> 1.8)
rack (>= 1.6.0)
rack-test (>= 0.6.3)
regexp_parser (~> 1.5)
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
capybara-webmock (0.5.5)
capybara (>= 2.4, < 4)
@@ -521,7 +521,7 @@ GEM
mail
redcarpet (3.5.1)
referer-parser (0.3.0)
regexp_parser (1.8.2)
regexp_parser (2.1.1)
request_store (1.5.0)
rack (>= 1.4)
responders (3.0.1)
@@ -714,7 +714,7 @@ DEPENDENCIES
capistrano-rails (~> 1.6.1)
capistrano3-delayed-job (~> 1.7.6)
capistrano3-puma (~> 4.0.0)
capybara (~> 3.33.0)
capybara (~> 3.35.3)
capybara-webmock (~> 0.5.5)
caxlsx (~> 3.0.2)
caxlsx_rails (~> 0.6.2)