]> git.openstreetmap.org Git - rails.git/blobdiff - config/environment.rb
List bugs submited or commented on by user
[rails.git] / config / environment.rb
index b040c5a46da90883f7703f6ac67ff2a5b4d3abfe..f13b2752b5e2c5fd8bb9bc42f3294739ca9a01ab 100644 (file)
@@ -52,7 +52,7 @@ 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'
 
   # Only load the plugins named here, in the order given. By default, all plugins
   # in vendor/plugins are loaded in alphabetical order.
@@ -99,4 +99,5 @@ Rails::Initializer.run do |config|
 
   # Make Active Record use UTC-base instead of local time
   config.active_record.default_timezone = :utc
+
 end