diff options
| author | Zack Hobson | 2013-12-07 10:27:51 -0800 | 
|---|---|---|
| committer | Zack Hobson | 2013-12-07 10:27:51 -0800 | 
| commit | 8f6d7b08cc2c2b714d1f3390119febb57a83ed61 (patch) | |
| tree | 9f5677fedf0e649a498de870e422b6f99a87e8fb | |
| parent | 44fc01df19fefb7e2f3247f83c6c4386a5f79723 (diff) | |
| download | hcl-8f6d7b08cc2c2b714d1f3390119febb57a83ed61.tar.bz2 | |
pexplicit rubysl-test-unit deps, rubysl does not include it
| -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 | 
