diff --git a/Gemfile b/Gemfile index e21b98423b17ad..277a8f7436d089 100644 --- a/Gemfile +++ b/Gemfile @@ -28,7 +28,7 @@ gem 'active_model_serializers', '~> 0.10' gem 'addressable', '~> 2.8' gem 'bootsnap', '~> 1.16.0', require: false gem 'browser' -gem 'charlock_holmes', '~> 0.7.7' +gem 'charlock_holmes', '~> 0.7.9' gem 'chewy', '~> 7.2' gem 'devise', '~> 4.9' gem 'devise-two-factor', '~> 4.0' diff --git a/Gemfile.lock b/Gemfile.lock index a33d60255846ac..04930c7dec8456 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -183,7 +183,7 @@ GEM case_transform (0.2) activesupport cbor (0.5.9.6) - charlock_holmes (0.7.7) + charlock_holmes (0.7.9) chewy (7.2.7) activesupport (>= 5.2) elasticsearch (>= 7.12.0, < 7.14.0) @@ -792,7 +792,7 @@ DEPENDENCIES capistrano-rbenv (~> 2.2) capistrano-yarn (~> 2.0) capybara (~> 3.38) - charlock_holmes (~> 0.7.7) + charlock_holmes (~> 0.7.9) chewy (~> 7.2) climate_control (~> 0.2) cocoon (~> 1.2)