diff --git a/Gemfile b/Gemfile index bd086460f..b7355c84c 100644 --- a/Gemfile +++ b/Gemfile @@ -97,7 +97,7 @@ group :development do gem "capistrano-bundler", "~> 2.0", require: false gem "capistrano-rails", "~> 1.6.2", require: false 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 "github_changelog_generator", "~> 1.15.2" gem "mdl", "~> 0.11.0", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 58d583df5..cb4f8f825 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -116,7 +116,7 @@ GEM capistrano3-delayed-job (1.7.6) capistrano (~> 3.0, >= 3.0.0) daemons (~> 1.3) - capistrano3-puma (5.0.4) + capistrano3-puma (5.2.0) capistrano (~> 3.7) capistrano-bundler puma (>= 4.0, < 6.0) @@ -714,7 +714,7 @@ DEPENDENCIES capistrano-bundler (~> 2.0) capistrano-rails (~> 1.6.2) capistrano3-delayed-job (~> 1.7.6) - capistrano3-puma (~> 5.0.4) + capistrano3-puma (~> 5.2.0) capybara (~> 3.35.3) capybara-webmock (~> 0.6.0) caxlsx (~> 3.1.0)