]> git.openstreetmap.org Git - rails.git/blobdiff - config/environment.rb
Adding timecop as a gem dependency when in development env. This allows for time...
[rails.git] / config / environment.rb
index ba5241a21fc47a1d3a03c60a9fcab341585e5dac..724ceebbb85f241695c2d63d3d4c9b5a5761eba0 100644 (file)
@@ -53,6 +53,10 @@ Rails::Initializer.run do |config|
   config.gem 'oauth', :version => '>= 0.3.6'
   config.gem 'httpclient'
   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.