]> git.openstreetmap.org Git - rails.git/blobdiff - config/environment.rb
Show a popup listing available editors when hovering over the edit tab
[rails.git] / config / environment.rb
index e2349573f9db798d0af9360793b8ca60f60de3db..6d6c952fb0143811374acf7b1862fa25cc4bfa59 100644 (file)
@@ -20,10 +20,12 @@ Rails::Initializer.run do |config|
   end
   config.gem 'libxml-ruby', :version => '>= 1.1.1', :lib => 'libxml'
   config.gem 'rmagick', :lib => 'RMagick'
-  config.gem 'oauth', :version => '>= 0.3.6'
+  config.gem 'oauth', :version => '>= 0.4.3'
+  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'
 
   # 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