Bump capybara from 3.39.2 to 3.40.0

Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.39.2 to 3.40.0.
- [Changelog](https://github.com/teamcapybara/capybara/blob/master/History.md)
- [Commits](https://github.com/teamcapybara/capybara/compare/3.39.2...3.40.0)

---
updated-dependencies:
- dependency-name: capybara
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-03-01 19:53:06 +00:00
committed by GitHub
parent ed24a16f61
commit 139da18b19
2 changed files with 5 additions and 5 deletions

View File

@@ -82,7 +82,7 @@ group :development, :test do
end end
group :test do group :test do
gem "capybara", "~> 3.39.2" gem "capybara", "~> 3.40.0"
gem "capybara-webmock", "~> 0.7.0" gem "capybara-webmock", "~> 0.7.0"
gem "email_spec", "~> 2.2.2" gem "email_spec", "~> 2.2.2"
gem "pdf-reader" gem "pdf-reader"

View File

@@ -69,7 +69,7 @@ GEM
acts-as-taggable-on (9.0.1) acts-as-taggable-on (9.0.1)
activerecord (>= 6.0, < 7.1) activerecord (>= 6.0, < 7.1)
acts_as_votable (0.14.0) acts_as_votable (0.14.0)
addressable (2.8.5) addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0) public_suffix (>= 2.0.2, < 6.0)
afm (0.2.2) afm (0.2.2)
ahoy_matey (4.2.1) ahoy_matey (4.2.1)
@@ -134,11 +134,11 @@ GEM
capistrano (~> 3.7) capistrano (~> 3.7)
capistrano-bundler capistrano-bundler
puma (>= 4.0, < 6.0) puma (>= 4.0, < 6.0)
capybara (3.39.2) capybara (3.40.0)
addressable addressable
matrix matrix
mini_mime (>= 0.1.3) mini_mime (>= 0.1.3)
nokogiri (~> 1.8) nokogiri (~> 1.11)
rack (>= 1.6.0) rack (>= 1.6.0)
rack-test (>= 0.6.3) rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0) regexp_parser (>= 1.5, < 3.0)
@@ -705,7 +705,7 @@ DEPENDENCIES
capistrano-rails (~> 1.6.3) capistrano-rails (~> 1.6.3)
capistrano3-delayed-job (~> 1.7.6) capistrano3-delayed-job (~> 1.7.6)
capistrano3-puma (~> 5.2.0) capistrano3-puma (~> 5.2.0)
capybara (~> 3.39.2) capybara (~> 3.40.0)
capybara-webmock (~> 0.7.0) capybara-webmock (~> 0.7.0)
caxlsx (~> 3.4.1) caxlsx (~> 3.4.1)
caxlsx_rails (~> 0.6.3) caxlsx_rails (~> 0.6.3)