Skip to content

Commit

Permalink
Need tmpdir requirement for Dir.tmpdir
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed Jun 14, 2010
1 parent d034be8 commit 996b361
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/gitosis.rb
@@ -1,6 +1,7 @@
require 'lockfile' require 'lockfile'
require 'inifile' require 'inifile'
require 'net/ssh' require 'net/ssh'
require 'tmpdir'


module Gitosis module Gitosis
def self.renderUrls(baseUrlStr, projectId, isReadOnly) def self.renderUrls(baseUrlStr, projectId, isReadOnly)
Expand Down

0 comments on commit 996b361

Please sign in to comment.