Skip to content

Commit

Permalink
Fixed activesupport deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew authored and javan committed Nov 30, 2009
1 parent 9968a75 commit cc2993f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/whenever.rb
Expand Up @@ -12,7 +12,7 @@
# 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'
Expand Down

0 comments on commit cc2993f

Please sign in to comment.