aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorFlorent Peyraud2017-10-12 15:40:07 +0200
committerFlorent Peyraud2017-10-12 15:40:07 +0200
commite4440e131668e6a09e453fccb9019e6d6f9d3581 (patch)
treea45660e6f20415b7159a00dfd93f95cf775ed247 /Gemfile
parent1a404a984a79b5029dcb357a6c6c68c70ddf21b8 (diff)
downloadchouette-core-e4440e131668e6a09e453fccb9019e6d6f9d3581.tar.bz2
remove capistrano-npm
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 80956c332..fbe8f4c4e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -140,7 +140,7 @@ gem 'letter_opener'
group :development do
gem 'capistrano', '2.13.5'
gem 'capistrano-ext'
- gem 'capistrano-npm', require: false
+ #gem 'capistrano-npm', require: false
# Issue #3017 Requires ruby_dep which requires ruby > 2.2.3
# gem 'guard'
# gem 'guard-rspec', "~> 4.5.0"