From 7c753125410ad4ddae0c5126bfd703cb68c3eddb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 11:14:15 +0000 Subject: [PATCH] Build(deps): Bump sinatra, rack and sinatra-contrib Bumps [sinatra](https://github.com/sinatra/sinatra), [rack](https://github.com/rack/rack) 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 `rack` from 2.2.8.1 to 3.0.9.1 - [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/v2.2.8.1...v3.0.9.1) 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: rack 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 | 6 +++--- Gemfile.lock | 27 +++++++++++++++------------ 2 files changed, 18 insertions(+), 15 deletions(-) diff --git a/Gemfile b/Gemfile index 240eff6..b15d01f 100644 --- a/Gemfile +++ b/Gemfile @@ -20,16 +20,16 @@ gem "multi_json", "~> 1.15" gem "oauth2", "~> 2.0" gem "pg", "~> 1.5" gem "puma", "~> 6.4" -gem "rack", "~> 2.2" +gem "rack", "~> 3.0" gem "rack-attack", "~> 6.7.0" gem "rack-test", "~> 2.1" gem "rake", "~> 13.1" gem "redis", "~> 5.1.0" gem "rspec", "~> 3.12" gem "sentry-ruby", "~> 5.16" -gem "sinatra", "~> 3.2" +gem "sinatra", "~> 4.0" gem "sinatra-activerecord", "~> 2.0.27" -gem "sinatra-contrib", "~> 3.2" +gem "sinatra-contrib", "~> 4.0" gem "sinatra-cross_origin", "~> 0.4.0" gem "unleash", "~> 5.0" gem "uuid", "~> 2.3" diff --git a/Gemfile.lock b/Gemfile.lock index b9d450f..ca4dc4a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -77,12 +77,14 @@ GEM puma (6.4.2) nio4r (~> 2.0) racc (1.7.3) - rack (2.2.8.1) + rack (3.0.9.1) rack-attack (6.7.0) rack (>= 1.0, < 4) - rack-protection (3.2.0) + 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) @@ -147,19 +149,20 @@ GEM ruby2_keywords (0.0.5) sentry-ruby (5.16.1) concurrent-ruby (~> 1.0, >= 1.0.2) - 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-activerecord (2.0.27) activerecord (>= 4.1) sinatra (>= 1.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) sinatra-cross_origin (0.4.0) snaky_hash (2.0.1) @@ -196,7 +199,7 @@ DEPENDENCIES oauth2 (~> 2.0) pg (~> 1.5) puma (~> 6.4) - rack (~> 2.2) + rack (~> 3.0) rack-attack (~> 6.7.0) rack-test (~> 2.1) rake (~> 13.1) @@ -205,9 +208,9 @@ DEPENDENCIES rubocop-govuk (~> 4.13) rubocop-performance (~> 1.20) sentry-ruby (~> 5.16) - sinatra (~> 3.2) + sinatra (~> 4.0) sinatra-activerecord (~> 2.0.27) - sinatra-contrib (~> 3.2) + sinatra-contrib (~> 4.0) sinatra-cross_origin (~> 0.4.0) timecop unleash (~> 5.0)