Skip to content

Commit

Permalink
Require thread before active_support for compatibility with Rails < 2…
Browse files Browse the repository at this point in the history
….3.11 and RubyGems >= 1.6.0.
  • Loading branch information
botandrose committed Sep 13, 2011
1 parent 94c375a commit aa181d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/whenever.rb
@@ -1,5 +1,5 @@
require 'active_support/all'
require 'thread'
require 'active_support/all'

module Whenever
autoload :JobList, 'whenever/job_list'
Expand Down

0 comments on commit aa181d5

Please sign in to comment.