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:
parent
cd2f195650
commit
868210ece7
1 changed files with 4 additions and 4 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue