summaryrefslogtreecommitdiffhomepage
path: root/Gemfile
diff options
context:
space:
mode:
authorJurriaan Pruis <[email protected]>2014-01-02 17:22:36 +0100
committerJurriaan Pruis <[email protected]>2014-01-02 18:32:09 +0100
commit64a818623792fd9c6397d1f4fc124c49904e5614 (patch)
treee4159cfb75162bd91892fc206281e17d46af9f6e /Gemfile
parent2f09f7530acfb47ebc772a609b2cf9d523ac60b7 (diff)
downloadcaxlsx-64a818623792fd9c6397d1f4fc124c49904e5614.tar.gz
caxlsx-64a818623792fd9c6397d1f4fc124c49904e5614.zip
Travis rbx fixes
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index a68ee61c..b3b89451 100644
--- a/Gemfile
+++ b/Gemfile
@@ -9,3 +9,10 @@ end
group :profile do
gem 'ruby-prof'
end
+
+platforms :rbx do
+ gem 'rubysl'
+ gem 'rubysl-test-unit'
+ gem 'racc'
+ gem 'rubinius-coverage', '~> 2.0'
+end