Use the latest version of SystemTimer. Also gets rid of the warning: 'cleanup_timer: Previous SIG_ALRM handler not initialized\!\:' when running the tests due to using the older version of this gem.

This commit is contained in:
Shaun McDonald 2010-01-18 00:20:45 +00:00
parent cd2f195650
commit 868210ece7

View 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 'system_timer'
config.gem 'SystemTimer', :lib => 'system_timer', :source => "http://gemcutter.org/"
# Only load the plugins named here, in the order given. By default, all plugins
# in vendor/plugins are loaded in alphabetical order.