Skip to content

Commit

Permalink
Update deprecation horizon
Browse files Browse the repository at this point in the history
This change needs to be backported to Solidus 4.0 and 4.1
  • Loading branch information
kennyadsl committed Jul 28, 2023
1 parent 51a5474 commit 798f565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/spree/deprecation.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

module Spree
def self.deprecator
@deprecator ||= ActiveSupport::Deprecation.new('4.0', 'Solidus')
@deprecator ||= ActiveSupport::Deprecation.new('5.0', 'Solidus')
end

Deprecation = begin # rubocop:disable Naming/ConstantName
Expand Down

0 comments on commit 798f565

Please sign in to comment.