Upgrade Thin from 1.6.1 to 1.7.0.
Includes support for Rack 2. Changelog: https://github.com/macournoyer/thin/blob/master/CHANGELOG
Showing
... | @@ -265,7 +265,7 @@ group :development do | ... | @@ -265,7 +265,7 @@ group :development do |
gem "sdoc", '~> 0.3.20' | gem "sdoc", '~> 0.3.20' | ||
# thin instead webrick | # thin instead webrick | ||
gem 'thin', '~> 1.6.1' | gem 'thin', '~> 1.7.0' | ||
end | end | ||
group :development, :test do | group :development, :test do | ||
... | ... |
Please register or sign in to comment