From 6d770d0e6e5dd09419ec80c186d4b8f39f4a36ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20=C5=A0im=C3=A1nek?= Date: Sat, 27 Dec 2014 14:03:48 +0100 Subject: [PATCH] Fix typo in Gemfile [ci skip] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index e5837a1af71..5ea606a1c9d 100644 --- a/Gemfile +++ b/Gemfile @@ -230,7 +230,7 @@ gem 'lru_redux' gem 'htmlentities', require: false # 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 railties # we are open to it. by deferring require to the initializer we can configure discourse installs without it gem 'flamegraph', require: false