X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/bbf30e76e4bfcd70e62fc84ecd32c5e494506e9e..2b21b7f841faa4f4387e500895b921c8b1941f4e:/config/environment.rb diff --git a/config/environment.rb b/config/environment.rb index 70a1ddbd5..01115ba97 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -54,6 +54,7 @@ Rails::Initializer.run do |config| config.gem 'httpclient' config.gem 'ruby-openid', :lib => 'openid', :version => '>=2.0.4' config.gem 'SystemTimer', :version => '>= 1.1.3', :lib => 'system_timer' + config.gem 'sanitize' # Only load the plugins named here, in the order given. By default, all plugins # in vendor/plugins are loaded in alphabetical order.