From c292291fcbe83a7c00812e720e1642c3432b8e74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Jul 2023 20:44:22 +0000 Subject: [PATCH] Bump sinatra, oauth2 and rack Bumps [sinatra](https://github.com/sinatra/sinatra), [oauth2](https://gitlab.com/oauth-xx/oauth2) and [rack](https://github.com/rack/rack). These dependencies needed to be updated together. Updates `sinatra` from 1.4.8 to 3.0.6 - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](https://github.com/sinatra/sinatra/compare/v1.4.8...v3.0.6) Updates `oauth2` from 1.4.2 to 2.0.9 - [Changelog](https://gitlab.com/oauth-xx/oauth2/blob/main/CHANGELOG.md) - [Commits](https://gitlab.com/oauth-xx/oauth2/compare/v1.4.2...v2.0.9) Updates `rack` from 1.6.11 to 2.2.7 - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](https://github.com/rack/rack/compare/1.6.11...v2.2.7) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production - dependency-name: oauth2 dependency-type: direct:production - dependency-name: rack dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 44 +++++++++++++++++++++++++++----------------- 2 files changed, 28 insertions(+), 18 deletions(-) diff --git a/Gemfile b/Gemfile index 9305444..f4373d2 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ source :rubygems -gem 'rack', "~> 1.6.11" +gem 'rack', "~> 2.2.7" gem 'sinatra' gem 'oauth2' diff --git a/Gemfile.lock b/Gemfile.lock index 950fbfc..11847dc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,33 +1,43 @@ GEM remote: http://rubygems.org/ specs: - faraday (0.17.0) - multipart-post (>= 1.2, < 3) - jwt (2.2.1) - multi_json (1.14.1) + faraday (2.7.10) + faraday-net_http (>= 2.0, < 3.1) + ruby2_keywords (>= 0.0.4) + faraday-net_http (3.0.2) + hashie (5.0.0) + jwt (2.7.1) multi_xml (0.6.0) - multipart-post (2.1.1) - oauth2 (1.4.2) - faraday (>= 0.8, < 2.0) + mustermann (3.0.0) + ruby2_keywords (~> 0.0.1) + oauth2 (2.0.9) + faraday (>= 0.17.3, < 3.0) jwt (>= 1.0, < 3.0) - multi_json (~> 1.3) multi_xml (~> 0.5) - rack (>= 1.2, < 3) - rack (1.6.11) - rack-protection (1.5.5) + rack (>= 1.2, < 4) + snaky_hash (~> 2.0) + version_gem (~> 1.1) + rack (2.2.7) + rack-protection (3.0.6) rack - sinatra (1.4.8) - rack (~> 1.5) - rack-protection (~> 1.4) - tilt (>= 1.3, < 3) - tilt (2.0.10) + ruby2_keywords (0.0.5) + sinatra (3.0.6) + mustermann (~> 3.0) + rack (~> 2.2, >= 2.2.4) + rack-protection (= 3.0.6) + tilt (~> 2.0) + snaky_hash (2.0.1) + hashie + version_gem (~> 1.1, >= 1.1.1) + tilt (2.2.0) + version_gem (1.1.3) PLATFORMS ruby DEPENDENCIES oauth2 - rack (~> 1.6.11) + rack (~> 2.2.7) sinatra BUNDLED WITH