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)