diff options
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 5 |
1 files changed, 0 insertions, 5 deletions
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 |