Skip to content

Commit

Permalink
chore: Activate rack-mini-profiler in development (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
julianrubisch authored Jun 30, 2023
1 parent 22b0abc commit 2c083d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ group :development do
gem "web-console"

# Add speed badges [https://github.com/MiniProfiler/rack-mini-profiler]
# gem "rack-mini-profiler"
gem "rack-mini-profiler"

# Speed up commands on slow machines / big apps [https://github.com/rails/spring]
# gem "spring"
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,8 @@ GEM
nio4r (~> 2.0)
racc (1.7.1)
rack (3.0.8)
rack-mini-profiler (3.1.0)
rack (>= 1.2.0)
rack-proxy (0.7.6)
rack
rack-session (2.0.0)
Expand Down Expand Up @@ -374,6 +376,7 @@ DEPENDENCIES
pagy (~> 6.0)
propshaft
puma (>= 5.0)
rack-mini-profiler
rails!
redis (>= 4.0.1)
ruby-lsp (~> 0.5.1)
Expand Down

0 comments on commit 2c083d6

Please sign in to comment.