You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/git.rb
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -27,11 +27,6 @@
27
27
require'git/worktree'
28
28
require'git/worktrees'
29
29
30
-
lib=Git::Lib.new(nil,nil)
31
-
unlesslib.meets_required_version?
32
-
$stderr.puts"[WARNING] The git gem requires git #{lib.required_command_version.join('.')} or later, but only found #{lib.current_command_version.join('.')}. You should probably upgrade."
33
-
end
34
-
35
30
# The Git module provides the basic functions to open a git
36
31
# reference to work with. You can open a working directory,
37
32
# open a bare repository, initialize a new repo or clone an
$stderr.puts"[WARNING] The git gem requires git #{lib.required_command_version.join('.')} or later, but only found #{lib.current_command_version.join('.')}. You should probably upgrade."
0 commit comments