Skip to content

Commit

Permalink
change error_highlight version
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkadiusz-Wrzawinski-DNA committed Oct 15, 2024
1 parent 3844a00 commit 0a58030
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ 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.3.0", platforms: [ :ruby ]
end

group :test do
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ GEM
irb (~> 1.10)
reline (>= 0.3.8)
drb (2.2.1)
error_highlight (0.6.0)
error_highlight (0.3.0)
erubi (1.13.0)
globalid (1.2.1)
activesupport (>= 6.1)
Expand Down Expand Up @@ -305,7 +305,7 @@ DEPENDENCIES
brakeman
capybara
debug
error_highlight (>= 0.4.0)
error_highlight (>= 0.3.0)
importmap-rails
jbuilder
puma (>= 5.0)
Expand Down

0 comments on commit 0a58030

Please sign in to comment.