Remove NPM
This commit is contained in:
parent
d435471c22
commit
55e552a1b3
4 changed files with 0 additions and 8 deletions
|
@ -41,7 +41,6 @@ before_install:
|
|||
|
||||
install:
|
||||
- bundle install --jobs=3 --retry=3
|
||||
- npm install
|
||||
|
||||
before_script:
|
||||
- psql -U postgres -c "CREATE DATABASE partynest_test;"
|
||||
|
|
1
Capfile
1
Capfile
|
@ -14,7 +14,6 @@ require 'capistrano/rvm'
|
|||
require 'capistrano/bundler'
|
||||
require 'capistrano/rails/assets'
|
||||
require 'capistrano/rails/migrations'
|
||||
require 'capistrano/npm'
|
||||
require 'capistrano/rails/console'
|
||||
|
||||
# Load custom tasks from `lib/capistrano/tasks` if you have any defined.
|
||||
|
|
3
Gemfile
3
Gemfile
|
@ -149,9 +149,6 @@ group :development do
|
|||
# Rails specific Capistrano tasks.
|
||||
gem 'capistrano-rails', '~> 1.4', require: false
|
||||
|
||||
# NPM support for Capistrano 3.x.
|
||||
gem 'capistrano-npm', '~> 1.0', require: false
|
||||
|
||||
# Remote Rails console for Capistrano.
|
||||
gem 'capistrano-rails-console', '~> 2.3', require: false
|
||||
|
||||
|
|
|
@ -98,8 +98,6 @@ GEM
|
|||
sshkit (>= 1.9.0)
|
||||
capistrano-bundler (1.5.0)
|
||||
capistrano (~> 3.1)
|
||||
capistrano-npm (1.0.3)
|
||||
capistrano (>= 3.0.0)
|
||||
capistrano-rails (1.4.0)
|
||||
capistrano (~> 3.1)
|
||||
capistrano-bundler (~> 1.1)
|
||||
|
@ -461,7 +459,6 @@ DEPENDENCIES
|
|||
bundler-audit (~> 0.6)
|
||||
byebug
|
||||
capistrano (~> 3.11)
|
||||
capistrano-npm (~> 1.0)
|
||||
capistrano-rails (~> 1.4)
|
||||
capistrano-rails-console (~> 2.3)
|
||||
capistrano-rvm (~> 0.1)
|
||||
|
|
Reference in a new issue