Merge pull request #2040 from jpsullivan/patch-1

Typo fix
This commit is contained in:
Régis Hanol 2014-03-02 18:36:22 +01:00
commit 10cd9680c0
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ gem 'lru_redux'
# IMPORTANT: mini profiler monkey patches, so it better be required last # 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 # 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 'flamegraph', require: false
gem 'rack-mini-profiler', require: false gem 'rack-mini-profiler', require: false