Skip to content

Commit

Permalink
Require active_support's delegation module (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronjensen committed May 21, 2024
1 parent 495bda0 commit c14f2b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/propshaft.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
require "active_support"
require "active_support/core_ext/module/attribute_accessors"
require "active_support/core_ext/module/delegation"
require "logger"

module Propshaft
Expand Down

0 comments on commit c14f2b4

Please sign in to comment.