Bump capybara from 3.35.3 to 3.36.0 (#15191)
Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.35.3 to 3.36.0. - [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.3...3.36.0) --- updated-dependencies: - dependency-name: capybara dependency-type: direct:development update-type: version-update:semver-minor ... 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
ffd8c9ed1b
commit
cac9a4567e
7 changed files with 6 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -136,7 +136,7 @@ end
|
|||
group :development, :test do
|
||||
gem "amazing_print", "~> 1.4" # 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.3" # Capybara is an integration testing tool for rack based web applications
|
||||
gem "capybara", "~> 3.36.0" # Capybara is an integration testing tool for rack based web applications
|
||||
gem "cypress-rails", github: "forem/cypress-rails", branch: "enable-knapsack-pro-support" # For end to end tests (E2E)
|
||||
gem "dotenv-rails", "~> 2.7.6" # For loading ENV variables locally
|
||||
gem "faker", "~> 2.19" # A library for generating fake data such as names, addresses, and phone numbers
|
||||
|
|
|
|||
|
|
@ -141,8 +141,9 @@ GEM
|
|||
bundler-audit (0.9.0.1)
|
||||
bundler (>= 1.2.0, < 3)
|
||||
thor (~> 1.0)
|
||||
capybara (3.35.3)
|
||||
capybara (3.36.0)
|
||||
addressable
|
||||
matrix
|
||||
mini_mime (>= 0.1.3)
|
||||
nokogiri (~> 1.8)
|
||||
rack (>= 1.6.0)
|
||||
|
|
@ -451,6 +452,7 @@ GEM
|
|||
mail (2.7.1)
|
||||
mini_mime (>= 0.1.1)
|
||||
marcel (1.0.1)
|
||||
matrix (0.4.2)
|
||||
memoizable (0.4.2)
|
||||
thread_safe (~> 0.3, >= 0.3.1)
|
||||
memory_profiler (1.0.0)
|
||||
|
|
@ -460,7 +462,7 @@ GEM
|
|||
mime-types-data (3.2021.0901)
|
||||
mini_histogram (0.3.1)
|
||||
mini_magick (4.11.0)
|
||||
mini_mime (1.1.1)
|
||||
mini_mime (1.1.2)
|
||||
mini_portile2 (2.6.1)
|
||||
minitest (5.14.4)
|
||||
modis (4.0.0)
|
||||
|
|
@ -894,7 +896,7 @@ DEPENDENCIES
|
|||
brakeman (~> 5.1)
|
||||
bullet (~> 6.1)
|
||||
bundler-audit (~> 0.9)
|
||||
capybara (~> 3.35.3)
|
||||
capybara (~> 3.36.0)
|
||||
carrierwave (~> 2.2)
|
||||
carrierwave-bombshelter (~> 0.2)
|
||||
cloudinary (~> 1.21)
|
||||
|
|
|
|||
BIN
vendor/cache/capybara-3.35.3.gem
vendored
BIN
vendor/cache/capybara-3.35.3.gem
vendored
Binary file not shown.
BIN
vendor/cache/capybara-3.36.0.gem
vendored
Normal file
BIN
vendor/cache/capybara-3.36.0.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/matrix-0.4.2.gem
vendored
Normal file
BIN
vendor/cache/matrix-0.4.2.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/mini_mime-1.1.1.gem
vendored
BIN
vendor/cache/mini_mime-1.1.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/mini_mime-1.1.2.gem
vendored
Normal file
BIN
vendor/cache/mini_mime-1.1.2.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue