diff --git a/Gemfile b/Gemfile index 6e99673b7..90e08b6de 100644 --- a/Gemfile +++ b/Gemfile @@ -134,7 +134,7 @@ group :development, :test do gem "amazing_print", "~> 1.3" # 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 "cypress-rails", "~> 0.5.2" # For end to end tests (E2E) + gem "cypress-rails", "~> 0.5.3" # 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 gem "knapsack_pro", "~> 3.1.1" # Help parallelize Ruby spec builds diff --git a/Gemfile.lock b/Gemfile.lock index 4e87b505e..34b7a2d21 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -175,7 +175,7 @@ GEM crack (0.4.5) rexml crass (1.0.6) - cypress-rails (0.5.2) + cypress-rails (0.5.3) puma (>= 3.8.0) railties (>= 5.2.0) dante (0.2.0) @@ -871,7 +871,7 @@ DEPENDENCIES carrierwave-bombshelter (~> 0.2) cloudinary (~> 1.21) counter_culture (~> 2.9) - cypress-rails (~> 0.5.2) + cypress-rails (~> 0.5.3) ddtrace (~> 0.52.0) derailed_benchmarks (~> 2.1) devise (~> 4.8) diff --git a/vendor/cache/cypress-rails-0.5.2.gem b/vendor/cache/cypress-rails-0.5.2.gem deleted file mode 100644 index b6e11382b..000000000 Binary files a/vendor/cache/cypress-rails-0.5.2.gem and /dev/null differ diff --git a/vendor/cache/cypress-rails-0.5.3.gem b/vendor/cache/cypress-rails-0.5.3.gem new file mode 100644 index 000000000..ee842e2c0 Binary files /dev/null and b/vendor/cache/cypress-rails-0.5.3.gem differ