Skip to content

Commit

Permalink
Fix whenever upgrade by declaring dependency
Browse files Browse the repository at this point in the history
Whenever doesn't depend on ActiveSupport any more. So we can't rely on
YAML being automatically loaded for us. We have to require it.
  • Loading branch information
mkllnk committed Jan 16, 2019
1 parent 483d889 commit 520ec5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/schedule.rb
@@ -1,4 +1,5 @@
require 'whenever'
require 'yaml'

# Learn more: http://github.com/javan/whenever

Expand Down

0 comments on commit 520ec5d

Please sign in to comment.