aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorTeddy Wing2015-12-07 22:29:38 -0500
committerTeddy Wing2015-12-07 22:29:38 -0500
commitc2b8fde6aa39c1ec1d6f0666823852e80df10842 (patch)
tree407d0834faa816aa76b210cc0ad16e770823ab1e /Gemfile
downloadRuby-Web-Sessions-Exercise-c2b8fde6aa39c1ec1d6f0666823852e80df10842.tar.bz2
Initial commit. Add Gemfile.
Use Sinatra.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
new file mode 100644
index 0000000..c10abd7
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,3 @@
+source 'https://rubygems.org'
+
+gem 'sinatra'