From 1b3290792938ea1b647ee9996450dd79270813d9 Mon Sep 17 00:00:00 2001 From: John Helmert III Date: Sat, 28 May 2022 21:23:39 -0500 Subject: Update Gemfile.lock Signed-off-by: John Helmert III --- Gemfile.lock | 46 ++++++++++++++++++++++++++-------------------- 1 file changed, 26 insertions(+), 20 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 39b4096..5a3c210 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -10,31 +10,37 @@ GIT GEM remote: https://rubygems.org/ specs: - crass (1.0.2) - daemons (1.2.1) - eventmachine (1.0.7) - json (1.8.6) - mini_portile (0.6.2) - nokogiri (1.6.6.2) - mini_portile (~> 0.6.0) - rack (1.6.0) - rack-protection (1.5.3) + crass (1.0.6) + daemons (1.4.1) + eventmachine (1.2.7) + json (2.6.2) + mini_portile2 (2.8.0) + mustermann (1.1.1) + ruby2_keywords (~> 0.0.1) + nokogiri (1.13.6) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) + racc (1.6.0) + rack (2.2.3.1) + rack-protection (2.2.0) rack + ruby2_keywords (0.0.5) sanitize (4.4.0) crass (~> 1.0.2) nokogiri (>= 1.4.4) nokogumbo (~> 1.4.1) - sinatra (1.4.5) - rack (~> 1.4) - rack-protection (~> 1.4) - tilt (~> 1.3, >= 1.3.4) - sinatra-partial (0.4.0) - sinatra - thin (1.6.3) + sinatra (2.2.0) + mustermann (~> 1.0) + rack (~> 2.2) + rack-protection (= 2.2.0) + tilt (~> 2.0) + sinatra-partial (1.0.1) + sinatra (>= 1.4) + thin (1.8.1) daemons (~> 1.0, >= 1.0.9) - eventmachine (~> 1.0) - rack (~> 1.0) - tilt (1.4.1) + eventmachine (~> 1.0, >= 1.0.4) + rack (>= 1, < 3) + tilt (2.0.10) PLATFORMS ruby @@ -49,4 +55,4 @@ DEPENDENCIES thin BUNDLED WITH - 1.17.3 + 2.3.8 -- cgit v1.2.3-65-gdbad