Skip to content
Snippets Groups Projects
Commit d9edea97 authored by Robert Speicher's avatar Robert Speicher
Browse files

Merge branch 'upgrade-thin' into 'master'

Upgrade Thin from 1.6.1 to 1.7.0.

Includes support for Rack 2. Working toward #14286.

Changelog: https://github.com/macournoyer/thin/blob/master/CHANGELOG

See merge request !5047
parents 557ca2b3 fb056c78
No related branches found
No related tags found
1 merge request!5047Upgrade Thin from 1.6.1 to 1.7.0.
Pipeline #
Loading
@@ -264,7 +264,7 @@ group :development do
Loading
@@ -264,7 +264,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
Loading
Loading
Loading
@@ -725,10 +725,10 @@ GEM
Loading
@@ -725,10 +725,10 @@ GEM
temple (0.7.7) temple (0.7.7)
test_after_commit (0.4.2) test_after_commit (0.4.2)
activerecord (>= 3.2) activerecord (>= 3.2)
thin (1.6.4) thin (1.7.0)
daemons (~> 1.0, >= 1.0.9) daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4) eventmachine (~> 1.0, >= 1.0.4)
rack (~> 1.0) rack (>= 1, < 3)
thor (0.19.1) thor (0.19.1)
thread_safe (0.3.5) thread_safe (0.3.5)
tilt (2.0.5) tilt (2.0.5)
Loading
@@ -970,7 +970,7 @@ DEPENDENCIES
Loading
@@ -970,7 +970,7 @@ DEPENDENCIES
teaspoon (~> 1.1.0) teaspoon (~> 1.1.0)
teaspoon-jasmine (~> 2.2.0) teaspoon-jasmine (~> 2.2.0)
test_after_commit (~> 0.4.2) test_after_commit (~> 0.4.2)
thin (~> 1.6.1) thin (~> 1.7.0)
tinder (~> 1.10.0) tinder (~> 1.10.0)
turbolinks (~> 2.5.0) turbolinks (~> 2.5.0)
u2f (~> 0.2.1) u2f (~> 0.2.1)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment