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.lock | |
parent | cfe89832722c50e798d73ac43d6e0ae7d7fb78e9 (diff) | |
download | gitlab-ce-54a24608a29d113f0c607027cddd8b6947c6a55c.tar.gz |
Remove chdir inside runtime. Improved gitolite shell commands
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 666f0d081d7..7bf31c95bab 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -144,6 +144,7 @@ GEM colorize (0.5.8) connection_pool (1.0.0) crack (0.3.1) + daemons (1.1.9) devise (2.1.2) bcrypt-ruby (~> 3.0) orm_adapter (~> 0.1) @@ -436,6 +437,10 @@ GEM test_after_commit (0.0.1) therubyracer (0.10.2) libv8 (~> 3.3.10) + thin (1.5.0) + daemons (>= 1.0.9) + eventmachine (>= 0.12.6) + rack (>= 1.0.0) thor (0.16.0) tilt (1.3.3) timers (1.0.2) @@ -542,6 +547,7 @@ DEPENDENCIES stamp test_after_commit therubyracer + thin uglifier (~> 1.3.0) unicorn (~> 4.4.0) webmock |