aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorTeddy Wing2015-12-07 22:41:15 -0500
committerTeddy Wing2015-12-07 22:41:15 -0500
commit063ed1fba16137f1734ba5d58209ad143bd9bf07 (patch)
treee1d2395ab196272ad1f7c8301afff2ad3cb7c150 /Gemfile
parentd0e7441545f66aba4e0ba1af870978b675f5fa09 (diff)
downloadRuby-Web-Sessions-Exercise-063ed1fba16137f1734ba5d58209ad143bd9bf07.tar.bz2
Gemfile: Install 'rerun' gem
To be able to reload Sinatra when changes are made.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index c10abd7..5ea8918 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,3 +1,4 @@
source 'https://rubygems.org'
gem 'sinatra'
+gem 'rerun'