From 5c1f5e2af791b608e2c819baa203322a6d9f5f65 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" Date: Sun, 23 Dec 2018 13:50:17 +0000 Subject: [PATCH] Update sinatra to version 2.0.5 --- Gemfile.lock | 33 ++++++++++----------------------- 1 file changed, 10 insertions(+), 23 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c61b6b7..83b5c62 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,30 +1,21 @@ 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.11.4) 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) + mustermann (1.0.3) parallel (1.12.1) parser (2.5.1.2) ast (~> 2.4.0) @@ -34,9 +25,9 @@ GEM coderay (~> 1.1.0) method_source (~> 0.9.0) puma (3.12.0) - rack (2.0.5) + rack (2.0.6) rack-cors (1.0.2) - rack-protection (2.0.3) + rack-protection (2.0.5) rack rack-test (1.1.0) rack (>= 1.0, < 3) @@ -75,23 +66,19 @@ GEM json (>= 1.8, < 3) simplecov-html (~> 0.10.0) simplecov-html (0.10.2) - sinatra (2.0.3) + sinatra (2.0.5) mustermann (~> 1.0) rack (~> 2.0) - rack-protection (= 2.0.3) + rack-protection (= 2.0.5) tilt (~> 2.0) - sinatra-contrib (2.0.3) - activesupport (>= 4.0.0) + sinatra-contrib (2.0.5) backports (>= 2.8.2) multi_json mustermann (~> 1.0) - rack-protection (= 2.0.3) - sinatra (= 2.0.3) + rack-protection (= 2.0.5) + sinatra (= 2.0.5) tilt (>= 1.3, < 3) - thread_safe (0.3.6) - tilt (2.0.8) - tzinfo (1.2.5) - thread_safe (~> 0.1) + tilt (2.0.9) unicode-display_width (1.4.0) url (0.3.2)