Skip to content

Commit 418f853

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 a16f98f commit 418f853

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
@@ -230,10 +230,11 @@ GEM
230230
test-unit (>= 2.5.2)
231231
test-unit-runner-tap (1.1.2)
232232
test-unit
233-
thin (1.8.2)
233+
thin (2.0.1)
234234
daemons (~> 1.0, >= 1.0.9)
235235
eventmachine (~> 1.0, >= 1.0.4)
236-
rack (>= 1, < 3)
236+
logger
237+
rack (>= 1, < 4)
237238
tilt (2.5.0)
238239
timeout (0.4.3)
239240
timers (4.4.0)
@@ -299,7 +300,7 @@ DEPENDENCIES
299300
sqlite3 (~> 2.7)
300301
term-ansicolor
301302
test-unit-full (~> 0.0.5)
302-
thin (~> 1.8)
303+
thin (~> 2.0)
303304
uglifier (~> 4.2)
304305
websocket-client-simple (~> 0.6.1)
305306
xmlrpc (~> 0.3.3)

0 commit comments

Comments
 (0)