mirror of https://github.com/rails/rails
Lock error_highlight version to 0.4.0
This commit locks error_highlight gem to 0.4.0 until https://github.com/ruby/error_highlight/issues/28 is resolved. It should workaround CI failures like: https://buildkite.com/rails/rails/builds/90833#0184571b-307d-4e94-8a2d-3c8a2669a12c/1052-1078
This commit is contained in:
parent
9b595041e3
commit
415fae9b2d
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.
|
||||
# (Note that Ruby 3.1 bundles error_highlight 0.3.0.)
|
||||
if RUBY_VERSION >= "3.1"
|
||||
gem "error_highlight", ">= 0.4.0", platforms: [:ruby]
|
||||
gem "error_highlight", ">= 0.4.0", "< 0.5.0", platforms: [:ruby]
|
||||
end
|
||||
|
|
|
@ -581,7 +581,7 @@ DEPENDENCIES
|
|||
debug (>= 1.1.0)
|
||||
delayed_job
|
||||
delayed_job_active_record
|
||||
error_highlight (>= 0.4.0)
|
||||
error_highlight (>= 0.4.0, < 0.5.0)
|
||||
google-cloud-storage (~> 1.11)
|
||||
image_processing (~> 1.2)
|
||||
importmap-rails
|
||||
|
|
Loading…
Reference in New Issue