summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorZack Hobson2013-12-07 10:05:59 -0800
committerZack Hobson2013-12-07 10:06:25 -0800
commit44fc01df19fefb7e2f3247f83c6c4386a5f79723 (patch)
treef2f10ec9c80baf313782174dda25ba60a4478049 /Gemfile
parent939bb1989c18eef4431b0391ccbcfc2bebc6dd7f (diff)
downloadhcl-44fc01df19fefb7e2f3247f83c6c4386a5f79723.tar.bz2
pull in rubysl until I figure out specific deps.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index a62eae4..c89ee09 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,4 +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'
+gem 'rubysl', platform:'rbx'