diff --git a/Gemfile b/Gemfile index a929ac0..28138e3 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ source 'https://rubygems.org' gem 'autoprefixer-rails', '~>8.1.0' # lock at 8.1.0 gem 'bootstrap-sass', '~> 3.3.7' # lock at 3.3.7 gem 'bootstrap_form', '~> 2.7.0' -gem 'capistrano', '~> 3.10.2' +gem 'capistrano', '~> 3.11.2' 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 c0778bd..c3f5ad0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -50,7 +50,7 @@ GEM sass (>= 3.3.4) bootstrap_form (2.7.0) builder (3.2.3) - capistrano (3.10.2) + capistrano (3.11.2) airbrussh (>= 1.0.0) i18n rake (>= 10.0.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.11.2) capistrano-bundler (~> 1.5.0) capistrano-rails (~> 1.4.0) capistrano-rbenv (~> 2.1.4)