diff options
-rw-r--r-- | apkbuild-gem-resolver.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/apkbuild-gem-resolver.in b/apkbuild-gem-resolver.in index b93525e..5d3951d 100644 --- a/apkbuild-gem-resolver.in +++ b/apkbuild-gem-resolver.in @@ -36,6 +36,14 @@ class Aport # that version is not # published on network } + '2.2.2' = > { + '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 } @@aports = {} |