From 0a58030484eed045856249e41bfddca79a9c997d Mon Sep 17 00:00:00 2001 From: Arkadiusz-Wrzawinski-DNA Date: Tue, 15 Oct 2024 15:40:15 +0200 Subject: [PATCH] change error_highlight version --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 5673e26..d750ca6 100644 --- a/Gemfile +++ b/Gemfile @@ -46,7 +46,7 @@ group :development do gem "web-console" # Highlight the fine-grained location where an error occurred [https://github.com/ruby/error_highlight] - gem "error_highlight", ">= 0.4.0", platforms: [:ruby] + gem "error_highlight", ">= 0.3.0", platforms: [ :ruby ] end group :test do diff --git a/Gemfile.lock b/Gemfile.lock index 39782cc..e236012 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -99,7 +99,7 @@ GEM irb (~> 1.10) reline (>= 0.3.8) drb (2.2.1) - error_highlight (0.6.0) + error_highlight (0.3.0) erubi (1.13.0) globalid (1.2.1) activesupport (>= 6.1) @@ -305,7 +305,7 @@ DEPENDENCIES brakeman capybara debug - error_highlight (>= 0.4.0) + error_highlight (>= 0.3.0) importmap-rails jbuilder puma (>= 5.0)