diff options
| -rw-r--r-- | Gemfile | 1 | ||||
| -rw-r--r-- | Gemfile.lock | 4 | 
2 files changed, 5 insertions, 0 deletions
| @@ -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 | 
