From 3ae1659d1812e02d650249de61d00eb1167acf49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 01:29:02 +0000 Subject: [PATCH] Bump sinatra from 2.0.5 to 3.0.4 Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.0.5 to 3.0.4. - [Release notes](https://github.com/sinatra/sinatra/releases) - [Changelog](https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md) - [Commits](https://github.com/sinatra/sinatra/compare/v2.0.5...v3.0.4) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 105 +++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 89 insertions(+), 16 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index eedfe2c..e2dbe5d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,10 +3,71 @@ GEM specs: addressable (2.6.0) public_suffix (>= 2.0.2, < 4.0) - backports (3.15.0) + concurrent-ruby (1.1.10) domain_name (0.5.20180417) unf (>= 0.0.5, < 1.0.0) dotenv (2.7.4) + faraday (1.10.2) + faraday-em_http (~> 1.0) + faraday-em_synchrony (~> 1.0) + faraday-excon (~> 1.1) + faraday-httpclient (~> 1.0) + faraday-multipart (~> 1.0) + faraday-net_http (~> 1.0) + faraday-net_http_persistent (~> 1.0) + faraday-patron (~> 1.0) + faraday-rack (~> 1.0) + faraday-retry (~> 1.0) + ruby2_keywords (>= 0.0.4) + faraday-em_http (1.0.0) + faraday-em_synchrony (1.0.0) + faraday-excon (1.1.0) + faraday-httpclient (1.0.1) + faraday-multipart (1.0.4) + multipart-post (~> 2) + faraday-net_http (1.0.1) + faraday-net_http_persistent (1.2.0) + faraday-patron (1.0.0) + faraday-rack (1.0.0) + faraday-retry (1.0.3) + gapic-common (0.9.0) + faraday (~> 1.3) + google-protobuf (~> 3.14) + googleapis-common-protos (>= 1.3.11, < 2.a) + googleapis-common-protos-types (>= 1.0.6, < 2.a) + googleauth (>= 0.17.0, < 2.a) + grpc (~> 1.36) + google-cloud-core (1.6.0) + google-cloud-env (~> 1.0) + google-cloud-errors (~> 1.0) + google-cloud-env (1.6.0) + faraday (>= 0.17.3, < 3.0) + google-cloud-errors (1.3.0) + google-cloud-firestore (2.7.2) + concurrent-ruby (~> 1.0) + google-cloud-core (~> 1.5) + google-cloud-firestore-v1 (~> 0.0) + rbtree (~> 0.4.2) + google-cloud-firestore-v1 (0.6.0) + gapic-common (>= 0.7, < 2.a) + google-cloud-errors (~> 1.0) + google-protobuf (3.21.10) + googleapis-common-protos (1.3.12) + google-protobuf (~> 3.14) + googleapis-common-protos-types (~> 1.2) + grpc (~> 1.27) + googleapis-common-protos-types (1.4.0) + google-protobuf (~> 3.14) + googleauth (0.17.1) + faraday (>= 0.17.3, < 2.0) + jwt (>= 1.4, < 3.0) + memoist (~> 0.16) + multi_json (~> 1.11) + os (>= 0.9, < 2.0) + signet (~> 0.15) + grpc (1.50.0) + google-protobuf (~> 3.21) + googleapis-common-protos-types (~> 1.0) http (4.1.1) addressable (~> 2.3) http-cookie (~> 1.0) @@ -16,28 +77,39 @@ GEM domain_name (~> 0.5) http-form_data (2.1.1) http_parser.rb (0.6.0) - multi_json (1.13.1) - mustermann (1.0.3) + jwt (2.5.0) + memoist (0.16.2) + multi_json (1.15.0) + multipart-post (2.2.3) + mustermann (3.0.0) + ruby2_keywords (~> 0.0.1) nio4r (2.3.1) + os (1.1.4) public_suffix (3.1.1) puma (4.0.0) nio4r (~> 2.0) - rack (2.0.7) - rack-protection (2.0.5) + rack (2.2.4) + rack-protection (3.0.4) rack - sinatra (2.0.5) - mustermann (~> 1.0) - rack (~> 2.0) - rack-protection (= 2.0.5) + rbtree (0.4.5) + ruby2_keywords (0.0.5) + signet (0.15.0) + addressable (~> 2.3) + faraday (>= 0.17.3, < 2.0) + jwt (>= 1.5, < 3.0) + multi_json (~> 1.10) + sinatra (3.0.4) + mustermann (~> 3.0) + rack (~> 2.2, >= 2.2.4) + rack-protection (= 3.0.4) tilt (~> 2.0) - sinatra-contrib (2.0.5) - backports (>= 2.8.2) + sinatra-contrib (3.0.4) multi_json - mustermann (~> 1.0) - rack-protection (= 2.0.5) - sinatra (= 2.0.5) - tilt (>= 1.3, < 3) - tilt (2.0.9) + mustermann (~> 3.0) + rack-protection (= 3.0.4) + sinatra (= 3.0.4) + tilt (~> 2.0) + tilt (2.0.11) unf (0.1.4) unf_ext unf_ext (0.0.7.6) @@ -47,6 +119,7 @@ PLATFORMS DEPENDENCIES dotenv + google-cloud-firestore http puma sinatra