Add rack_mini_profiler

This commit is contained in:
Simon Lehericey 2017-07-21 13:42:40 +02:00
parent 2b53023e5f
commit 0a1edce5e0
2 changed files with 5 additions and 0 deletions

View file

@ -109,6 +109,8 @@ gem 'prawn_rails', '~> 0.0.11'
gem 'chunky_png'
gem 'sentry-raven'
gem 'rack-mini-profiler'
group :test do
gem 'capybara'
gem 'launchy'

View file

@ -448,6 +448,8 @@ GEM
rack (2.0.1)
rack-handlers (0.7.3)
rack
rack-mini-profiler (0.10.5)
rack (>= 1.2.0)
rack-oauth2 (1.4.0)
activesupport (>= 2.3)
attr_required (>= 0.0.5)
@ -725,6 +727,7 @@ DEPENDENCIES
prawn_rails (~> 0.0.11)
pry-byebug
rack-handlers
rack-mini-profiler
rails (= 5.0.0.1)
rails-controller-testing
redis