Fixed activesupport deprecation warning

This commit is contained in:
Andrew Nesbitt 2009-11-28 22:08:11 +08:00 committed by Javan Makhmali
parent 9968a75e51
commit cc2993f1be

View File

@ -12,7 +12,7 @@ end
# It was previously defined as a dependency of this gem, but that became
# problematic. See: http://github.com/javan/whenever/issues#issue/1
begin
require 'activesupport'
require 'active_support'
rescue LoadError
warn 'To user Whenever you need the activesupport gem:'
warn '$ sudo gem install activesupport'