]> git.openstreetmap.org Git - rails.git/blobdiff - config/environment.rb
Make a branch for working on the copyright page.
[rails.git] / config / environment.rb
index b040c5a46da90883f7703f6ac67ff2a5b4d3abfe..c8c874a3c9e8bea9be84a9cad3e3134bae61fa3e 100644 (file)
@@ -52,7 +52,11 @@ Rails::Initializer.run do |config|
   config.gem 'rmagick', :lib => 'RMagick'
   config.gem 'oauth', :version => '>= 0.3.6'
   config.gem 'httpclient'
-  config.gem 'SystemTimer', :lib => 'system_timer', :source => "http://gemcutter.org/"
+  config.gem 'SystemTimer', :version => '>= 1.1.3', :lib => 'system_timer'
+  config.gem 'sanitize'
+  # if Rails.env == "development"
+    config.gem 'timecop'
+  # end
 
   # Only load the plugins named here, in the order given. By default, all plugins
   # in vendor/plugins are loaded in alphabetical order.