X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/f07819d81a7437e58c6e64c2e76ba7e54fad9034..b477cd549219289a11621f2bf8d2bbf404d844ce:/config/environment.rb diff --git a/config/environment.rb b/config/environment.rb index e2349573f..00067a263 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -24,6 +24,7 @@ Rails::Initializer.run do |config| config.gem 'httpclient' config.gem 'SystemTimer', :version => '>= 1.1.3', :lib => 'system_timer' config.gem 'sanitize' + config.gem 'i18n', :version => '>= 0.4.1' # Only load the plugins named here, in the order given (default is alphabetical). # :all can be used as a placeholder for all plugins not explicitly named