From e69b8f8eff14ac9b51ee03a93293b09ca7d9a8e2 Mon Sep 17 00:00:00 2001 From: Etienne Ischer Date: Sat, 7 Aug 2021 18:23:06 +0200 Subject: [PATCH] reconfigure rack mini profiller to use master track --- Gemfile | 2 +- Gemfile.lock | 12 +++--------- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/Gemfile b/Gemfile index 12ce9f7..ddae4cd 100644 --- a/Gemfile +++ b/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 diff --git a/Gemfile.lock b/Gemfile.lock index a33a153..07c7ea1 100644 --- a/Gemfile.lock +++ b/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)