diff --git a/Gemfile b/Gemfile index 16cd9943..74892baf 100644 --- a/Gemfile +++ b/Gemfile @@ -30,7 +30,7 @@ group :deployment do gem 'capistrano', '~> 3.19', require: false gem 'capistrano-rails', '~> 1.7', require: false gem 'capistrano-rvm', '0.1.2', require: false - gem 'capistrano3-puma', '~> 6.2.0', require: false + gem 'capistrano3-puma', '~> 7.0.0', require: false gem 'rbnacl', '>= 3.2', '< 8.0' gem 'rbnacl-libsodium' gem 'bcrypt_pbkdf', '>= 1.0', '< 2.0' diff --git a/Gemfile.lock b/Gemfile.lock index 99685d15..e860ea85 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -95,10 +95,10 @@ GEM capistrano-rvm (0.1.2) capistrano (~> 3.0) sshkit (~> 1.2) - capistrano3-puma (6.2.0) + capistrano3-puma (7.0.0) capistrano (~> 3.7) capistrano-bundler - puma (>= 5.1, < 7.0) + puma (>= 6.1, < 8.0) coffee-rails (5.0.0) coffee-script (>= 2.2.0) railties (>= 5.2.0) @@ -278,7 +278,7 @@ DEPENDENCIES capistrano (~> 3.19) capistrano-rails (~> 1.7) capistrano-rvm (= 0.1.2) - capistrano3-puma (~> 6.2.0) + capistrano3-puma (~> 7.0.0) coffee-rails (~> 5.0.0) ed25519 pg