From c2b8fde6aa39c1ec1d6f0666823852e80df10842 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Mon, 7 Dec 2015 22:29:38 -0500 Subject: Initial commit. Add Gemfile. Use Sinatra. --- Gemfile.lock | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Gemfile.lock (limited to 'Gemfile.lock') diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..ad27301 --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,17 @@ +GEM + remote: https://rubygems.org/ + specs: + rack (1.6.4) + rack-protection (1.5.3) + rack + sinatra (1.4.6) + rack (~> 1.4) + rack-protection (~> 1.4) + tilt (>= 1.3, < 3) + tilt (2.0.1) + +PLATFORMS + ruby + +DEPENDENCIES + sinatra -- cgit v1.2.3