Skip to content

Commit

Permalink
Bump error_highlight 0.5.1 or higher
Browse files Browse the repository at this point in the history
error_highlight 0.5.1 only changes ArgumentError#detailed_message
via ruby/error_highlight#29

Therefore we can revert #46442 and bump the error_highlight version of
Gemfile.lock to the latest one.
  • Loading branch information
yahonda committed Nov 14, 2022
1 parent 90cba59 commit e95051c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -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
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e95051c

Please sign in to comment.