Skip to content
Snippets Groups Projects
Commit 485f06c2 authored by Rhys Arkins's avatar Rhys Arkins
Browse files

chore: fix bundler ordering in file

parent 92ebc5ad
No related branches found
No related tags found
No related merge requests found
const managerList = [
'bazel',
'buildkite',
'bundler',
'cargo',
'circleci',
'composer',
......@@ -10,7 +11,6 @@ const managerList = [
'gomod',
'kubernetes',
'meteor',
'bundler',
'npm',
'nvm',
'pip_requirements',
......@@ -30,10 +30,10 @@ const languageList = [
'docker',
'golang',
'js',
'ruby',
'node',
'php',
'python',
'ruby',
'rust',
];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment