reconfigure rack mini profiller to use master track
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -71,7 +71,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', '~> 2.3.2' , git: "https://github.com/ceritium/rack-mini-profiler", branch: 'turbodrive-support'
|
||||
gem 'rack-mini-profiler', '~> 2.3.2'
|
||||
# The Listen gem listens to file modifications and notifies you about the changes. Works everywhere
|
||||
gem 'listen', '~> 3.3'
|
||||
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
|
||||
|
||||
12
Gemfile.lock
12
Gemfile.lock
@@ -6,14 +6,6 @@ GIT
|
||||
require_all
|
||||
typhoeus (~> 1.1)
|
||||
|
||||
GIT
|
||||
remote: https://github.com/ceritium/rack-mini-profiler
|
||||
revision: da799a00e15faa04f2d7e95ccea1ede6eb6ed622
|
||||
branch: turbodrive-support
|
||||
specs:
|
||||
rack-mini-profiler (2.3.2)
|
||||
rack (>= 1.2.0)
|
||||
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
@@ -207,6 +199,8 @@ GEM
|
||||
nio4r (~> 2.0)
|
||||
racc (1.5.2)
|
||||
rack (2.2.3)
|
||||
rack-mini-profiler (2.3.2)
|
||||
rack (>= 1.2.0)
|
||||
rack-proxy (0.6.5)
|
||||
rack
|
||||
rack-test (1.1.0)
|
||||
@@ -413,7 +407,7 @@ DEPENDENCIES
|
||||
pg (~> 1.1)
|
||||
pry-rails (~> 0.3.9)
|
||||
puma (~> 5.0)
|
||||
rack-mini-profiler (~> 2.3.2)!
|
||||
rack-mini-profiler
|
||||
rails (~> 6.1.3, >= 6.1.3.1)
|
||||
rails-erd
|
||||
rails-i18n (~> 6.0.0)
|
||||
|
||||
Reference in New Issue
Block a user