Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ group :development do
gem 'web-console', '>= 4.1.0'
# Display performance information such as SQL time and flame graphs for each request in your browser.
# Can be configured to work on production as well see: https://github.com/MiniProfiler/rack-mini-profiler/blob/master/README.md
gem 'rack-mini-profiler', '~> 4.0'
gem 'rack-mini-profiler', '~> 5.0'
gem 'listen', '~> 3.10'
gem 'overcommit', require: false
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ GEM
activesupport (>= 3.0.0)
racc (1.8.1)
rack (3.2.7)
rack-mini-profiler (4.0.1)
rack-mini-profiler (5.0.0)
rack (>= 1.2.0)
rack-protection (4.2.1)
base64 (>= 0.1.0)
Expand Down Expand Up @@ -686,7 +686,7 @@ DEPENDENCIES
public_activity
puma (~> 8.0)
pundit
rack-mini-profiler (~> 4.0)
rack-mini-profiler (~> 5.0)
rails (~> 8.1.3)
rails-html-sanitizer (~> 1.7.1)
rails_semantic_logger
Expand Down Expand Up @@ -881,7 +881,7 @@ CHECKSUMS
pundit (2.5.2) sha256=e374152baa24f90b630428293faf4b4c5468fc3cc010165f7d8fcb44ce108bbd
racc (1.8.1) sha256=4a7f6929691dbec8b5209a0b373bc2614882b55fc5d2e447a21aaa691303d62f
rack (3.2.7) sha256=93e13e1c24f93556671d85d2d79fa228c3485815c50d7e2f265b5330c6528fb7
rack-mini-profiler (4.0.1) sha256=485810c23211f908196c896ea10cad72ed68780ee2998bec1f1dfd7558263d78
rack-mini-profiler (5.0.0) sha256=99c5ba087fa91c8d9ba80a43f6b2213f1ebead6e863d49286170129d391302e1
rack-protection (4.2.1) sha256=cf6e2842df8c55f5e4d1a4be015e603e19e9bc3a7178bae58949ccbb58558bac
rack-session (2.1.2) sha256=595434f8c0c3473ae7d7ac56ecda6cc6dfd9d37c0b2b5255330aa1576967ffe8
rack-test (2.2.0) sha256=005a36692c306ac0b4a9350355ee080fd09ddef1148a5f8b2ac636c720f5c463
Expand Down