Skip to content

Commit

Permalink
Fix rails 7.1 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
malomalo committed Nov 14, 2023
1 parent 1f9489f commit 75b9fac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/bob_ross/log_subscriber.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
require 'active_support/version'
require 'active_support/deprecation'
require 'active_support/deprecator'
require 'active_support/log_subscriber'
require 'active_support/isolated_execution_state' if ActiveSupport::VERSION::MAJOR > 6

Expand Down

0 comments on commit 75b9fac

Please sign in to comment.