Security audit recomendations (not relevant to production apps)

pull/1005/head
Rick Carlino 2018-10-03 10:57:46 -05:00
parent ddd3fa455f
commit 734206a98b
4 changed files with 4 additions and 7890 deletions

View File

@ -2,7 +2,7 @@ language: node_js
node_js:
- 8.11.3
cache:
yarn: true
# yarn: true
directories:
- /home/travis/.rvm/
- /home/travis/bundle
@ -25,7 +25,7 @@ before_install:
- rvm install 2.5.1
- rvm use 2.5.1
install:
- yarn install
- npm install
- bundle install --jobs=3 --retry=3 --path=/home/travis/bundle
before_script:
- cp config/database.travis.yml config/database.yml

View File

@ -2,7 +2,7 @@
def same_thing
sh "git pull https://github.com/FarmBot/Farmbot-Web-App.git master"
sh "sudo docker-compose run web bundle install"
sh "sudo docker-compose run web yarn install"
sh "sudo docker-compose run web npm install"
sh "sudo docker-compose run web rails db:migrate"
end

View File

@ -91,9 +91,7 @@
"url-loader": "1.1.1",
"webpack": "4.20.2",
"webpack-uglify-js-plugin": "1.1.9",
"weinre": "^2.0.0-pre-I0Z7U9OV",
"which": "1.3.1",
"yarn": "1.10.1"
"which": "1.3.1"
},
"devDependencies": {
"webpack-cli": "3.1.1"

7884
yarn.lock

File diff suppressed because it is too large Load Diff