Skip to content

Commit

Permalink
Merge pull request #861 from Shopify/active_support_v7_fixes
Browse files Browse the repository at this point in the history
v2.3.7
  • Loading branch information
gigr authored Jan 11, 2022
2 parents 2ec6c0f + c8dca4d commit 5faa4ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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
2 changes: 1 addition & 1 deletion lib/krane/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Krane
VERSION = "2.3.6"
VERSION = "2.3.7"
end

0 comments on commit 5faa4ff

Please sign in to comment.