Skip to content

Commit

Permalink
Linters for github CI dont want error_highlight as pinned gem
Browse files Browse the repository at this point in the history
  • Loading branch information
noracato committed Oct 11, 2024
1 parent 0822b2b commit daef50c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ group :development do
gem "web-console"

# Highlight the fine-grained location where an error occurred [https://github.com/ruby/error_highlight]
gem "error_highlight", ">= 0.4.0", platforms: [:ruby]
# gem "error_highlight", ">= 0.4.0", platforms: [:ruby]
end
2 changes: 0 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ GEM
reline (>= 0.3.8)
diff-lcs (1.5.1)
drb (2.2.1)
error_highlight (0.6.0)
erubi (1.13.0)
globalid (1.2.1)
activesupport (>= 6.1)
Expand Down Expand Up @@ -286,7 +285,6 @@ DEPENDENCIES
bootsnap
brakeman
debug
error_highlight (>= 0.4.0)
importmap-rails
jbuilder
mysql2 (~> 0.5)
Expand Down

0 comments on commit daef50c

Please sign in to comment.