diff --git a/quote_service/Gemfile.lock b/quote_service/Gemfile.lock index 0f01c04..2af6741 100644 --- a/quote_service/Gemfile.lock +++ b/quote_service/Gemfile.lock @@ -2,11 +2,13 @@ GEM remote: https://rubygems.org/ specs: base64 (0.2.0) + logger (1.6.3) mustermann (3.0.3) ruby2_keywords (~> 0.0.1) rack (3.1.7) - rack-protection (4.0.0) + rack-protection (4.1.0) base64 (>= 0.1.0) + logger (>= 1.6.0) rack (>= 3.0.0, < 4) rack-session (2.0.0) rack (>= 3.0.0) @@ -14,10 +16,11 @@ GEM rack (>= 3) webrick (~> 1.8) ruby2_keywords (0.0.5) - sinatra (4.0.0) + sinatra (4.1.0) + logger (>= 1.6.0) mustermann (~> 3.0) rack (>= 3.0.0, < 4) - rack-protection (= 4.0.0) + rack-protection (= 4.1.0) rack-session (>= 2.0.0, < 3) tilt (~> 2.0) tilt (2.4.0)