mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2025-01-24 16:22:57 +00:00
apkbuild-gem-resolver: add ruby 2.2.1
This commit is contained in:
parent
756a9e0c04
commit
fd6f259cc2
@ -26,6 +26,15 @@ class Aport
|
||||
'ruby-minitest' => ['minitest', '4.7.5'],
|
||||
'ruby-rake' => ['rake', '10.1.0'],
|
||||
'ruby-rdoc' => ['rdoc', '4.1.0', 'ruby-json']
|
||||
},
|
||||
'2.2.1' => {
|
||||
'ruby-json' => ['json', '1.8.1'],
|
||||
'ruby-minitest' => ['minitest', '5.4.3'],
|
||||
'ruby-rake' => ['rake', '10.4.2'],
|
||||
'ruby-rdoc' => ['rdoc', '4.2.0', 'ruby-json'],
|
||||
'ruby-io-console' => [ 'io-console', '0.4.2'] # its actually 0.4.3 but
|
||||
# that version is not
|
||||
# published on network
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user