Bump capybara from 3.30.0 to 3.31.0 (#5759)

This commit is contained in:
dependabot-preview[bot] 2020-01-27 09:53:01 -05:00 committed by Mac Siri
parent ca4c3963b7
commit 8bf2174f79
2 changed files with 3 additions and 3 deletions

View file

@ -128,7 +128,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.30" # Capybara is an integration testing tool for rack based web applications
gem "capybara", "~> 3.31" # Capybara is an integration testing tool for rack based web applications
gem "faker", "~> 2.10" # A library for generating fake data such as names, addresses, and phone numbers
gem "parallel_tests", "~> 2.30" # Run Test::Unit / RSpec / Cucumber / Spinach in parallel
gem "pry-byebug", "~> 3.7" # Combine 'pry' with 'byebug'. Adds 'step', 'next', 'finish', 'continue' and 'break' commands to control execution

View file

@ -165,7 +165,7 @@ GEM
bundler (>= 1.2.0, < 3)
thor (~> 0.18)
byebug (11.0.0)
capybara (3.30.0)
capybara (3.31.0)
addressable
mini_mime (>= 0.1.3)
nokogiri (~> 1.8)
@ -889,7 +889,7 @@ DEPENDENCIES
buffer (~> 0.1)
bullet (~> 6.1)
bundler-audit (~> 0.6)
capybara (~> 3.30)
capybara (~> 3.31)
carrierwave (~> 2.0)
carrierwave-bombshelter (~> 0.2)
cld (~> 0.8)