diff options
| author | Zack Hobson | 2013-12-07 10:37:18 -0800 |
|---|---|---|
| committer | Zack Hobson | 2013-12-07 10:37:18 -0800 |
| commit | 8d62c1aee5c7011e9b3a80a558d9a8e598eece8f (patch) | |
| tree | 42eba7207f579d58ae63937bcb55602c8c1e2832 /Gemfile | |
| parent | 8f6d7b08cc2c2b714d1f3390119febb57a83ed61 (diff) | |
| download | hcl-8d62c1aee5c7011e9b3a80a558d9a8e598eece8f.tar.bz2 | |
gemfile: add rubysl-test-unit to development group
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,4 +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' +gem 'rubysl-test-unit', platform:'rbx', group:'development' |
