Skip to content

Commit 5225806

Browse files
Bump capistrano3-puma from 6.2.0 to 7.0.0
Bumps [capistrano3-puma](https://github.com/seuros/capistrano-puma) from 6.2.0 to 7.0.0. - [Changelog](https://github.com/seuros/capistrano-puma/blob/master/CHANGELOG.md) - [Commits](seuros/capistrano-puma@v6.2.0...v7.0.0) --- updated-dependencies: - dependency-name: capistrano3-puma dependency-version: 7.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f126735 commit 5225806

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ group :deployment do
3030
gem 'capistrano', '~> 3.19', require: false
3131
gem 'capistrano-rails', '~> 1.7', require: false
3232
gem 'capistrano-rvm', '0.1.2', require: false
33-
gem 'capistrano3-puma', '~> 6.2.0', require: false
33+
gem 'capistrano3-puma', '~> 7.0.0', require: false
3434
gem 'rbnacl', '>= 3.2', '< 8.0'
3535
gem 'rbnacl-libsodium'
3636
gem 'bcrypt_pbkdf', '>= 1.0', '< 2.0'

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,10 @@ GEM
9595
capistrano-rvm (0.1.2)
9696
capistrano (~> 3.0)
9797
sshkit (~> 1.2)
98-
capistrano3-puma (6.2.0)
98+
capistrano3-puma (7.0.0)
9999
capistrano (~> 3.7)
100100
capistrano-bundler
101-
puma (>= 5.1, < 7.0)
101+
puma (>= 6.1, < 8.0)
102102
coffee-rails (5.0.0)
103103
coffee-script (>= 2.2.0)
104104
railties (>= 5.2.0)
@@ -278,7 +278,7 @@ DEPENDENCIES
278278
capistrano (~> 3.19)
279279
capistrano-rails (~> 1.7)
280280
capistrano-rvm (= 0.1.2)
281-
capistrano3-puma (~> 6.2.0)
281+
capistrano3-puma (~> 7.0.0)
282282
coffee-rails (~> 5.0.0)
283283
ed25519
284284
pg

0 commit comments

Comments
 (0)