Skip to content

Commit

Permalink
Add active support modules
Browse files Browse the repository at this point in the history
  • Loading branch information
npezza93 committed Nov 23, 2023
1 parent 991a751 commit e6747e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/redi_search/log_subscriber.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# frozen_string_literal: true

require "active_support/version"
require "active_support/deprecation"
require "active_support/deprecator"
require "active_support/log_subscriber"
if ActiveSupport::VERSION::MAJOR > 6
require "active_support/isolated_execution_state"
Expand Down

0 comments on commit e6747e7

Please sign in to comment.