Skip to content

Commit

Permalink
Merge pull request #5290 from nebulab/kennyadsl/update-deprecation-ho…
Browse files Browse the repository at this point in the history
…rizon

Update deprecation horizon
  • Loading branch information
waiting-for-dev authored Aug 7, 2023
2 parents 4786fc4 + 59920d8 commit 7413879
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 @@ -3,7 +3,7 @@
require 'active_support/deprecation'

module Spree
Deprecation = ActiveSupport::Deprecation.new('4.0', 'Solidus')
Deprecation = ActiveSupport::Deprecation.new('5.0', 'Solidus')

# This DeprecatedInstanceVariableProxy transforms instance variable to
# deprecated instance variable.
Expand Down

0 comments on commit 7413879

Please sign in to comment.