Skip to content

Commit

Permalink
add nodeJS 0.12.12, 4.4.0, 5.8.0 [#115599307]
Browse files Browse the repository at this point in the history
Drop 0.12.10, 4.3.2, 5.7.1
  • Loading branch information
jtarchie authored and RochesterinNYC committed Mar 14, 2016
1 parent 048089f commit ddaf445
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"logfmt": "~1.1.2",
"express": "~4.0.0"
},
"engines" : { "node" : "0.12.10" }
"engines" : { "node" : "~>0.12" }
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"logfmt": "~1.1.2",
"express": "~4.0.0"
},
"engines" : { "node" : "0.12.10" },
"engines" : { "node" : "~>0.12" },

"repository" :
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"logfmt": "~1.1.2",
"express": "~4.0.0"
},
"engines" : { "node" : "0.12.10" },
"engines" : { "node" : "~>0.12" },

"repository" :
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"express": "~4.0.0"
},
"engines" : {
"node" : "~>4.3.0"
"node" : "~>4"
},

"repository" :
Expand Down
3 changes: 1 addition & 2 deletions cf_spec/integration/deploy_a_node_app_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@

it 'resolves to a nodeJS version successfully' do
expect(app).to be_running
expect(app).to_not have_logged 'Downloading and installing node 4.3.0'
expect(app).to have_logged /Downloading and installing node 4\.3\.[^0]/
expect(app).to have_logged /Downloading and installing node 4\.\d+\.\d+/

browser.visit_path('/')
expect(browser).to have_body('Hello, World!')
Expand Down
18 changes: 9 additions & 9 deletions manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,20 +37,20 @@ dependencies:
cf_stacks:
- cflinuxfs2
- name: node
version: 0.12.10
uri: https://pivotal-buildpacks.s3.amazonaws.com/concourse-binaries/node/node-0.12.10-linux-x64.tgz
md5: 3c6b02d1b1f8e263ffc840b68cb91c29
version: 0.12.12
uri: https://pivotal-buildpacks.s3.amazonaws.com/concourse-binaries/node/node-0.12.12-linux-x64.tgz
md5: 2130a67ff03ff1907b2812b40ec51ff2
cf_stacks:
- cflinuxfs2
- name: node
version: 4.3.2
uri: https://pivotal-buildpacks.s3.amazonaws.com/concourse-binaries/node/node-4.3.2-linux-x64.tgz
md5: 23819c8d5a692647834913cab60cf866
version: 4.4.0
uri: https://pivotal-buildpacks.s3.amazonaws.com/concourse-binaries/node/node-4.4.0-linux-x64.tgz
md5: 96c68f4f542737d44db47067274afed6
cf_stacks:
- cflinuxfs2
- name: node
version: 5.7.1
uri: https://pivotal-buildpacks.s3.amazonaws.com/concourse-binaries/node/node-5.7.1-linux-x64.tgz
md5: 83dcf014417ccdd97ebb5c234399edd0
version: 5.8.0
uri: https://pivotal-buildpacks.s3.amazonaws.com/concourse-binaries/node/node-5.8.0-linux-x64.tgz
md5: d0c010517efff468651f0df80bc62adc
cf_stacks:
- cflinuxfs2

0 comments on commit ddaf445

Please sign in to comment.