diff options
| author | mo khan <mo@mokhan.ca> | 2013-08-28 07:20:13 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2013-08-28 07:20:13 -0600 |
| commit | db1191ec0e7305d684383f8974e2fa437f77ad5a (patch) | |
| tree | 5e27b197dff849d22d8e1f50eb75aa499b16bd06 /code/spyglass/Gemfile.lock | |
Diffstat (limited to 'code/spyglass/Gemfile.lock')
| -rw-r--r-- | code/spyglass/Gemfile.lock | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/code/spyglass/Gemfile.lock b/code/spyglass/Gemfile.lock new file mode 100644 index 0000000..f294659 --- /dev/null +++ b/code/spyglass/Gemfile.lock @@ -0,0 +1,32 @@ +GEM + remote: https://rubygems.org/ + specs: + addressable (2.3.4) + excon (0.25.3) + launchy (2.3.0) + addressable (~> 2.3) + minitest (5.0.6) + posix-spawn (0.3.6) + rack (1.3.10) + rack-protection (1.5.0) + rack + rake (10.1.0) + rake-compiler (0.8.3) + rake + sinatra (1.3.3) + rack (~> 1.3, >= 1.3.6) + rack-protection (~> 1.2) + tilt (~> 1.3, >= 1.3.3) + tilt (1.4.1) + +PLATFORMS + ruby + +DEPENDENCIES + excon + launchy + minitest + posix-spawn + rack (~> 1.3.5) + rake-compiler + sinatra |
