Bump capistrano3-puma from 4.0.0 to 5.0.4
Bumps [capistrano3-puma](https://github.com/seuros/capistrano-puma) from 4.0.0 to 5.0.4. - [Release notes](https://github.com/seuros/capistrano-puma/releases) - [Changelog](https://github.com/seuros/capistrano-puma/blob/master/CHANGELOG.md) - [Commits](https://github.com/seuros/capistrano-puma/compare/v4.0.0...v5.0.4) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -98,7 +98,7 @@ group :development do
|
||||
gem "capistrano-bundler", "~> 2.0", require: false
|
||||
gem "capistrano-rails", "~> 1.6.1", require: false
|
||||
gem "capistrano3-delayed-job", "~> 1.7.6"
|
||||
gem "capistrano3-puma", "~> 4.0.0"
|
||||
gem "capistrano3-puma", "~> 5.0.4"
|
||||
gem "erb_lint", "~> 0.0.37", require: false
|
||||
gem "github_changelog_generator", "~> 1.15.2"
|
||||
gem "mdl", "~> 0.11.0", require: false
|
||||
|
||||
@@ -109,10 +109,10 @@ GEM
|
||||
capistrano3-delayed-job (1.7.6)
|
||||
capistrano (~> 3.0, >= 3.0.0)
|
||||
daemons (~> 1.3)
|
||||
capistrano3-puma (4.0.0)
|
||||
capistrano3-puma (5.0.4)
|
||||
capistrano (~> 3.7)
|
||||
capistrano-bundler
|
||||
puma (~> 4.0)
|
||||
puma (>= 4.0, < 6.0)
|
||||
capybara (3.35.3)
|
||||
addressable
|
||||
mini_mime (>= 0.1.3)
|
||||
@@ -713,7 +713,7 @@ DEPENDENCIES
|
||||
capistrano-bundler (~> 2.0)
|
||||
capistrano-rails (~> 1.6.1)
|
||||
capistrano3-delayed-job (~> 1.7.6)
|
||||
capistrano3-puma (~> 4.0.0)
|
||||
capistrano3-puma (~> 5.0.4)
|
||||
capybara (~> 3.35.3)
|
||||
capybara-webmock (~> 0.5.5)
|
||||
caxlsx (~> 3.0.2)
|
||||
|
||||
Reference in New Issue
Block a user