Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump capybara from 3.34.0 to 3.37.1 #202

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,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.37" # 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
Expand Down
18 changes: 10 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -156,13 +156,14 @@ GEM
bundler (>= 1.2.0, < 3)
thor (>= 0.18, < 2)
byebug (11.1.3)
capybara (3.34.0)
capybara (3.37.1)
addressable
matrix
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)
Expand Down Expand Up @@ -445,6 +446,7 @@ GEM
mini_mime (>= 0.1.1)
marcel (0.3.3)
mimemagic (~> 0.3.2)
matrix (0.4.2)
memoizable (0.4.2)
thread_safe (~> 0.3, >= 0.3.1)
memory_profiler (1.0.0)
Expand All @@ -455,8 +457,8 @@ GEM
mimemagic (0.3.5)
mini_histogram (0.3.1)
mini_magick (4.11.0)
mini_mime (1.0.2)
mini_portile2 (2.5.0)
mini_mime (1.1.2)
mini_portile2 (2.5.3)
minitest (5.14.3)
msgpack (1.3.3)
multi_json (1.15.0)
Expand Down Expand Up @@ -522,7 +524,7 @@ GEM
pry (~> 0.13.0)
pry-rails (0.3.9)
pry (>= 0.10.4)
public_suffix (4.0.6)
public_suffix (4.0.7)
puma (5.1.1)
nio4r (~> 2.0)
pundit (2.1.0)
Expand All @@ -539,7 +541,7 @@ GEM
rest-client (~> 2.0, >= 2.0.2)
pusher-signature (0.1.8)
raabro (1.4.0)
racc (1.5.2)
racc (1.6.0)
rack (2.2.3)
rack-attack (6.4.0)
rack (>= 1.0, < 3)
Expand Down Expand Up @@ -611,7 +613,7 @@ GEM
redis-store (>= 1.2, < 2)
redis-store (1.9.0)
redis (>= 4, < 5)
regexp_parser (1.8.2)
regexp_parser (2.4.0)
request_store (1.5.0)
rack (>= 1.4)
responders (3.0.1)
Expand Down Expand Up @@ -858,7 +860,7 @@ DEPENDENCIES
buffer (~> 0.1)
bullet (~> 6.1)
bundler-audit (~> 0.7)
capybara (~> 3.34)
capybara (~> 3.37)
carrierwave (~> 2.0)
carrierwave-bombshelter (~> 0.2)
cld (~> 0.8)
Expand Down
Binary file removed vendor/cache/capybara-3.34.0.gem
Binary file not shown.
Binary file added vendor/cache/capybara-3.37.1.gem
Binary file not shown.
Binary file added vendor/cache/matrix-0.4.2.gem
Binary file not shown.
Binary file removed vendor/cache/mini_mime-1.0.2.gem
Binary file not shown.
Binary file added vendor/cache/mini_mime-1.1.2.gem
Binary file not shown.
Binary file removed vendor/cache/mini_portile2-2.5.0.gem
Binary file not shown.
Binary file added vendor/cache/mini_portile2-2.5.3.gem
Binary file not shown.
Binary file removed vendor/cache/public_suffix-4.0.6.gem
Binary file not shown.
Binary file added vendor/cache/public_suffix-4.0.7.gem
Binary file not shown.
Binary file removed vendor/cache/racc-1.5.2.gem
Binary file not shown.
Binary file added vendor/cache/racc-1.6.0.gem
Binary file not shown.
Binary file removed vendor/cache/regexp_parser-1.8.2.gem
Binary file not shown.
Binary file added vendor/cache/regexp_parser-2.4.0.gem
Binary file not shown.