Cap Setup

This commit is contained in:
julian
2017-02-23 21:54:19 +06:30
parent 93085271a9
commit cc498d71c2
7 changed files with 228 additions and 3 deletions

View File

@@ -38,12 +38,30 @@ GEM
i18n (~> 0.7)
minitest (~> 5.1)
tzinfo (~> 1.1)
airbrussh (1.1.2)
sshkit (>= 1.6.1, != 1.7.0)
arel (7.1.4)
bcrypt (3.1.11)
bootstrap-multiselect-rails (0.9.9)
rails (>= 4.0.0)
builder (3.2.3)
byebug (9.0.6)
capistrano (3.7.2)
airbrussh (>= 1.0.0)
capistrano-harrow
i18n
rake (>= 10.0.0)
sshkit (>= 1.9.0)
capistrano-bundler (1.2.0)
capistrano (~> 3.1)
sshkit (~> 1.2)
capistrano-harrow (0.5.3)
capistrano-rails (1.2.2)
capistrano (~> 3.1)
capistrano-bundler (~> 1.1)
capistrano-rbenv (2.1.0)
capistrano (~> 3.1)
sshkit (~> 1.3)
coffee-rails (4.2.1)
coffee-script (>= 2.2.0)
railties (>= 4.0.0, < 5.2.x)
@@ -101,6 +119,9 @@ GEM
mini_portile2 (2.1.0)
minitest (5.10.1)
multi_json (1.12.1)
net-scp (1.2.1)
net-ssh (>= 2.6.5)
net-ssh (4.1.0)
nio4r (1.2.1)
nokogiri (1.7.0.1)
mini_portile2 (~> 2.1.0)
@@ -161,6 +182,9 @@ GEM
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
sshkit (1.12.0)
net-scp (>= 1.1.2)
net-ssh (>= 2.8.0)
thor (0.19.4)
thread_safe (0.3.5)
tilt (2.0.5)
@@ -190,6 +214,10 @@ DEPENDENCIES
bcrypt (~> 3.1.7)
bootstrap-multiselect-rails
byebug
capistrano
capistrano-bundler
capistrano-rails
capistrano-rbenv
coffee-rails (~> 4.2)
devise
devise_uid
@@ -211,4 +239,4 @@ DEPENDENCIES
web-console
BUNDLED WITH
1.13.7
1.14.3