Skip to content
This repository has been archived by the owner on Dec 22, 2018. It is now read-only.

Commit

Permalink
Added Capistrano to the Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jamgregory authored and frenkel committed Apr 11, 2017
1 parent 9ed6795 commit 177fe54
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,10 @@ gem 'trix', "~> 0.10", ">= 0.10.1"

# React support
gem 'react-rails', "~> 1.10"

# Capistrano support
group :development do
gem 'capistrano', '~> 3.8'
gem 'capistrano-rails', require: false
gem 'capistrano-bundler', require: false
end
22 changes: 22 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ GEM
tzinfo (~> 1.1)
addressable (2.5.0)
public_suffix (~> 2.0, >= 2.0.2)
airbrussh (1.1.2)
sshkit (>= 1.6.1, != 1.7.0)
arel (7.1.4)
babel-source (5.8.35)
babel-transpiler (0.7.0)
Expand All @@ -49,6 +51,17 @@ GEM
builder (3.2.3)
byebug (9.0.6)
cancancan (1.15.0)
capistrano (3.8.0)
airbrussh (>= 1.0.0)
i18n
rake (>= 10.0.0)
sshkit (>= 1.9.0)
capistrano-bundler (1.2.0)
capistrano (~> 3.1)
sshkit (~> 1.2)
capistrano-rails (1.2.3)
capistrano (~> 3.1)
capistrano-bundler (~> 1.1)
chunky_png (1.3.8)
climate_control (0.0.3)
activesupport (>= 3.0)
Expand Down Expand Up @@ -151,6 +164,9 @@ GEM
multipart-post (2.0.0)
mysql2 (0.4.5)
net-ldap (0.11)
net-scp (1.2.1)
net-ssh (>= 2.6.5)
net-ssh (4.1.0)
nio4r (2.0.0)
nokogiri (1.7.0.1)
mini_portile2 (~> 2.1.0)
Expand Down Expand Up @@ -257,6 +273,9 @@ GEM
activesupport (>= 4.0)
sprockets (>= 3.0.0)
sqlite3 (1.3.12)
sshkit (1.13.1)
net-scp (>= 1.1.2)
net-ssh (>= 2.8.0)
term-ansicolor (1.4.0)
tins (~> 1.0)
thor (0.19.4)
Expand All @@ -283,6 +302,9 @@ PLATFORMS
DEPENDENCIES
byebug (~> 9.0)
cancancan (~> 1.15)
capistrano (~> 3.8)
capistrano-bundler
capistrano-rails
coffee-rails (~> 4.2.0)
compass-rails (~> 3.0.0)
coveralls (~> 0.8)
Expand Down

0 comments on commit 177fe54

Please sign in to comment.