Bump capistrano3-puma from 5.0.4 to 5.2.0
Bumps [capistrano3-puma](https://github.com/seuros/capistrano-puma) from 5.0.4 to 5.2.0. - [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/v5.0.4...v5.2.0) --- updated-dependencies: - dependency-name: capistrano3-puma dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Javi Martín
parent
3b8d990ade
commit
c1a6345f06
2
Gemfile
2
Gemfile
@@ -97,7 +97,7 @@ group :development do
|
|||||||
gem "capistrano-bundler", "~> 2.0", require: false
|
gem "capistrano-bundler", "~> 2.0", require: false
|
||||||
gem "capistrano-rails", "~> 1.6.2", require: false
|
gem "capistrano-rails", "~> 1.6.2", require: false
|
||||||
gem "capistrano3-delayed-job", "~> 1.7.6"
|
gem "capistrano3-delayed-job", "~> 1.7.6"
|
||||||
gem "capistrano3-puma", "~> 5.0.4"
|
gem "capistrano3-puma", "~> 5.2.0"
|
||||||
gem "erb_lint", "~> 0.0.37", require: false
|
gem "erb_lint", "~> 0.0.37", require: false
|
||||||
gem "github_changelog_generator", "~> 1.15.2"
|
gem "github_changelog_generator", "~> 1.15.2"
|
||||||
gem "mdl", "~> 0.11.0", require: false
|
gem "mdl", "~> 0.11.0", require: false
|
||||||
|
|||||||
@@ -116,7 +116,7 @@ GEM
|
|||||||
capistrano3-delayed-job (1.7.6)
|
capistrano3-delayed-job (1.7.6)
|
||||||
capistrano (~> 3.0, >= 3.0.0)
|
capistrano (~> 3.0, >= 3.0.0)
|
||||||
daemons (~> 1.3)
|
daemons (~> 1.3)
|
||||||
capistrano3-puma (5.0.4)
|
capistrano3-puma (5.2.0)
|
||||||
capistrano (~> 3.7)
|
capistrano (~> 3.7)
|
||||||
capistrano-bundler
|
capistrano-bundler
|
||||||
puma (>= 4.0, < 6.0)
|
puma (>= 4.0, < 6.0)
|
||||||
@@ -714,7 +714,7 @@ DEPENDENCIES
|
|||||||
capistrano-bundler (~> 2.0)
|
capistrano-bundler (~> 2.0)
|
||||||
capistrano-rails (~> 1.6.2)
|
capistrano-rails (~> 1.6.2)
|
||||||
capistrano3-delayed-job (~> 1.7.6)
|
capistrano3-delayed-job (~> 1.7.6)
|
||||||
capistrano3-puma (~> 5.0.4)
|
capistrano3-puma (~> 5.2.0)
|
||||||
capybara (~> 3.35.3)
|
capybara (~> 3.35.3)
|
||||||
capybara-webmock (~> 0.6.0)
|
capybara-webmock (~> 0.6.0)
|
||||||
caxlsx (~> 3.1.0)
|
caxlsx (~> 3.1.0)
|
||||||
|
|||||||
Reference in New Issue
Block a user