Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
H
heroku-buildpack-nodejs
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Python-Dev
heroku-buildpack-nodejs
Commits
6116b8c4
Unverified
Commit
6116b8c4
authored
Oct 30, 2018
by
Jeremy Morrell
Committed by
GitHub
Oct 30, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Allow Node 11 CI tests to pass (#578)
parent
545b330b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
spec_helper.rb
spec/spec_helper.rb
+1
-1
No files found.
spec/spec_helper.rb
View file @
6116b8c4
...
@@ -62,7 +62,7 @@ def resolve_all_supported_node_versions(options = {})
...
@@ -62,7 +62,7 @@ def resolve_all_supported_node_versions(options = {})
end
end
def
version_supports_metrics
(
version
)
def
version_supports_metrics
(
version
)
SemVersion
.
new
(
version
).
satisfies?
(
'>= 8.0.0'
)
SemVersion
.
new
(
version
).
satisfies?
(
'>= 8.0.0'
)
&&
SemVersion
.
new
(
version
).
satisfies?
(
'< 11.0.0'
)
end
end
def
get_test_versions
def
get_test_versions
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment