diff options
Diffstat (limited to 'code/spyglass/Gemfile')
| -rw-r--r-- | code/spyglass/Gemfile | 13 |
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 + |
