summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-19 13:56:55 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-19 13:56:55 +0200
commit54a24608a29d113f0c607027cddd8b6947c6a55c (patch)
treea85f917e0386bf6b83f97622167339cffd519785 /Gemfile
parentcfe89832722c50e798d73ac43d6e0ae7d7fb78e9 (diff)
downloadgitlab-ce-54a24608a29d113f0c607027cddd8b6947c6a55c.tar.gz
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