diff options
author | Connor Shea <connor.james.shea@gmail.com> | 2016-07-01 09:34:02 -0600 |
---|---|---|
committer | Connor Shea <connor.james.shea@gmail.com> | 2016-07-01 09:34:02 -0600 |
commit | fb056c78a7348b8f00024c908fa4b13c606cc1a7 (patch) | |
tree | bbe678ad1e808860ad124c4d033f338d3b1eae55 /Gemfile | |
parent | 984698dc968828495d6a1680231775924b0979d4 (diff) | |
download | gitlab-ce-fb056c78a7348b8f00024c908fa4b13c606cc1a7.tar.gz |
Upgrade Thin from 1.6.1 to 1.7.0.
Includes support for Rack 2.
Changelog: https://github.com/macournoyer/thin/blob/master/CHANGELOG
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -265,7 +265,7 @@ group :development do gem "sdoc", '~> 0.3.20' # thin instead webrick - gem 'thin', '~> 1.6.1' + gem 'thin', '~> 1.7.0' end group :development, :test do |