summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 3be9c3c..a62eae4 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,2 +1,4 @@
source "https://rubygems.org"
gemspec
+# XXX this is dumb but it's crazy hard to get platform specfic deps into a gemspec
+gem 'rubysl-test-unit', platform:'rbx'