aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Haddad2016-11-08 18:35:25 +0100
committerThomas Haddad2016-11-08 18:35:25 +0100
commit9a4d4f20fb6881f3201f3134a92eb856b26835d1 (patch)
tree5dc97acb751fff0df7a4f5435d297d1c828cd394
parent8f11b0063432be786bf0257f344c2b3f7ce714f0 (diff)
downloadchouette-core-9a4d4f20fb6881f3201f3134a92eb856b26835d1.tar.bz2
Add capistrano/npm gem
Signed-off-by: Thomas Shawarma Haddad <thomas.haddad@af83.com>
-rw-r--r--Capfile1
-rw-r--r--Gemfile1
-rw-r--r--Gemfile.lock5
3 files changed, 6 insertions, 1 deletions
diff --git a/Capfile b/Capfile
index 6254f31e4..5c2baf535 100644
--- a/Capfile
+++ b/Capfile
@@ -1,5 +1,6 @@
load 'deploy' if respond_to?(:namespace) # cap2 differentiator
require 'bundler/capistrano'
+require 'capistrano/npm'
# Uncomment if you are using Rails' asset pipeline
load 'deploy/assets'
diff --git a/Gemfile b/Gemfile
index b6c443e22..c96166cc6 100644
--- a/Gemfile
+++ b/Gemfile
@@ -128,6 +128,7 @@ gem 'letter_opener'
group :development do
gem 'capistrano', '2.13.5'
gem 'capistrano-ext'
+ gem 'capistrano-npm'
gem 'guard'
gem 'guard-rspec'
gem 'rails-erd'
diff --git a/Gemfile.lock b/Gemfile.lock
index 58cccc276..a3ede77d1 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -103,6 +103,8 @@ GEM
net-ssh-gateway (>= 1.1.0)
capistrano-ext (1.2.1)
capistrano (>= 1.0.0)
+ capistrano-npm (0.0.2)
+ capistrano (>= 2.5.5)
capybara (2.4.4)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
@@ -580,6 +582,7 @@ DEPENDENCIES
calendar_helper (= 0.2.5)
capistrano (= 2.13.5)
capistrano-ext
+ capistrano-npm
capybara (~> 2.4.0)
cocoon
codifligne!
@@ -677,4 +680,4 @@ DEPENDENCIES
will_paginate-bootstrap (~> 1.0.1)
BUNDLED WITH
- 1.13.5
+ 1.13.6