From 2171bbcd6effb4b0de873ee502050fa543198ded Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Tue, 25 Feb 2014 17:41:56 +0200 Subject: [PATCH] Update rack profiler --- Gemfile.lock | 2 +- app/controllers/application_controller.rb | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f93b090..e55bd26 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -340,7 +340,7 @@ GEM rack-attack (2.3.0) rack rack-cors (0.2.9) - rack-mini-profiler (0.1.31) + rack-mini-profiler (0.9.0) rack (>= 1.1.3) rack-mount (0.8.3) rack (>= 1.0.0) diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index acb2f2c..bb25327 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -154,7 +154,6 @@ class ApplicationController < ActionController::Base end def dev_tools - Rack::MiniProfiler.authorize_request end def default_headers -- libgit2 0.21.2