Skip to content

Commit

Permalink
Upgrade error_highlight to 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
diegotoral committed May 9, 2024
1 parent d181feb commit f1d3354
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demo/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ group :development do
# Speed up commands on slow machines / big apps [https://github.com/rails/spring]
# gem "spring"

gem "error_highlight", ">= 0.4.0", platforms: [:ruby]
gem "error_highlight", ">= 0.6.0", platforms: [:ruby]
end
4 changes: 2 additions & 2 deletions demo/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ GEM
reline (>= 0.3.1)
drb (2.2.0)
ruby2_keywords
error_highlight (0.5.1)
error_highlight (0.6.0)
erubi (1.12.0)
globalid (1.2.1)
activesupport (>= 6.1)
Expand Down Expand Up @@ -233,7 +233,7 @@ PLATFORMS
DEPENDENCIES
bulma_view_components!
debug
error_highlight (>= 0.4.0)
error_highlight (>= 0.6.0)
lookbook (>= 2.1.1)
puma (>= 5.0)
rails (~> 7.1.2)
Expand Down

0 comments on commit f1d3354

Please sign in to comment.