From e6d9903db16258b2a31e257097fa1f620ce870e6 Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 6 Jan 2014 12:22:02 +1100 Subject: [PATCH] update to latest version of mini profiler --- Gemfile | 2 +- Gemfile_rails4.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 28257d591..f63229169 100644 --- a/Gemfile +++ b/Gemfile @@ -198,7 +198,7 @@ gem 'lru_redux' # we are open to it. by deferring require to the initializer we can configure disourse installs without it gem 'flamegraph', require: false -gem 'rack-mini-profiler', '0.9.0.pre ', require: false +gem 'rack-mini-profiler', require: false # used for caching, optional gem 'rack-cors', require: false diff --git a/Gemfile_rails4.lock b/Gemfile_rails4.lock index cf583e207..636fb733d 100644 --- a/Gemfile_rails4.lock +++ b/Gemfile_rails4.lock @@ -231,7 +231,7 @@ GEM rack (1.5.2) rack-cors (0.2.8) rack - rack-mini-profiler (0.9.0.pre) + rack-mini-profiler (0.9.0) rack (>= 1.1.3) rack-openid (1.3.1) rack (>= 1.1.0) @@ -455,7 +455,7 @@ DEPENDENCIES puma qunit-rails rack-cors - rack-mini-profiler (= 0.9.0.pre) + rack-mini-profiler rack-protection rails rails-observers