From 06b564cf76243a443ce98d5de60ee105fb877f51 Mon Sep 17 00:00:00 2001 From: evazion Date: Thu, 15 Aug 2019 01:23:10 -0500 Subject: [PATCH] Fix failure with did_you_mean in `bundle install`. Deploying to production failed during `bundle install` because of an incompatibility between did_you_mean-1.3.0 + ruby-2.6 + rubygems-3.0 + bundler-2.0. ref: `https://github.com/yuki24/did_you_mean/issues/117#issuecomment-482565387` --- Gemfile | 2 +- Gemfile.lock | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index aebbcdae4..616df8484 100644 --- a/Gemfile +++ b/Gemfile @@ -45,7 +45,7 @@ gem 'retriable' gem 'redis' gem 'request_store' gem 'builder' -gem 'did_you_mean' +# gem 'did_you_mean' # github.com/yuki24/did_you_mean/issues/117 gem 'term-ansicolor', require: "term/ansicolor" # needed for looser jpeg header compat diff --git a/Gemfile.lock b/Gemfile.lock index 565a25f60..d5c85d3fb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -124,7 +124,6 @@ GEM delayed_job_active_record (4.1.3) activerecord (>= 3.0, < 5.3) delayed_job (>= 3.0, < 5) - did_you_mean (1.3.0) diff-lcs (1.3) docile (1.3.2) domain_name (0.5.20190701) @@ -463,7 +462,6 @@ DEPENDENCIES dalli delayed_job delayed_job_active_record - did_you_mean diff-lcs dotenv-rails dtext_rb!