]> git.openstreetmap.org Git - rails.git/blobdiff - config/environment.rb
Require i18n version 0.4.1 and fix monkey patch to work with it
[rails.git] / config / environment.rb
index e2349573f9db798d0af9360793b8ca60f60de3db..00067a2638ff279396b286fa326a0fc371d31dfa 100644 (file)
@@ -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