diff options
| author | Thomas Haddad | 2016-11-08 18:46:14 +0100 |
|---|---|---|
| committer | Thomas Haddad | 2016-11-08 18:46:14 +0100 |
| commit | 4ef200af23b72cf48b8ae3b1022e1b6e6b7ee61d (patch) | |
| tree | bdcdde53e716814d21ee218cbbd74fc636d680b9 | |
| parent | 9a4d4f20fb6881f3201f3134a92eb856b26835d1 (diff) | |
| download | chouette-core-4ef200af23b72cf48b8ae3b1022e1b6e6b7ee61d.tar.bz2 | |
Remove capistrano/npm from Capfile
Signed-off-by: Thomas Shawarma Haddad <thomas.haddad@af83.com>
| -rw-r--r-- | Capfile | 1 | ||||
| -rw-r--r-- | Gemfile | 2 |
2 files changed, 1 insertions, 2 deletions
@@ -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' @@ -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' |
