Skip to content

Commit

Permalink
Merge pull request #5307 from solidusio/backport/v4.1/pr-5290
Browse files Browse the repository at this point in the history
[v4.1] Update deprecation horizon
  • Loading branch information
waiting-for-dev authored Aug 7, 2023
2 parents c397e01 + 25b2ece commit 1f95ba8
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 1f95ba8

Please sign in to comment.