diff options
author | shtirlic <serg@podtynnyi.com> | 2012-11-10 20:30:22 +0400 |
---|---|---|
committer | shtirlic <serg@podtynnyi.com> | 2012-11-10 20:30:22 +0400 |
commit | 4abf5d06f1104469500c3565890f70f81fbee8bc (patch) | |
tree | 9ae7a61a983069fb25530358d1477ecd8fdef79a /Gemfile | |
parent | ca54d43f9900666ff86fb4c647f9f9441eec781a (diff) | |
download | gitlab-ce-4abf5d06f1104469500c3565890f70f81fbee8bc.tar.gz |
Update thin closes #1765 and maybe #1051
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,7 +68,7 @@ gem "redcarpet", "~> 2.1.1" gem "github-markup", "~> 0.7.4", require: 'github/markup' # Servers -gem "thin" +gem "thin", '~> 1.5.0' gem "unicorn" # Issue tags |