Removing mini-profiler that doesn't work, formatting timelines a bit better

This commit is contained in:
Eugen Rochko 2016-08-24 19:23:37 +02:00
parent d23671b5fd
commit bc0692d75b
6 changed files with 4 additions and 28 deletions

View file

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