Commit 6e70c4a3
Changed files (2)
Gemfile
@@ -46,6 +46,7 @@ gem 'rack-cors', require: 'rack/cors'
gem 'email_validator'
group :development do
+ gem 'capistrano', '3.3.5'
gem 'capistrano-rails'
gem 'capistrano-bundler', '~> 1.1', require: false
gem 'capistrano-rbenv', '~> 2.0', require: false
Gemfile.lock
@@ -40,8 +40,6 @@ GEM
activerecord (>= 4.0)
addressable (2.5.1)
public_suffix (~> 2.0, >= 2.0.2)
- airbrussh (1.2.0)
- sshkit (>= 1.6.1, != 1.7.0)
arel (6.0.4)
asin (2.0.2)
confiture (>= 0.1)
@@ -77,11 +75,11 @@ GEM
activesupport (>= 3.0.0)
uniform_notifier (~> 1.10.0)
byebug (9.0.6)
- capistrano (3.8.0)
- airbrussh (>= 1.0.0)
+ capistrano (3.3.5)
+ capistrano-stats (~> 1.1.0)
i18n
rake (>= 10.0.0)
- sshkit (>= 1.9.0)
+ sshkit (~> 1.3)
capistrano-bundler (1.2.0)
capistrano (~> 3.1)
sshkit (~> 1.2)
@@ -91,6 +89,7 @@ GEM
capistrano-rbenv (2.1.1)
capistrano (~> 3.1)
sshkit (~> 1.3)
+ capistrano-stats (1.1.1)
capybara (2.13.0)
addressable
mime-types (>= 1.16)
@@ -557,6 +556,7 @@ DEPENDENCIES
browser_sniffer
bullet
byebug
+ capistrano (= 3.3.5)
capistrano-bundler (~> 1.1)
capistrano-rails
capistrano-rbenv (~> 2.0)