Bump capybara from 3.31.0 to 3.32.0 (#7025)
Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.31.0 to 3.32.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.31.0...3.32.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
parent
0bdb3997a2
commit
07cc39a9d7
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -129,7 +129,7 @@ end
|
|||
group :development, :test do
|
||||
gem "awesome_print", "~> 1.8" # Great Ruby dubugging 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.31" # Capybara is an integration testing tool for rack based web applications
|
||||
gem "capybara", "~> 3.32" # Capybara is an integration testing tool for rack based web applications
|
||||
gem "faker", "~> 2.11" # A library for generating fake data such as names, addresses, and phone numbers
|
||||
gem "parallel_tests", "~> 2.32" # Run Test::Unit / RSpec / Cucumber / Spinach in parallel
|
||||
gem "pry-byebug", "~> 3.8" # Combine 'pry' with 'byebug'. Adds 'step', 'next', 'finish', 'continue' and 'break' commands to control execution
|
||||
|
|
|
|||
|
|
@ -157,7 +157,7 @@ GEM
|
|||
bundler (>= 1.2.0, < 3)
|
||||
thor (~> 0.18)
|
||||
byebug (11.1.1)
|
||||
capybara (3.31.0)
|
||||
capybara (3.32.0)
|
||||
addressable
|
||||
mini_mime (>= 0.1.3)
|
||||
nokogiri (~> 1.8)
|
||||
|
|
@ -639,7 +639,7 @@ GEM
|
|||
redis-store (>= 1.2, < 2)
|
||||
redis-store (1.8.1)
|
||||
redis (>= 4, < 5)
|
||||
regexp_parser (1.6.0)
|
||||
regexp_parser (1.7.0)
|
||||
representable (3.0.4)
|
||||
declarative (< 0.1.0)
|
||||
declarative-option (< 0.2.0)
|
||||
|
|
@ -894,7 +894,7 @@ DEPENDENCIES
|
|||
buffer (~> 0.1)
|
||||
bullet (~> 6.1)
|
||||
bundler-audit (~> 0.6)
|
||||
capybara (~> 3.31)
|
||||
capybara (~> 3.32)
|
||||
carrierwave (~> 2.0)
|
||||
carrierwave-bombshelter (~> 0.2)
|
||||
cld (~> 0.8)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue