diff options
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 9aa3dd8..6c67137 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,6 +1,8 @@ GEM remote: https://rubygems.org/ specs: + daemons (1.4.0) + eventmachine (1.2.7) json (2.5.1) mustermann (1.1.1) ruby2_keywords (~> 0.0.1) @@ -19,6 +21,10 @@ GEM tilt (~> 2.0) sinatra-partial (1.0.1) sinatra (>= 1.4) + thin (1.8.1) + daemons (~> 1.0, >= 1.0.9) + eventmachine (~> 1.0, >= 1.0.4) + rack (>= 1, < 3) tilt (2.0.10) PLATFORMS @@ -30,6 +36,7 @@ DEPENDENCIES redcarpet sinatra sinatra-partial + thin BUNDLED WITH 2.2.24 |