From 8e784bd1b1725bfa69327e8edf7dc086d09991ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 01:11:40 +0000 Subject: [PATCH] Bump sinatra from 2.0.8.1 to 4.0.0 Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.0.8.1 to 4.0.0. - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](https://github.com/sinatra/sinatra/compare/v2.0.8.1...v4.0.0) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 27 ++++++++++++++++----------- 2 files changed, 17 insertions(+), 12 deletions(-) diff --git a/Gemfile b/Gemfile index 844b219..798e6fb 100644 --- a/Gemfile +++ b/Gemfile @@ -8,6 +8,6 @@ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } gem "puma", "~> 4.3" -gem "sinatra", "~> 2.0" +gem "sinatra", "~> 4.0" gem "cowsay", "~> 0.3.0" diff --git a/Gemfile.lock b/Gemfile.lock index a00e439..f57ee77 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,22 +1,27 @@ GEM remote: https://rubygems.org/ specs: + base64 (0.2.0) cowsay (0.3.0) - mustermann (1.1.1) + mustermann (3.0.0) ruby2_keywords (~> 0.0.1) nio4r (2.5.2) puma (4.3.5) nio4r (~> 2.0) - rack (2.2.3) - rack-protection (2.0.8.1) - rack - ruby2_keywords (0.0.2) - sinatra (2.0.8.1) - mustermann (~> 1.0) - rack (~> 2.0) - rack-protection (= 2.0.8.1) + rack (3.0.8) + rack-protection (4.0.0) + base64 (>= 0.1.0) + rack (>= 3.0.0, < 4) + rack-session (2.0.0) + rack (>= 3.0.0) + ruby2_keywords (0.0.5) + sinatra (4.0.0) + mustermann (~> 3.0) + rack (>= 3.0.0, < 4) + rack-protection (= 4.0.0) + rack-session (>= 2.0.0, < 3) tilt (~> 2.0) - tilt (2.0.10) + tilt (2.3.0) PLATFORMS ruby @@ -24,7 +29,7 @@ PLATFORMS DEPENDENCIES cowsay (~> 0.3.0) puma (~> 4.3) - sinatra (~> 2.0) + sinatra (~> 4.0) BUNDLED WITH 2.1.4