diff --git a/Gemfile b/Gemfile index 525b1d91..16cd9943 100644 --- a/Gemfile +++ b/Gemfile @@ -28,7 +28,7 @@ end group :deployment do gem 'capistrano', '~> 3.19', require: false - gem 'capistrano-rails', '~> 1.6', 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 'rbnacl', '>= 3.2', '< 8.0' diff --git a/Gemfile.lock b/Gemfile.lock index 34e52f37..0675c6aa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -87,9 +87,9 @@ GEM i18n rake (>= 10.0.0) sshkit (>= 1.9.0) - capistrano-bundler (2.1.0) + capistrano-bundler (2.1.1) capistrano (~> 3.1) - capistrano-rails (1.6.3) + capistrano-rails (1.7.0) capistrano (~> 3.1) capistrano-bundler (>= 1.1, < 3) capistrano-rvm (0.1.2) @@ -276,7 +276,7 @@ DEPENDENCIES actionpack-page_caching (= 1.2.4) bcrypt_pbkdf (>= 1.0, < 2.0) capistrano (~> 3.19) - capistrano-rails (~> 1.6) + capistrano-rails (~> 1.7) capistrano-rvm (= 0.1.2) capistrano3-puma (~> 6.2.0) coffee-rails (~> 5.0.0)