Fixed activesupport deprecation warning
This commit is contained in:
parent
9968a75e51
commit
cc2993f1be
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user