Skip to content

Commit

Permalink
require active_support/all. fix javan#52
Browse files Browse the repository at this point in the history
  • Loading branch information
javan committed Apr 26, 2010
1 parent cd92f1f commit 19c9bbd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/whenever.rb
Expand Up @@ -12,10 +12,10 @@
# 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 'active_support'
require 'active_support/all'
rescue LoadError
warn 'To user Whenever you need the active_support gem:'
warn '$ sudo gem install active_support'
warn 'To use Whenever you need the active_support gem:'
warn '$ gem install activesupport'
exit(1)
end

Expand Down

0 comments on commit 19c9bbd

Please sign in to comment.