Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-19 15:56:55 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-19 15:56:55 +0400
commit54a24608a29d113f0c607027cddd8b6947c6a55c (patch)
treea85f917e0386bf6b83f97622167339cffd519785 /Gemfile
parentcfe89832722c50e798d73ac43d6e0ae7d7fb78e9 (diff)
Remove chdir inside runtime. Improved gitolite shell commands
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 87f45e59c69..96b5bb6a074 100644
--- a/Gemfile
+++ b/Gemfile
@@ -127,6 +127,9 @@ group :development do
# Docs generator
gem "sdoc"
+
+ # thin instead webrick
+ gem 'thin'
end
group :development, :test do