diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-01-14 20:21:04 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-01-14 20:21:04 +0200 |
commit | e98d4780850e8649718f10c2a4d5b3dc7f04b390 (patch) | |
tree | 6474a66d8ed3d937d2559b6ccf44719ec33fc3d3 /Gemfile | |
parent | b6da734824d0c74ef5bb4b784d404144c76d75f4 (diff) | |
download | gitlab-ce-e98d4780850e8649718f10c2a4d5b3dc7f04b390.tar.gz |
remove thin from production env. Use unicorn for foreman
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -71,7 +71,6 @@ gem "redcarpet", "~> 2.2.2" gem "github-markup", "~> 0.7.4", require: 'github/markup' # Servers -gem "thin", '~> 1.5.0' gem "unicorn", "~> 4.4.0" # Issue tags |