mirror of https://github.com/rails/rails
Merge pull request #46496 from yahonda/error_highlight_051
Bump error_highlight 0.5.1 or higher
This commit is contained in:
commit
db94278b15
2
Gemfile
2
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.
|
# 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.)
|
# (Note that Ruby 3.1 bundles error_highlight 0.3.0.)
|
||||||
if RUBY_VERSION >= "3.1"
|
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
|
end
|
||||||
|
|
|
@ -206,7 +206,7 @@ GEM
|
||||||
http_parser.rb (>= 0.6.0)
|
http_parser.rb (>= 0.6.0)
|
||||||
em-socksify (0.3.2)
|
em-socksify (0.3.2)
|
||||||
eventmachine (>= 1.0.0.beta.4)
|
eventmachine (>= 1.0.0.beta.4)
|
||||||
error_highlight (0.4.0)
|
error_highlight (0.5.1)
|
||||||
erubi (1.11.0)
|
erubi (1.11.0)
|
||||||
et-orbi (1.2.6)
|
et-orbi (1.2.6)
|
||||||
tzinfo
|
tzinfo
|
||||||
|
@ -582,7 +582,7 @@ DEPENDENCIES
|
||||||
debug (>= 1.1.0)
|
debug (>= 1.1.0)
|
||||||
delayed_job
|
delayed_job
|
||||||
delayed_job_active_record
|
delayed_job_active_record
|
||||||
error_highlight (>= 0.4.0, < 0.5.0)
|
error_highlight (>= 0.4.0)
|
||||||
google-cloud-storage (~> 1.11)
|
google-cloud-storage (~> 1.11)
|
||||||
image_processing (~> 1.2)
|
image_processing (~> 1.2)
|
||||||
importmap-rails
|
importmap-rails
|
||||||
|
|
Loading…
Reference in New Issue