diff --git a/Gemfile b/Gemfile index e5cae14..f6cb88a 100644 --- a/Gemfile +++ b/Gemfile @@ -34,7 +34,7 @@ gem 'wicked_pdf', '~> 1.4.0' gem 'wkhtmltopdf-binary', '~>0.12.4' group :deploy do - gem 'capistrano', '~> 3.10.2' + gem 'capistrano', '~> 3.12.0' gem 'capistrano-bundler', '~> 1.5.0' gem 'capistrano-rails', '~> 1.4.0' gem 'capistrano-rbenv', '~> 2.1.4' diff --git a/Gemfile.lock b/Gemfile.lock index 5e9bcd7..67b496a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -50,7 +50,7 @@ GEM sass (>= 3.3.4) bootstrap_form (2.7.0) builder (3.2.4) - capistrano (3.10.2) + capistrano (3.12.0) airbrussh (>= 1.0.0) i18n rake (>= 10.0.0) @@ -296,7 +296,7 @@ GEM activesupport (>= 4.0) sprockets (>= 3.0.0) sqlite3 (1.3.13) - sshkit (1.20.0) + sshkit (1.21.0) net-scp (>= 1.1.2) net-ssh (>= 2.8.0) temple (0.8.0) @@ -331,7 +331,7 @@ DEPENDENCIES autoprefixer-rails (~> 8.1.0) bootstrap-sass (~> 3.3.7) bootstrap_form (~> 2.7.0) - capistrano (~> 3.10.2) + capistrano (~> 3.12.0) capistrano-bundler (~> 1.5.0) capistrano-rails (~> 1.4.0) capistrano-rbenv (~> 2.1.4)