Bump capistrano3-puma from 5.2.0 to 6.0.0
Note we aren't updating concurrent-ruby (which Dependabot would have updated) due to an incompatibility with Rails 7.0. Bumps [capistrano3-puma](https://github.com/seuros/capistrano-puma) from 5.2.0 to 6.0.0. - [Changelog](https://github.com/seuros/capistrano-puma/blob/master/CHANGELOG.md) - [Commits](https://github.com/seuros/capistrano-puma/compare/v5.2.0...v6.0.0) --- updated-dependencies: - dependency-name: capistrano3-puma dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -91,7 +91,7 @@ group :development do
|
||||
gem "capistrano-npm", "~> 1.0.3", require: false
|
||||
gem "capistrano-rails", "~> 1.7.0", require: false
|
||||
gem "capistrano3-delayed-job", "~> 1.7.6"
|
||||
gem "capistrano3-puma", "~> 5.2.0"
|
||||
gem "capistrano3-puma", "~> 6.0.0"
|
||||
gem "erb_lint", "~> 0.9.0", require: false
|
||||
gem "faraday-retry", "~> 2.2.1", require: false
|
||||
gem "htmlbeautifier", "~> 1.4.3", require: false
|
||||
|
||||
@@ -139,10 +139,10 @@ GEM
|
||||
capistrano3-delayed-job (1.7.6)
|
||||
capistrano (~> 3.0, >= 3.0.0)
|
||||
daemons (~> 1.3)
|
||||
capistrano3-puma (5.2.0)
|
||||
capistrano3-puma (6.0.0)
|
||||
capistrano (~> 3.7)
|
||||
capistrano-bundler
|
||||
puma (>= 4.0, < 6.0)
|
||||
puma (>= 5.1, < 7.0)
|
||||
capybara (3.40.0)
|
||||
addressable
|
||||
matrix
|
||||
@@ -751,7 +751,7 @@ DEPENDENCIES
|
||||
capistrano-npm (~> 1.0.3)
|
||||
capistrano-rails (~> 1.7.0)
|
||||
capistrano3-delayed-job (~> 1.7.6)
|
||||
capistrano3-puma (~> 5.2.0)
|
||||
capistrano3-puma (~> 6.0.0)
|
||||
capybara (~> 3.40.0)
|
||||
capybara-webmock (~> 0.7.0)
|
||||
caxlsx (~> 4.2.0)
|
||||
|
||||
Reference in New Issue
Block a user