summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2013-12-22 14:22:41 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2013-12-22 14:22:41 -0800
commit468c1505ac116720c3d63255d1f0f746af0e163b (patch)
treeb27bd173f3d721d66d59e28cb3d43233e88db80d /Gemfile
parentc2820a389580991c06ca92e841e49add2eeb0ca2 (diff)
downloadffi-yajl-468c1505ac116720c3d63255d1f0f746af0e163b.tar.gz
make rbx build happy
see https://github.com/travis-ci/travis-ci/issues/1641
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 0ddd4ac..53c4646 100644
--- a/Gemfile
+++ b/Gemfile
@@ -2,3 +2,7 @@ source "https://rubygems.org"
gemspec :name => "ffi-yajl"
+platforms :rbx do
+ gem 'rubysl', '~> 2.0'
+end
+