diff --git a/Gemfile b/Gemfile index 9108e2d22..72c32d74c 100644 --- a/Gemfile +++ b/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 diff --git a/Gemfile.lock b/Gemfile.lock index 12b976a09..b5f957c43 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) diff --git a/vendor/cache/capybara-3.35.3.gem b/vendor/cache/capybara-3.35.3.gem deleted file mode 100644 index a520552b3..000000000 Binary files a/vendor/cache/capybara-3.35.3.gem and /dev/null differ diff --git a/vendor/cache/capybara-3.36.0.gem b/vendor/cache/capybara-3.36.0.gem new file mode 100644 index 000000000..41e661166 Binary files /dev/null and b/vendor/cache/capybara-3.36.0.gem differ diff --git a/vendor/cache/matrix-0.4.2.gem b/vendor/cache/matrix-0.4.2.gem new file mode 100644 index 000000000..11cb5723d Binary files /dev/null and b/vendor/cache/matrix-0.4.2.gem differ diff --git a/vendor/cache/mini_mime-1.1.1.gem b/vendor/cache/mini_mime-1.1.1.gem deleted file mode 100644 index ba2a8652a..000000000 Binary files a/vendor/cache/mini_mime-1.1.1.gem and /dev/null differ diff --git a/vendor/cache/mini_mime-1.1.2.gem b/vendor/cache/mini_mime-1.1.2.gem new file mode 100644 index 000000000..6e7946503 Binary files /dev/null and b/vendor/cache/mini_mime-1.1.2.gem differ