Upgrade rack-mini-profiler
This commit is contained in:
parent
e9235d0b40
commit
5f342ae0ee
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -74,7 +74,7 @@ end
|
||||||
gem 'bootsnap', '~> 1.16', require: false
|
gem 'bootsnap', '~> 1.16', require: false
|
||||||
|
|
||||||
# For investigating performance issues.
|
# For investigating performance issues.
|
||||||
gem "rack-mini-profiler", "~> 3.1"
|
gem 'rack-mini-profiler', '~> 4.0', '>= 4.0.1'
|
||||||
gem "memory_profiler", "~> 1.0"
|
gem "memory_profiler", "~> 1.0"
|
||||||
gem "stackprof", "~> 0.2.25"
|
gem "stackprof", "~> 0.2.25"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -307,7 +307,7 @@ GEM
|
||||||
rack (3.2.4)
|
rack (3.2.4)
|
||||||
rack-attack (6.8.0)
|
rack-attack (6.8.0)
|
||||||
rack (>= 1.0, < 4)
|
rack (>= 1.0, < 4)
|
||||||
rack-mini-profiler (3.3.1)
|
rack-mini-profiler (4.0.1)
|
||||||
rack (>= 1.2.0)
|
rack (>= 1.2.0)
|
||||||
rack-oauth2 (2.3.0)
|
rack-oauth2 (2.3.0)
|
||||||
activesupport
|
activesupport
|
||||||
|
|
@ -503,7 +503,7 @@ DEPENDENCIES
|
||||||
omniauth-rails_csrf_protection (~> 2.0, >= 2.0.1)
|
omniauth-rails_csrf_protection (~> 2.0, >= 2.0.1)
|
||||||
omniauth_openid_connect (~> 0.7.1)
|
omniauth_openid_connect (~> 0.7.1)
|
||||||
rack-attack (~> 6.7)
|
rack-attack (~> 6.7)
|
||||||
rack-mini-profiler (~> 3.1)
|
rack-mini-profiler (~> 4.0, >= 4.0.1)
|
||||||
rails (~> 8.0, >= 8.0.1)
|
rails (~> 8.0, >= 8.0.1)
|
||||||
rails-i18n (~> 8.0, >= 8.0.1)
|
rails-i18n (~> 8.0, >= 8.0.1)
|
||||||
rdiscount (~> 2.2, >= 2.2.7.1)
|
rdiscount (~> 2.2, >= 2.2.7.1)
|
||||||
|
|
|
||||||
BIN
vendor/cache/rack-mini-profiler-3.3.1.gem
vendored
BIN
vendor/cache/rack-mini-profiler-3.3.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/rack-mini-profiler-4.0.1.gem
vendored
Normal file
BIN
vendor/cache/rack-mini-profiler-4.0.1.gem
vendored
Normal file
Binary file not shown.
Loading…
Reference in a new issue