diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-01-19 13:56:55 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-01-19 13:56:55 +0200 |
commit | 54a24608a29d113f0c607027cddd8b6947c6a55c (patch) | |
tree | a85f917e0386bf6b83f97622167339cffd519785 /Gemfile | |
parent | cfe89832722c50e798d73ac43d6e0ae7d7fb78e9 (diff) | |
download | gitlab-ce-54a24608a29d113f0c607027cddd8b6947c6a55c.tar.gz |
Remove chdir inside runtime. Improved gitolite shell commands
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -127,6 +127,9 @@ group :development do # Docs generator gem "sdoc" + + # thin instead webrick + gem 'thin' end group :development, :test do |