From bc0692d75b1eeb7bc439869d892da9b835b40e0d Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Wed, 24 Aug 2016 19:23:37 +0200 Subject: Removing mini-profiler that doesn't work, formatting timelines a bit better --- Gemfile | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index c4f4480f1..cd4989cb6 100644 --- a/Gemfile +++ b/Gemfile @@ -60,13 +60,8 @@ group :development do gem 'binding_of_caller' gem 'letter_opener' gem 'bullet' - gem 'memory_profiler' end group :production do gem 'rails_12factor' end - -group :development, :production do - gem 'rack-mini-profiler' -end -- cgit