From 590c43c00140c8652417860bf70b69180b438e88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 17:25:24 +0000 Subject: [PATCH] Build(deps): Bump sinatra-contrib and sinatra Bumps [sinatra-contrib](https://github.com/sinatra/sinatra) and [sinatra](https://github.com/sinatra/sinatra). These dependencies needed to be updated together. Updates `sinatra-contrib` from 3.0.6 to 3.1.0 - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](https://github.com/sinatra/sinatra/compare/v3.0.6...v3.1.0) Updates `sinatra` from 3.0.6 to 3.1.0 - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](https://github.com/sinatra/sinatra/compare/v3.0.6...v3.1.0) --- updated-dependencies: - dependency-name: sinatra-contrib dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: sinatra dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 4 ++-- Gemfile.lock | 18 +++++++++--------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Gemfile b/Gemfile index abcc555..9839a50 100644 --- a/Gemfile +++ b/Gemfile @@ -27,9 +27,9 @@ gem "rake", "~> 13.0" gem "redis", "~> 5.0.7" gem "rspec", "~> 3.12" gem "sentry-ruby", "~> 5.9" -gem "sinatra", "~> 3.0" +gem "sinatra", "~> 3.1" gem "sinatra-activerecord", "~> 2.0.26" -gem "sinatra-contrib", "~> 3.0" +gem "sinatra-contrib", "~> 3.1" gem "sinatra-cross_origin", "~> 0.4.0" gem "unleash", "~> 4.4.4" gem "uuid", "~> 2.3" diff --git a/Gemfile.lock b/Gemfile.lock index 393c721..85c1ef8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -66,8 +66,8 @@ GEM rack (2.2.8) rack-attack (6.7.0) rack (>= 1.0, < 4) - rack-protection (3.0.6) - rack + rack-protection (3.1.0) + rack (~> 2.2, >= 2.2.4) rack-test (2.1.0) rack (>= 1.3) rainbow (3.1.1) @@ -131,19 +131,19 @@ GEM ruby2_keywords (0.0.5) sentry-ruby (5.10.0) concurrent-ruby (~> 1.0, >= 1.0.2) - sinatra (3.0.6) + sinatra (3.1.0) mustermann (~> 3.0) rack (~> 2.2, >= 2.2.4) - rack-protection (= 3.0.6) + rack-protection (= 3.1.0) tilt (~> 2.0) sinatra-activerecord (2.0.26) activerecord (>= 4.1) sinatra (>= 1.0) - sinatra-contrib (3.0.6) + sinatra-contrib (3.1.0) multi_json mustermann (~> 3.0) - rack-protection (= 3.0.6) - sinatra (= 3.0.6) + rack-protection (= 3.1.0) + sinatra (= 3.1.0) tilt (~> 2.0) sinatra-cross_origin (0.4.0) snaky_hash (2.0.1) @@ -187,9 +187,9 @@ DEPENDENCIES rubocop-govuk (~> 4.12) rubocop-performance (~> 1.19) sentry-ruby (~> 5.9) - sinatra (~> 3.0) + sinatra (~> 3.1) sinatra-activerecord (~> 2.0.26) - sinatra-contrib (~> 3.0) + sinatra-contrib (~> 3.1) sinatra-cross_origin (~> 0.4.0) timecop unleash (~> 4.4.4)