Skip to content

Commit 415fae9

Browse files
committed
Lock error_highlight version to 0.4.0
This commit locks error_highlight gem to 0.4.0 until ruby/error_highlight#28 is resolved. It should workaround CI failures like: https://buildkite.com/rails/rails/builds/90833#0184571b-307d-4e94-8a2d-3c8a2669a12c/1052-1078
1 parent 9b59504 commit 415fae9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,5 +176,5 @@ gem "wdm", ">= 0.1.0", platforms: [:windows]
176176
# Also, Rails depends on a new API available since error_highlight 0.4.0.
177177
# (Note that Ruby 3.1 bundles error_highlight 0.3.0.)
178178
if RUBY_VERSION >= "3.1"
179-
gem "error_highlight", ">= 0.4.0", platforms: [:ruby]
179+
gem "error_highlight", ">= 0.4.0", "< 0.5.0", platforms: [:ruby]
180180
end

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ DEPENDENCIES
581581
debug (>= 1.1.0)
582582
delayed_job
583583
delayed_job_active_record
584-
error_highlight (>= 0.4.0)
584+
error_highlight (>= 0.4.0, < 0.5.0)
585585
google-cloud-storage (~> 1.11)
586586
image_processing (~> 1.2)
587587
importmap-rails

0 commit comments

Comments
 (0)