We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cca0deb commit b7b7f38Copy full SHA for b7b7f38
lib/git.rb
@@ -4,7 +4,7 @@
4
require 'active_support/deprecation'
5
6
module Git
7
- Deprecation = ActiveSupport::Deprecation.new('3.0', 'Git')
+ Deprecation = ActiveSupport::Deprecation.new('5.0.0', 'Git')
8
end
9
10
require 'git/author'
0 commit comments