Add gravatar no-op library.
This helps to not break on plugins having require "gravatar" in their init.rb. This statement is not needed anymore in any supported version of ChiliProject (or Redmine for that matter) and should thus be removed from all plugins.
This commit is contained in:
parent
72e9805b72
commit
4c4383ff71
|
@ -0,0 +1,2 @@
|
|||
ActiveSupport::Deprecation.warn("\"require gravatar\" is not needed anymore. Please remove this statement from your code.")
|
||||
require "gravatarify"
|
Loading…
Reference in New Issue