Skip to content

Commit b0ea6a9

Browse files
Bump thin from 1.8.2 to 2.0.1
Bumps [thin](https://github.com/macournoyer/thin) from 1.8.2 to 2.0.1. - [Release notes](https://github.com/macournoyer/thin/releases) - [Changelog](https://github.com/macournoyer/thin/blob/master/CHANGELOG) - [Commits](macournoyer/thin@v1.8.2...v2.0.1) --- updated-dependencies: - dependency-name: thin dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c5c2ee3 commit b0ea6a9

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gem 'net-smtp', require: false
88
gem 'json'
99

1010
gem 'eventmachine', '~> 1.2', '>= 1.2.7'
11-
gem 'thin', '~> 1.8'
11+
gem 'thin', '~> 2.0'
1212
gem 'sinatra', '~> 3.2'
1313
gem 'rack', '~> 2.2'
1414
gem 'rack-protection', '~> 3.2.0'

Gemfile.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -251,10 +251,11 @@ GEM
251251
test-unit (>= 2.5.2)
252252
test-unit-runner-tap (1.1.2)
253253
test-unit
254-
thin (1.8.2)
254+
thin (2.0.1)
255255
daemons (~> 1.0, >= 1.0.9)
256256
eventmachine (~> 1.0, >= 1.0.4)
257-
rack (>= 1, < 3)
257+
logger
258+
rack (>= 1, < 4)
258259
tilt (2.6.1)
259260
timeout (0.4.3)
260261
timers (4.4.0)
@@ -327,7 +328,7 @@ DEPENDENCIES
327328
sqlite3 (~> 2.7)
328329
term-ansicolor
329330
test-unit-full (~> 0.0.5)
330-
thin (~> 1.8)
331+
thin (~> 2.0)
331332
uglifier (~> 4.2)
332333
websocket-client-simple (~> 0.6.1)
333334
xmlrpc (~> 0.3.3)

0 commit comments

Comments
 (0)