From 063ed1fba16137f1734ba5d58209ad143bd9bf07 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Mon, 7 Dec 2015 22:41:15 -0500 Subject: Gemfile: Install 'rerun' gem To be able to reload Sinatra when changes are made. --- Gemfile.lock | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Gemfile.lock') diff --git a/Gemfile.lock b/Gemfile.lock index ad27301..f74cd7d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,9 +1,18 @@ GEM remote: https://rubygems.org/ specs: + ffi (1.9.10) + listen (3.0.5) + rb-fsevent (>= 0.9.3) + rb-inotify (>= 0.9) rack (1.6.4) rack-protection (1.5.3) rack + rb-fsevent (0.9.6) + rb-inotify (0.9.5) + ffi (>= 0.5.0) + rerun (0.11.0) + listen (~> 3.0) sinatra (1.4.6) rack (~> 1.4) rack-protection (~> 1.4) @@ -14,4 +23,5 @@ PLATFORMS ruby DEPENDENCIES + rerun sinatra -- cgit v1.2.3