summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorZack Hobson2013-12-22 17:07:49 -0800
committerZack Hobson2013-12-22 17:07:49 -0800
commit0e3581420a697c40ae91c2ad92884cd8e1eebe03 (patch)
treef8228ad368de8e86691c28f7e9e7f3d2c749125c /Gemfile
parent2f6c16ddba55c516b28fc98302c7659bfc06ef3b (diff)
downloadhcl-0e3581420a697c40ae91c2ad92884cd8e1eebe03.tar.bz2
remove xml processing code
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 432a0f7..b133fde 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,5 +1,6 @@
source "https://rubygems.org"
gemspec
+gem 'pry', group:['test','development']
# XXX this is dumb but it's crazy hard to get platform specfic deps into a gemspec
gem 'rubysl-abbrev', platform:'rbx'
gem 'rubysl-singleton', platform:'rbx'