From e95051c73455af10c6a9cdc7c6e1397966137501 Mon Sep 17 00:00:00 2001 From: Yasuo Honda Date: Mon, 14 Nov 2022 15:56:34 +0900 Subject: [PATCH] Bump error_highlight 0.5.1 or higher error_highlight 0.5.1 only changes ArgumentError#detailed_message via https://github.com/ruby/error_highlight/pull/29 Therefore we can revert #46442 and bump the error_highlight version of Gemfile.lock to the latest one. --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 7a0be9b843..7227d68d5b 100644 --- a/Gemfile +++ b/Gemfile @@ -176,5 +176,5 @@ gem "wdm", ">= 0.1.0", platforms: [:windows] # Also, Rails depends on a new API available since error_highlight 0.4.0. # (Note that Ruby 3.1 bundles error_highlight 0.3.0.) if RUBY_VERSION >= "3.1" - gem "error_highlight", ">= 0.4.0", "< 0.5.0", platforms: [:ruby] + gem "error_highlight", ">= 0.4.0", platforms: [:ruby] end diff --git a/Gemfile.lock b/Gemfile.lock index d05f1383c6..b48ca5f3c5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -206,7 +206,7 @@ GEM http_parser.rb (>= 0.6.0) em-socksify (0.3.2) eventmachine (>= 1.0.0.beta.4) - error_highlight (0.4.0) + error_highlight (0.5.1) erubi (1.11.0) et-orbi (1.2.6) tzinfo @@ -581,7 +581,7 @@ DEPENDENCIES debug (>= 1.1.0) delayed_job delayed_job_active_record - error_highlight (>= 0.4.0, < 0.5.0) + error_highlight (>= 0.4.0) google-cloud-storage (~> 1.11) image_processing (~> 1.2) importmap-rails