File tree Expand file tree Collapse file tree 7 files changed +22
-22
lines changed
node_web_app_no_vendored_dependencies
node_web_app_with_incomplete_node_modules
node_web_app_with_incomplete_package_json
node_web_app_with_vendored_dependencies
node_web_app_with_version_range Expand file tree Collapse file tree 7 files changed +22
-22
lines changed Original file line number Diff line number Diff line change 1212 "logfmt" : " ~1.1.2" ,
1313 "express" : " ~4.0.0"
1414 },
15- "engines" : { "node" : " 0.12.7 " }
15+ "engines" : { "node" : " 0.12.10 " }
1616}
Original file line number Diff line number Diff line change 1212 "logfmt" : " ~1.1.2" ,
1313 "express" : " ~4.0.0"
1414 },
15- "engines" : { "node" : " 0.12.7 " },
15+ "engines" : { "node" : " 0.12.10 " },
1616
1717 "repository" :
1818 {
Original file line number Diff line number Diff line change 1212 "logfmt" : " ~1.1.2" ,
1313 "express" : " ~4.0.0"
1414 },
15- "engines" : { "node" : " 0.12.7 " },
15+ "engines" : { "node" : " 0.12.10 " },
1616
1717 "repository" :
1818 {
Original file line number Diff line number Diff line change 1313 "express" : " ~4.0.0"
1414 },
1515 "engines" : {
16- "node" : " ~>4.2 .0"
16+ "node" : " ~>4.3 .0"
1717 },
1818
1919 "repository" :
Original file line number Diff line number Diff line change 1414
1515 it 'resolves to a nodeJS version successfully' do
1616 expect ( app ) . to be_running
17- expect ( app ) . to_not have_logged 'Downloading and installing node 4.2 .0'
18- expect ( app ) . to have_logged /Downloading and installing node 4\. 2 \. 5 /
17+ expect ( app ) . to_not have_logged 'Downloading and installing node 4.3 .0'
18+ expect ( app ) . to have_logged /Downloading and installing node 4\. 3 \. 1 /
1919
2020 browser . visit_path ( '/' )
2121 expect ( browser ) . to have_body ( 'Hello, World!' )
Original file line number Diff line number Diff line change @@ -18,22 +18,16 @@ url_to_dependency_map:
1818 version : $1
1919
2020dependencies :
21- - name : node
22- version : 0.10.40
23- uri : https://pivotal-buildpacks.s3.amazonaws.com/node/beta-binaries/node-0.10.40-linux-x64.tar.gz
24- md5 : 45605248cc0541c760d98ee227cc5cee
25- cf_stacks :
26- - cflinuxfs2
2721 - name : node
2822 version : 0.10.41
2923 uri : https://pivotal-buildpacks.s3.amazonaws.com/concourse-binaries/node/node-0.10.41-linux-x64.tgz
3024 md5 : 4258bc50d36bf0e6ee54073ffff464c5
3125 cf_stacks :
3226 - cflinuxfs2
3327 - name : node
34- version : 0.12.7
35- uri : https://pivotal-buildpacks.s3.amazonaws.com/node/beta -binaries/node-0.12.7 -linux-x64.tar.gz
36- md5 : 2b966ce7cceda8bcb6aba43eb99b81cf
28+ version : 0.10.42
29+ uri : https://pivotal-buildpacks.s3.amazonaws.com/concourse -binaries/node/node -0.10.42 -linux-x64.tgz
30+ md5 : f475ba3d10a8e6533051fa144c6bb100
3731 cf_stacks :
3832 - cflinuxfs2
3933 - name : node
@@ -43,14 +37,20 @@ dependencies:
4337 cf_stacks :
4438 - cflinuxfs2
4539 - name : node
46- version : 4.2.5
47- uri : https://pivotal-buildpacks.s3.amazonaws.com/concourse-binaries/node/node-4.2.5-linux-x64.tgz
48- md5 : 081481f48b7bfabad8e2439e8aff860e
40+ version : 0.12.10
41+ uri : https://pivotal-buildpacks.s3.amazonaws.com/concourse-binaries/node/node-0.12.10-linux-x64.tgz
42+ md5 : 3c6b02d1b1f8e263ffc840b68cb91c29
43+ cf_stacks :
44+ - cflinuxfs2
45+ - name : node
46+ version : 4.3.1
47+ uri : https://pivotal-buildpacks.s3.amazonaws.com/concourse-binaries/node/node-4.3.1-linux-x64.tgz
48+ md5 : 807ace9bd75196375dd124eee8859dd7
4949 cf_stacks :
5050 - cflinuxfs2
5151 - name : node
52- version : 5.5 .0
53- uri : https://pivotal-buildpacks.s3.amazonaws.com/concourse-binaries/node/node-5.5 .0-linux-x64.tgz
54- md5 : 45c0173cd4d92309194804766f01d945
52+ version : 5.7 .0
53+ uri : https://pivotal-buildpacks.s3.amazonaws.com/concourse-binaries/node/node-5.7 .0-linux-x64.tgz
54+ md5 : ddc8efa7baae6c199990154377b77e0c
5555 cf_stacks :
5656 - cflinuxfs2
You can’t perform that action at this time.
0 commit comments