Skip to content

Commit b7b7f38

Browse files
committed
fix: correct the deprecation horizon for Git deprecations
Correctly report that the current deprecations will be removed by version 5.0.0 of the git gem.
1 parent cca0deb commit b7b7f38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/git.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
require 'active_support/deprecation'
55

66
module Git
7-
Deprecation = ActiveSupport::Deprecation.new('3.0', 'Git')
7+
Deprecation = ActiveSupport::Deprecation.new('5.0.0', 'Git')
88
end
99

1010
require 'git/author'

0 commit comments

Comments
 (0)