Skip to content

Commit

Permalink
Stop passing disable-error_highlight
Browse files Browse the repository at this point in the history
The `error_highlight` gem was added in Ruby 3.1, which means we cannot
disable it on Ruby 3.0 or earlier.

So long as we support those versions, let's stop disabling it. This is
the fastest way to get CI passing again.
  • Loading branch information
mike-burns committed Dec 26, 2023
1 parent ee1620f commit 524f694
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Expand Up @@ -80,7 +80,6 @@ jobs:

env:
BUNDLE_GEMFILE: gemfiles/${{ matrix.rails }}.gemfile
RUBYOPT: "--disable-error_highlight"

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 524f694

Please sign in to comment.