Remove chdir inside runtime. Improved gitolite shell commands

This commit is contained in:
Dmitriy Zaporozhets 2013-01-19 13:56:55 +02:00
parent cfe8983272
commit 54a24608a2
3 changed files with 39 additions and 14 deletions

View file

@ -127,6 +127,9 @@ group :development do
# Docs generator
gem "sdoc"
# thin instead webrick
gem 'thin'
end
group :development, :test do