Bump capistrano3-puma from 6.0.0 to 6.2.0
Bumps [capistrano3-puma](https://github.com/seuros/capistrano-puma) from 6.0.0 to 6.2.0. - [Changelog](https://github.com/seuros/capistrano-puma/blob/master/CHANGELOG.md) - [Commits](https://github.com/seuros/capistrano-puma/compare/v6.0.0...v6.2.0) --- updated-dependencies: - dependency-name: capistrano3-puma dependency-version: 6.2.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -90,7 +90,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", "~> 6.0.0"
|
||||
gem "capistrano3-puma", "~> 6.2.0"
|
||||
gem "erb_lint", "~> 0.9.0", require: false
|
||||
gem "faraday-retry", "~> 2.3.1", require: false
|
||||
gem "htmlbeautifier", "~> 1.4.3", require: false
|
||||
|
||||
@@ -139,7 +139,7 @@ GEM
|
||||
capistrano3-delayed-job (1.7.6)
|
||||
capistrano (~> 3.0, >= 3.0.0)
|
||||
daemons (~> 1.3)
|
||||
capistrano3-puma (6.0.0)
|
||||
capistrano3-puma (6.2.0)
|
||||
capistrano (~> 3.7)
|
||||
capistrano-bundler
|
||||
puma (>= 5.1, < 7.0)
|
||||
@@ -444,7 +444,7 @@ GEM
|
||||
omniauth-oauth (~> 1.1)
|
||||
rack
|
||||
orm_adapter (0.5.0)
|
||||
ostruct (0.6.1)
|
||||
ostruct (0.6.2)
|
||||
parallel (1.27.0)
|
||||
paranoia (3.0.1)
|
||||
activerecord (>= 6, < 8.1)
|
||||
@@ -757,7 +757,7 @@ DEPENDENCIES
|
||||
capistrano-npm (~> 1.0.3)
|
||||
capistrano-rails (~> 1.7.0)
|
||||
capistrano3-delayed-job (~> 1.7.6)
|
||||
capistrano3-puma (~> 6.0.0)
|
||||
capistrano3-puma (~> 6.2.0)
|
||||
capybara (~> 3.40.0)
|
||||
capybara-webmock (~> 0.7.0)
|
||||
caxlsx (~> 4.2.0)
|
||||
|
||||
Reference in New Issue
Block a user