Skip to content

Commit

Permalink
Bump thin from 1.8.1 to 1.8.2 (#2777)
Browse files Browse the repository at this point in the history
Bumps [thin](https://github.com/macournoyer/thin) from 1.8.1 to 1.8.2.
- [Release notes](https://github.com/macournoyer/thin/releases)
- [Changelog](https://github.com/macournoyer/thin/blob/master/CHANGELOG)
- [Commits](https://github.com/macournoyer/thin/commits)

---
updated-dependencies:
- dependency-name: thin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 3, 2023
1 parent 4a4eb30 commit 0faf517
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ gem 'net-smtp', require: false
gem 'json'

gem 'eventmachine', '~> 1.2', '>= 1.2.7'
gem 'thin', '~> 1.8', '>= 1.8.1'
gem 'thin', '~> 1.8'
gem 'sinatra', '~> 3.0', '>= 3.0.5'
gem 'rack', '~> 2.2', '>= 2.2.4'
gem 'rack-protection', '~> 3.0.5'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ GEM
test-unit (>= 2.5.2)
test-unit-runner-tap (1.1.2)
test-unit
thin (1.8.1)
thin (1.8.2)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
Expand Down Expand Up @@ -264,7 +264,7 @@ DEPENDENCIES
sqlite3 (~> 1.6, >= 1.6.1)
term-ansicolor
test-unit-full (~> 0.0.5)
thin (~> 1.8, >= 1.8.1)
thin (~> 1.8)
uglifier (~> 4.2)
websocket-client-simple (~> 0.6.1)
xmlrpc (~> 0.3.2)
Expand Down

0 comments on commit 0faf517

Please sign in to comment.