2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-07 12:02:53 +08:00

Merge pull request #3059 from simi/patch-1

Fix typo in Gemfile
This commit is contained in:
Régis Hanol 2014-12-29 12:40:33 +01:00
commit 5ac0fd019e

View file

@ -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