diff options
| author | Teddy Wing | 2015-12-07 22:41:15 -0500 |
|---|---|---|
| committer | Teddy Wing | 2015-12-07 22:41:15 -0500 |
| commit | 063ed1fba16137f1734ba5d58209ad143bd9bf07 (patch) | |
| tree | e1d2395ab196272ad1f7c8301afff2ad3cb7c150 /Gemfile | |
| parent | d0e7441545f66aba4e0ba1af870978b675f5fa09 (diff) | |
| download | Ruby-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-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ source 'https://rubygems.org' gem 'sinatra' +gem 'rerun' |
