mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2025-01-10 16:49:48 +00:00
apkbuild-gem-resolver: fix syntax
This commit is contained in:
parent
3f3281c87e
commit
1e3d4338a5
@ -35,8 +35,8 @@ class Aport
|
||||
'ruby-io-console' => [ 'io-console', '0.4.2'] # its actually 0.4.3 but
|
||||
# that version is not
|
||||
# published on network
|
||||
}
|
||||
'2.2.2' = > {
|
||||
},
|
||||
'2.2.2' => {
|
||||
'ruby-json' => ['json', '1.8.1'],
|
||||
'ruby-minitest' => ['minitest', '5.4.3'],
|
||||
'ruby-rake' => ['rake', '10.4.2'],
|
||||
@ -44,6 +44,7 @@ class Aport
|
||||
'ruby-io-console' => [ 'io-console', '0.4.2'] # its actually 0.4.3 but
|
||||
# that version is not
|
||||
# published on network
|
||||
}
|
||||
}
|
||||
|
||||
@@aports = {}
|
||||
|
Loading…
Reference in New Issue
Block a user