Skip to content

Commit 0556533

Browse files
committed
Upgrade to capistrano 3.18.1 and update gems
1 parent 4ad2816 commit 0556533

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker/Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://rubygems.org'
22

3-
gem 'capistrano', '3.17.1'
3+
gem 'capistrano', '3.18.1'
44
# For SSH to work on some machines
5-
gem 'ed25519', '~> 1.2'
6-
gem 'bcrypt_pbkdf', '~> 1.0'
5+
gem 'ed25519', '~> 1.3'
6+
gem 'bcrypt_pbkdf', '~> 1.1'

0 commit comments

Comments
 (0)