Skip to content

Commit

Permalink
add another default gem..
Browse files Browse the repository at this point in the history
  • Loading branch information
epugh committed Oct 4, 2024
1 parent b0a7b07 commit 6c6c319
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ group :development do
# this was commented out in the default build, so doing the same..
# Add speed badges [https://github.com/MiniProfiler/rack-mini-profiler]
# gem 'rack-mini-profiler'

# # Highlight the fine-grained location where an error occurred [https://github.com/ruby/error_highlight]
gem "error_highlight", ">= 0.4.0", platforms: [:ruby]

gem 'derailed_benchmarks'
gem 'letter_opener'
Expand Down
4 changes: 3 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ GEM
erubi (~> 1.11)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
active_storage_db (1.3.0)
active_storage_db (1.3.1)
activestorage (>= 6.0)
rails (>= 6.0)
activejob (7.2.1)
Expand Down Expand Up @@ -162,6 +162,7 @@ GEM
devise (>= 4.6)
docile (1.4.0)
drb (2.2.1)
error_highlight (0.6.0)
erubi (1.13.0)
faraday (2.9.0)
faraday-net_http (>= 2.0, < 3.2)
Expand Down Expand Up @@ -518,6 +519,7 @@ DEPENDENCIES
derailed_benchmarks
devise (>= 4.6.2)
devise_invitable (~> 2.0)
error_highlight (>= 0.4.0)
font-awesome-sass
foreman
gabba
Expand Down

0 comments on commit 6c6c319

Please sign in to comment.