Bump capybara from 3.34.0 to 3.35.1 (#12433)
This commit is contained in:
parent
a41c447c40
commit
2fbc7c983e
6 changed files with 5 additions and 5 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.34" # Capybara is an integration testing tool for rack based web applications
|
||||
gem "capybara", "~> 3.35.1" # Capybara is an integration testing tool for rack based web applications
|
||||
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
|
||||
gem "knapsack_pro", "~> 2.11.0" # Help parallelize Ruby spec builds
|
||||
|
|
|
|||
|
|
@ -156,13 +156,13 @@ GEM
|
|||
bundler (>= 1.2.0, < 3)
|
||||
thor (>= 0.18, < 2)
|
||||
byebug (11.1.3)
|
||||
capybara (3.34.0)
|
||||
capybara (3.35.1)
|
||||
addressable
|
||||
mini_mime (>= 0.1.3)
|
||||
nokogiri (~> 1.8)
|
||||
rack (>= 1.6.0)
|
||||
rack-test (>= 0.6.3)
|
||||
regexp_parser (~> 1.5)
|
||||
regexp_parser (>= 1.5, < 3.0)
|
||||
xpath (~> 3.2)
|
||||
carrierwave (2.1.0)
|
||||
activemodel (>= 5.0.0)
|
||||
|
|
@ -609,7 +609,7 @@ GEM
|
|||
redis-store (>= 1.2, < 2)
|
||||
redis-store (1.9.0)
|
||||
redis (>= 4, < 5)
|
||||
regexp_parser (1.8.2)
|
||||
regexp_parser (2.0.3)
|
||||
request_store (1.5.0)
|
||||
rack (>= 1.4)
|
||||
responders (3.0.1)
|
||||
|
|
@ -856,7 +856,7 @@ DEPENDENCIES
|
|||
buffer (~> 0.1)
|
||||
bullet (~> 6.1)
|
||||
bundler-audit (~> 0.7)
|
||||
capybara (~> 3.34)
|
||||
capybara (~> 3.35.1)
|
||||
carrierwave (~> 2.0)
|
||||
carrierwave-bombshelter (~> 0.2)
|
||||
cld (~> 0.8)
|
||||
|
|
|
|||
BIN
vendor/cache/capybara-3.34.0.gem
vendored
BIN
vendor/cache/capybara-3.34.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/capybara-3.35.1.gem
vendored
Normal file
BIN
vendor/cache/capybara-3.35.1.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/regexp_parser-1.8.2.gem
vendored
BIN
vendor/cache/regexp_parser-1.8.2.gem
vendored
Binary file not shown.
BIN
vendor/cache/regexp_parser-2.0.3.gem
vendored
Normal file
BIN
vendor/cache/regexp_parser-2.0.3.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue