From 8f6d7b08cc2c2b714d1f3390119febb57a83ed61 Mon Sep 17 00:00:00 2001 From: Zack Hobson Date: Sat, 7 Dec 2013 10:27:51 -0800 Subject: pexplicit rubysl-test-unit deps, rubysl does not include it --- Gemfile | 1 + Gemfile.lock | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/Gemfile b/Gemfile index c89ee09..7296081 100644 --- a/Gemfile +++ b/Gemfile @@ -2,3 +2,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', platform:'rbx' +gem 'rubysl-test-unit', platform:'rbx' diff --git a/Gemfile.lock b/Gemfile.lock index ee0494c..5c4d48d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -14,6 +14,7 @@ GEM ffi2-generators (0.1.1) highline (1.6.20) metaclass (0.0.1) + minitest (4.7.5) mocha (0.14.0) metaclass (~> 0.0.1) multi_json (1.8.2) @@ -206,6 +207,8 @@ GEM rubysl-syslog (2.0.1) ffi2-generators (~> 0.1) rubysl-tempfile (2.0.1) + rubysl-test-unit (2.0.3) + minitest (~> 4.7) rubysl-thread (2.0.2) rubysl-thwait (2.0.0) rubysl-time (2.0.3) @@ -238,5 +241,6 @@ DEPENDENCIES rake rubygems-tasks rubysl + rubysl-test-unit simplecov yard -- cgit v1.2.3