From 6c5777838f8e27e7886d6c84ddf8ef51c0387421 Mon Sep 17 00:00:00 2001 From: Josh Sullivan Date: Sat, 1 Mar 2014 18:27:44 -0500 Subject: [PATCH] Typo fix --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 32b037d6699..a6542e8c879 100644 --- a/Gemfile +++ b/Gemfile @@ -202,7 +202,7 @@ gem 'lru_redux' # IMPORTANT: mini profiler monkey patches, so it better be required last # If you want to amend mini profiler to do the monkey patches in the railstie -# we are open to it. by deferring require to the initializer we can configure disourse installs without it +# we are open to it. by deferring require to the initializer we can configure discourse installs without it gem 'flamegraph', require: false gem 'rack-mini-profiler', require: false