feat(asdf): Add rebar3 to asdf manager (#29188)

Co-authored-by: Rhys Arkins <rhys@arkins.net>
This commit is contained in:
Paulo F. Oliveira 2024-05-21 16:57:31 +01:00 committed by GitHub
parent f59c7f3162
commit 2e6c5636ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 14 additions and 0 deletions

View file

@ -98,6 +98,7 @@ poetry 1.3.2
pre-commit 3.3.1 pre-commit 3.3.1
pulumi 3.57.1 pulumi 3.57.1
python 3.11.0 python 3.11.0
rebar 3.23.0
ruby 3.1.2 ruby 3.1.2
rust 1.64.0 rust 1.64.0
sbt 1.9.7 sbt 1.9.7
@ -484,6 +485,12 @@ dummy 1.2.3
depName: 'python', depName: 'python',
extractVersion: '^v(?<version>\\S+)', extractVersion: '^v(?<version>\\S+)',
}, },
{
currentValue: '3.23.0',
datasource: 'github-tags',
packageName: 'erlang/rebar3',
depName: 'rebar',
},
{ {
currentValue: '3.1.2', currentValue: '3.1.2',
datasource: 'ruby-version', datasource: 'ruby-version',

View file

@ -500,6 +500,13 @@ export const upgradeableTooling: Record<string, ToolingDefinition> = {
extractVersion: '^v(?<version>\\S+)', extractVersion: '^v(?<version>\\S+)',
}, },
}, },
rebar: {
asdfPluginUrl: 'https://github.com/Stratus3D/asdf-rebar.git',
config: {
datasource: GithubTagsDatasource.id,
packageName: 'erlang/rebar3',
},
},
ruby: { ruby: {
asdfPluginUrl: 'https://github.com/asdf-vm/asdf-ruby', asdfPluginUrl: 'https://github.com/asdf-vm/asdf-ruby',
config: { config: {