Skip to content

Commit

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 18, 2020
1 parent 0f17402 commit ee09c6e
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 @@ -31,7 +31,7 @@ gem 'sdoc', '~> 2.0', group: :doc
gem 'foreman', '~> 0.87'

group :production do
gem 'thin', '~> 1.7'
gem 'thin', '~> 1.8'
gem 'rails_12factor', '~> 0.0'
gem 'puma', '~> 5.0'
end
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ GEM
therubyracer (0.12.3)
libv8 (~> 3.16.14.15)
ref
thin (1.7.2)
thin (1.8.0)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
Expand Down Expand Up @@ -840,7 +840,7 @@ DEPENDENCIES
spring (~> 2.1)
sqlite3 (~> 1.4)
therubyracer (~> 0.12)
thin (~> 1.7)
thin (~> 1.8)
timecop (~> 0.9)
travis (~> 1.8)
turbolinks (~> 5.2)
Expand Down

0 comments on commit ee09c6e

Please sign in to comment.