From 00a5698feb86e39e43e75c361d741435d73fc21a Mon Sep 17 00:00:00 2001 From: Matt Jankowski Date: Mon, 6 May 2024 07:31:00 -0400 Subject: [PATCH] Update chewy to version 7.6.0 --- Gemfile | 2 +- Gemfile.lock | 16 +++++----------- 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/Gemfile b/Gemfile index 73f1eabf78b..eb507e9d185 100644 --- a/Gemfile +++ b/Gemfile @@ -29,7 +29,7 @@ gem 'addressable', '~> 2.8' gem 'bootsnap', '~> 1.18.0', require: false gem 'browser' gem 'charlock_holmes', '~> 0.7.7' -gem 'chewy', github: 'toptal/chewy', ref: '7e65698053b5d02403e33c7e49b382d6eaac7ec4' # TODO: Go back to releases +gem 'chewy', '~> 7.3' gem 'devise', '~> 4.9' gem 'devise-two-factor' diff --git a/Gemfile.lock b/Gemfile.lock index cef64e4855b..190888ddb81 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,16 +7,6 @@ GIT hkdf (~> 0.2) jwt (~> 2.0) -GIT - remote: https://github.com/toptal/chewy.git - revision: 7e65698053b5d02403e33c7e49b382d6eaac7ec4 - ref: 7e65698053b5d02403e33c7e49b382d6eaac7ec4 - specs: - chewy (7.5.1) - activesupport (>= 5.2) - elasticsearch (>= 7.14.0, < 8) - elasticsearch-dsl - GEM remote: https://rubygems.org/ specs: @@ -177,6 +167,10 @@ GEM activesupport cbor (0.5.9.8) charlock_holmes (0.7.7) + chewy (7.6.0) + activesupport (>= 5.2) + elasticsearch (>= 7.14.0, < 8) + elasticsearch-dsl chunky_png (1.4.0) climate_control (1.2.0) cocoon (1.2.15) @@ -834,7 +828,7 @@ DEPENDENCIES bundler-audit (~> 0.9) capybara (~> 3.39) charlock_holmes (~> 0.7.7) - chewy! + chewy (~> 7.3) climate_control cocoon (~> 1.2) color_diff (~> 0.1)