Skip to content

Commit

Permalink
Add Support for puma 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seuros committed Oct 21, 2022
1 parent e952487 commit 2cc1184
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,8 @@ To make it work with rvm, rbenv and chruby, install the plugin after correspondi

### Config

To list available tasks use `cap -T`


Ensure that `tmp/pids` and ` tmp/sockets log` are shared (via `linked_dirs`):

`This step is mandatory before deploying, otherwise puma server won't start`
Puma configuration is expected to be in `config/puma.rb` or `config/puma/#{fetch(:puma_env)}.rb` and checked in your repository.
Uploading the configuration via capistrano was removed as it was causing problems with custom configurations.

## Example

Expand Down
4 changes: 2 additions & 2 deletions capistrano3-puma.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |spec|
spec.name = 'capistrano3-puma'
spec.version = '6.0.0.alpha.4'
spec.version = '6.0.0.beta.1'
spec.authors = ['Abdelkader Boudih']
spec.email = ['[email protected]']
spec.description = %q{Puma integration for Capistrano 3}
Expand All @@ -17,7 +17,7 @@ Gem::Specification.new do |spec|

spec.add_dependency 'capistrano', '~> 3.7'
spec.add_dependency 'capistrano-bundler'
spec.add_dependency 'puma', '>= 5.1', '< 6.0'
spec.add_dependency 'puma', '>= 5.1', '< 7.0'
spec.post_install_message = %q{
Version 6.0.0 is a major release. Please see README.md, breaking changes are listed in CHANGELOG.md
}
Expand Down

0 comments on commit 2cc1184

Please sign in to comment.