aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Haddad2016-11-08 18:46:14 +0100
committerThomas Haddad2016-11-08 18:46:14 +0100
commit4ef200af23b72cf48b8ae3b1022e1b6e6b7ee61d (patch)
treebdcdde53e716814d21ee218cbbd74fc636d680b9
parent9a4d4f20fb6881f3201f3134a92eb856b26835d1 (diff)
downloadchouette-core-4ef200af23b72cf48b8ae3b1022e1b6e6b7ee61d.tar.bz2
Remove capistrano/npm from Capfile
Signed-off-by: Thomas Shawarma Haddad <thomas.haddad@af83.com>
-rw-r--r--Capfile1
-rw-r--r--Gemfile2
2 files changed, 1 insertions, 2 deletions
diff --git a/Capfile b/Capfile
index 5c2baf535..6254f31e4 100644
--- a/Capfile
+++ b/Capfile
@@ -1,6 +1,5 @@
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 c96166cc6..aab237513 100644
--- a/Gemfile
+++ b/Gemfile
@@ -128,7 +128,7 @@ gem 'letter_opener'
group :development do
gem 'capistrano', '2.13.5'
gem 'capistrano-ext'
- gem 'capistrano-npm'
+ gem 'capistrano-npm', require: false
gem 'guard'
gem 'guard-rspec'
gem 'rails-erd'