From 4b0bf9e45b6f3974fa6890acfe602150a511e837 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2020 22:25:25 +0000 Subject: [PATCH] Update sinatra to version 2.0.8.1 --- Gemfile.lock | 39 ++++++++++++++------------------------- 1 file changed, 14 insertions(+), 25 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c61b6b7..8486193 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,30 +1,22 @@ GEM remote: https://rubygems.org/ specs: - activesupport (5.2.0) - concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) ast (2.4.0) - backports (3.11.3) + backports (3.15.0) codecov (0.1.10) json simplecov url coderay (1.1.2) - concurrent-ruby (1.0.5) diff-lcs (1.3) docile (1.3.1) dotenv (2.5.0) - i18n (1.0.1) - concurrent-ruby (~> 1.0) jaro_winkler (1.5.1) json (2.1.0) method_source (0.9.0) - minitest (5.11.3) - multi_json (1.13.1) - mustermann (1.0.2) + multi_json (1.14.1) + mustermann (1.1.0) + ruby2_keywords (~> 0.0.1) parallel (1.12.1) parser (2.5.1.2) ast (~> 2.4.0) @@ -34,9 +26,9 @@ GEM coderay (~> 1.1.0) method_source (~> 0.9.0) puma (3.12.0) - rack (2.0.5) + rack (2.0.8) rack-cors (1.0.2) - rack-protection (2.0.3) + rack-protection (2.0.8.1) rack rack-test (1.1.0) rack (>= 1.0, < 3) @@ -69,29 +61,26 @@ GEM rubocop-rspec (1.27.0) rubocop (>= 0.56.0) ruby-progressbar (1.9.0) + ruby2_keywords (0.0.1) sequel (5.10.0) simplecov (0.16.1) docile (~> 1.1) json (>= 1.8, < 3) simplecov-html (~> 0.10.0) simplecov-html (0.10.2) - sinatra (2.0.3) + sinatra (2.0.8.1) mustermann (~> 1.0) rack (~> 2.0) - rack-protection (= 2.0.3) + rack-protection (= 2.0.8.1) tilt (~> 2.0) - sinatra-contrib (2.0.3) - activesupport (>= 4.0.0) + sinatra-contrib (2.0.8.1) backports (>= 2.8.2) multi_json mustermann (~> 1.0) - rack-protection (= 2.0.3) - sinatra (= 2.0.3) - tilt (>= 1.3, < 3) - thread_safe (0.3.6) - tilt (2.0.8) - tzinfo (1.2.5) - thread_safe (~> 0.1) + rack-protection (= 2.0.8.1) + sinatra (= 2.0.8.1) + tilt (~> 2.0) + tilt (2.0.10) unicode-display_width (1.4.0) url (0.3.2)