summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2014-02-03 21:49:39 -0700
committermo khan <mo@mokhan.ca>2014-02-03 21:49:39 -0700
commit6d9fc91b5da8e7af3b6050f129d8d41e9b2715f8 (patch)
tree497fbaeb72693d8f12c9b2e9856c9b2322690341
parentf36259e9aeb92c22f11cdab52ecdca75e29782e8 (diff)
install sinatra.
-rw-r--r--Gemfile3
-rw-r--r--Gemfile.lock17
2 files changed, 20 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
new file mode 100644
index 0000000..94fc334
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,3 @@
+source "https://rubygems.org"
+
+gem "sinatra"
diff --git a/Gemfile.lock b/Gemfile.lock
new file mode 100644
index 0000000..deb44d8
--- /dev/null
+++ b/Gemfile.lock
@@ -0,0 +1,17 @@
+GEM
+ remote: https://rubygems.org/
+ specs:
+ rack (1.5.2)
+ rack-protection (1.5.2)
+ rack
+ sinatra (1.4.4)
+ rack (~> 1.4)
+ rack-protection (~> 1.4)
+ tilt (~> 1.3, >= 1.3.4)
+ tilt (1.4.1)
+
+PLATFORMS
+ ruby
+
+DEPENDENCIES
+ sinatra