Skip to content

Commit 6c4d16f

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 9db8df6 commit 6c4d16f

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
@@ -231,10 +231,11 @@ GEM
231231
test-unit (>= 2.5.2)
232232
test-unit-runner-tap (1.1.2)
233233
test-unit
234-
thin (1.8.2)
234+
thin (2.0.1)
235235
daemons (~> 1.0, >= 1.0.9)
236236
eventmachine (~> 1.0, >= 1.0.4)
237-
rack (>= 1, < 3)
237+
logger
238+
rack (>= 1, < 4)
238239
tilt (2.5.0)
239240
timeout (0.4.3)
240241
timers (4.4.0)
@@ -301,7 +302,7 @@ DEPENDENCIES
301302
sqlite3 (~> 2.7)
302303
term-ansicolor
303304
test-unit-full (~> 0.0.5)
304-
thin (~> 1.8)
305+
thin (~> 2.0)
305306
uglifier (~> 4.2)
306307
websocket-client-simple (~> 0.6.1)
307308
xmlrpc (~> 0.3.3)

0 commit comments

Comments
 (0)