Skip to content

Commit

Permalink
Merge pull request #86 from bensheldon/fix_requires
Browse files Browse the repository at this point in the history
Explicitly require thread_mattr_accessor from ActiveSupport
  • Loading branch information
bensheldon authored Aug 21, 2020
2 parents 2790eca + 2203e85 commit b87b8ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/good_job/current_execution.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require 'active_support/core_ext/module/attribute_accessors_per_thread'

module GoodJob
# Thread-local attributes for passing values from Instrumentation.
# (Cannot use ActiveSupport::CurrentAttributes because ActiveJob resets it)
Expand Down

0 comments on commit b87b8ea

Please sign in to comment.