Skip to content

Commit

Permalink
isolated_execution_state active_support require for Rails 7+
Browse files Browse the repository at this point in the history
  • Loading branch information
timothysmith0609 committed Jan 10, 2022
1 parent b6c0747 commit 212851a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/krane/common.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# frozen_string_literal: true

require 'active_support'
require 'active_support/isolated_execution_state' if ActiveSupport::VERSION::MAJOR > 6
require 'active_support/core_ext/object/blank'
require 'active_support/core_ext/hash/reverse_merge'
require 'active_support/core_ext/hash/slice'
Expand Down

0 comments on commit 212851a

Please sign in to comment.