summaryrefslogtreecommitdiff
path: root/code/spyglass/Gemfile
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2013-08-28 07:20:13 -0600
committermo khan <mo@mokhan.ca>2013-08-28 07:20:13 -0600
commitdb1191ec0e7305d684383f8974e2fa437f77ad5a (patch)
tree5e27b197dff849d22d8e1f50eb75aa499b16bd06 /code/spyglass/Gemfile
initial commitHEADmaster
Diffstat (limited to 'code/spyglass/Gemfile')
-rw-r--r--code/spyglass/Gemfile13
1 files changed, 13 insertions, 0 deletions
diff --git a/code/spyglass/Gemfile b/code/spyglass/Gemfile
new file mode 100644
index 0000000..d46b645
--- /dev/null
+++ b/code/spyglass/Gemfile
@@ -0,0 +1,13 @@
+source 'https://rubygems.org'
+
+gem 'rack', '~> 1.3.5'
+gem 'rake-compiler' # For the http parser
+gem 'launchy'
+
+group :test do
+ gem 'excon'
+ gem 'minitest'
+ gem 'posix-spawn'
+ gem 'sinatra'
+end
+