summaryrefslogtreecommitdiffstats
path: root/apkbuild-gem-resolver.in
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-03-26 14:42:50 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-03-26 14:44:39 +0000
commitfd6f259cc21ca49138af71beae1b05f8c7e54780 (patch)
tree4d7bd08ccca7f30abd99c33687175e3472c49cab /apkbuild-gem-resolver.in
parent756a9e0c0466e79d914e563068ed345f47a8092f (diff)
downloadabuild-fd6f259cc21ca49138af71beae1b05f8c7e54780.tar.bz2
abuild-fd6f259cc21ca49138af71beae1b05f8c7e54780.tar.xz
apkbuild-gem-resolver: add ruby 2.2.1
Diffstat (limited to 'apkbuild-gem-resolver.in')
-rw-r--r--apkbuild-gem-resolver.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/apkbuild-gem-resolver.in b/apkbuild-gem-resolver.in
index bd44e9f..b93525e 100644
--- a/apkbuild-gem-resolver.in
+++ b/apkbuild-gem-resolver.in
@@ -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
}
}