Skip to content

Commit

Permalink
Update deprecation horizon
Browse files Browse the repository at this point in the history
After we released Solidus 4.0, all the new deprecations need
to target the next major, so 5.0.

(cherry picked from commit 59920d8)
  • Loading branch information
kennyadsl committed Aug 7, 2023
1 parent c397e01 commit 25b2ece
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 25b2ece

Please sign in to comment.