aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Gemfile1
-rw-r--r--Gemfile.lock10
2 files changed, 11 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'
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