summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorZack Hobson2013-12-07 10:37:18 -0800
committerZack Hobson2013-12-07 10:37:18 -0800
commit8d62c1aee5c7011e9b3a80a558d9a8e598eece8f (patch)
tree42eba7207f579d58ae63937bcb55602c8c1e2832 /Gemfile
parent8f6d7b08cc2c2b714d1f3390119febb57a83ed61 (diff)
downloadhcl-8d62c1aee5c7011e9b3a80a558d9a8e598eece8f.tar.bz2
gemfile: add rubysl-test-unit to development group
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 7296081..2651e99 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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'