diff options
| author | Thomas Haddad | 2016-11-08 18:35:25 +0100 |
|---|---|---|
| committer | Thomas Haddad | 2016-11-08 18:35:25 +0100 |
| commit | 9a4d4f20fb6881f3201f3134a92eb856b26835d1 (patch) | |
| tree | 5dc97acb751fff0df7a4f5435d297d1c828cd394 | |
| parent | 8f11b0063432be786bf0257f344c2b3f7ce714f0 (diff) | |
| download | chouette-core-9a4d4f20fb6881f3201f3134a92eb856b26835d1.tar.bz2 | |
Add capistrano/npm gem
Signed-off-by: Thomas Shawarma Haddad <thomas.haddad@af83.com>
| -rw-r--r-- | Capfile | 1 | ||||
| -rw-r--r-- | Gemfile | 1 | ||||
| -rw-r--r-- | Gemfile.lock | 5 |
3 files changed, 6 insertions, 1 deletions
@@ -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' @@ -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 |
