reconfigure rack mini profiller to use master track

This commit is contained in:
2021-08-07 18:23:06 +02:00
parent 87c1c67b5c
commit e69b8f8eff
2 changed files with 4 additions and 10 deletions

View File

@@ -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