aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile.lock
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.lock
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.lock')
-rw-r--r--Gemfile.lock10
1 files changed, 10 insertions, 0 deletions
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