X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c08f9a2f0343a4c9ca2543737c8cb8747d816e02..a9ff3bfc4b94530debc35bee33ee7558d0f7b61d:/config/environment.rb diff --git a/config/environment.rb b/config/environment.rb index 7e550ca9f..ce5a89350 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -21,11 +21,14 @@ Rails::Initializer.run do |config| config.gem 'libxml-ruby', :version => '>= 1.1.1', :lib => 'libxml' config.gem 'rmagick', :lib => 'RMagick' config.gem 'oauth', :version => '>= 0.4.3' - config.gem 'oauth-plugin', :version => '>= 0.3.14' + config.gem 'oauth-plugin', :version => '0.3.14' config.gem 'httpclient' config.gem 'SystemTimer', :version => '>= 1.1.3', :lib => 'system_timer' config.gem 'sanitize' - config.gem 'i18n', :version => '>= 0.4.1' + config.gem 'i18n', :version => '>= 0.5.0' + if defined?(MEMCACHE_SERVERS) + config.gem 'memcached' + end # 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