Bump capybara from 3.35.1 to 3.35.3 (#12505)
Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.35.1 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.35.1...3.35.3) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
304b8f0e13
commit
9b50ebdb60
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -140,7 +140,7 @@ end
|
|||
group :development, :test do
|
||||
gem "amazing_print", "~> 1.2" # Great Ruby debugging companion: pretty print Ruby objects to visualize their structure
|
||||
gem "bullet", "~> 6.1" # help to kill N+1 queries and unused eager loading
|
||||
gem "capybara", "~> 3.35.1" # Capybara is an integration testing tool for rack based web applications
|
||||
gem "capybara", "~> 3.35.3" # Capybara is an integration testing tool for rack based web applications
|
||||
gem "cypress-rails", "~> 0.4.2" # For end to end tests (E2E)
|
||||
gem "dotenv-rails", "~> 2.7.6" # For loading ENV variables locally
|
||||
gem "faker", "~> 2.15" # A library for generating fake data such as names, addresses, and phone numbers
|
||||
|
|
|
|||
|
|
@ -156,7 +156,7 @@ GEM
|
|||
bundler (>= 1.2.0, < 3)
|
||||
thor (>= 0.18, < 2)
|
||||
byebug (11.1.3)
|
||||
capybara (3.35.1)
|
||||
capybara (3.35.3)
|
||||
addressable
|
||||
mini_mime (>= 0.1.3)
|
||||
nokogiri (~> 1.8)
|
||||
|
|
@ -859,7 +859,7 @@ DEPENDENCIES
|
|||
buffer (~> 0.1)
|
||||
bullet (~> 6.1)
|
||||
bundler-audit (~> 0.7)
|
||||
capybara (~> 3.35.1)
|
||||
capybara (~> 3.35.3)
|
||||
carrierwave (~> 2.0)
|
||||
carrierwave-bombshelter (~> 0.2)
|
||||
cld (~> 0.8)
|
||||
|
|
|
|||
BIN
vendor/cache/capybara-3.35.1.gem
vendored
BIN
vendor/cache/capybara-3.35.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/capybara-3.35.3.gem
vendored
Normal file
BIN
vendor/cache/capybara-3.35.3.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue