From 48b9837ad8fd2aad64896adaa2279528f0bf1d30 Mon Sep 17 00:00:00 2001 From: Essem Date: Mon, 20 May 2024 21:36:49 -0500 Subject: [PATCH] Fix building on systems with ICU 75 See brianmario/charlock_holmes#172 --- Gemfile | 2 +- Gemfile.lock | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 240dcce95a..f9aec7e70b 100644 --- a/Gemfile +++ b/Gemfile @@ -28,7 +28,7 @@ gem 'active_model_serializers', '~> 0.10' gem 'addressable', '~> 2.8' gem 'bootsnap', '~> 1.18.0', require: false gem 'browser' -gem 'charlock_holmes', '~> 0.7.7' +gem 'charlock_holmes', github: 'TheEssem/charlock_holmes', ref: '226932af4b03eb60d2e31d58b6c3efd72a3ace68' gem 'chewy', '~> 7.3' gem 'devise', '~> 4.9' gem 'devise-two-factor' diff --git a/Gemfile.lock b/Gemfile.lock index eade99acfd..f5d6580a80 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,6 +7,13 @@ GIT hkdf (~> 0.2) jwt (~> 2.0) +GIT + remote: https://github.com/TheEssem/charlock_holmes.git + revision: 226932af4b03eb60d2e31d58b6c3efd72a3ace68 + ref: 226932af4b03eb60d2e31d58b6c3efd72a3ace68 + specs: + charlock_holmes (0.7.7) + GEM remote: https://rubygems.org/ specs: @@ -159,7 +166,6 @@ GEM case_transform (0.2) activesupport cbor (0.5.9.8) - charlock_holmes (0.7.7) chewy (7.6.0) activesupport (>= 5.2) elasticsearch (>= 7.14.0, < 8) @@ -913,7 +919,7 @@ DEPENDENCIES browser bundler-audit (~> 0.9) capybara (~> 3.39) - charlock_holmes (~> 0.7.7) + charlock_holmes! chewy (~> 7.3) climate_control cocoon (~> 1.2)