From 554b3e9d7114f7c58f86bb278d984d21843aa85b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 21:13:00 +0000 Subject: [PATCH] Bump sinatra and sinatra-contrib Bumps [sinatra](https://github.com/sinatra/sinatra) and [sinatra-contrib](https://github.com/sinatra/sinatra). These dependencies needed to be updated together. Updates `sinatra` from 3.2.0 to 4.0.0 - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](https://github.com/sinatra/sinatra/compare/v3.2.0...v4.0.0) Updates `sinatra-contrib` from 3.2.0 to 4.0.0 - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](https://github.com/sinatra/sinatra/compare/v3.2.0...v4.0.0) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production update-type: version-update:semver-major - dependency-name: sinatra-contrib dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 4 ++-- Gemfile.lock | 25 ++++++++++++++----------- 2 files changed, 16 insertions(+), 13 deletions(-) diff --git a/Gemfile b/Gemfile index debd7d2..3440f81 100644 --- a/Gemfile +++ b/Gemfile @@ -4,8 +4,8 @@ source 'https://rubygems.org' gem 'puma', '~> 6.4' gem 'ruby-saml', '~> 1.16' -gem 'sinatra', '~> 3.2' -gem 'sinatra-contrib', '~> 3.2' +gem 'sinatra', '~> 4.0' +gem 'sinatra-contrib', '~> 4.0' group :development do gem 'overcommit', '~> 0.62.0' diff --git a/Gemfile.lock b/Gemfile.lock index bdb799d..3b0c212 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -39,10 +39,12 @@ GEM puma (6.4.2) nio4r (~> 2.0) racc (1.7.3) - rack (2.2.8) - rack-protection (3.2.0) + rack (3.0.8) + rack-protection (4.0.0) base64 (>= 0.1.0) - rack (~> 2.2, >= 2.2.4) + rack (>= 3.0.0, < 4) + rack-session (2.0.0) + rack (>= 3.0.0) rack-test (2.1.0) rack (>= 1.3) rainbow (3.1.1) @@ -96,16 +98,17 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - sinatra (3.2.0) + sinatra (4.0.0) mustermann (~> 3.0) - rack (~> 2.2, >= 2.2.4) - rack-protection (= 3.2.0) + rack (>= 3.0.0, < 4) + rack-protection (= 4.0.0) + rack-session (>= 2.0.0, < 3) tilt (~> 2.0) - sinatra-contrib (3.2.0) + sinatra-contrib (4.0.0) multi_json (>= 0.0.2) mustermann (~> 3.0) - rack-protection (= 3.2.0) - sinatra (= 3.2.0) + rack-protection (= 4.0.0) + sinatra (= 4.0.0) tilt (~> 2.0) tilt (2.3.0) unicode-display_width (2.5.0) @@ -128,8 +131,8 @@ DEPENDENCIES ruby-saml (~> 1.16) simplecov (~> 0.22.0) simplecov-cobertura - sinatra (~> 3.2) - sinatra-contrib (~> 3.2) + sinatra (~> 4.0) + sinatra-contrib (~> 4.0) webmock (~> 3.19) BUNDLED WITH