From f731aba26b46440dc19e2a77967e095d16949669 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 19:31:03 +0800 Subject: [PATCH] Bump sinatra from 4.0.0 to 4.1.0 in /examples/sinatra/app/src (#541) Bumps [sinatra](https://github.com/sinatra/sinatra) from 4.0.0 to 4.1.0. - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](https://github.com/sinatra/sinatra/compare/v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/sinatra/app/src/Gemfile | 2 +- examples/sinatra/app/src/Gemfile.lock | 17 ++++++++++------- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/examples/sinatra/app/src/Gemfile b/examples/sinatra/app/src/Gemfile index 3161e9b1..79b2370c 100644 --- a/examples/sinatra/app/src/Gemfile +++ b/examples/sinatra/app/src/Gemfile @@ -4,6 +4,6 @@ source "https://rubygems.org" # gem "rails" -gem "sinatra", "~> 4.0" +gem "sinatra", "~> 4.1" gem "rackup", "~> 2.1" diff --git a/examples/sinatra/app/src/Gemfile.lock b/examples/sinatra/app/src/Gemfile.lock index 879fcf30..e6304fc7 100644 --- a/examples/sinatra/app/src/Gemfile.lock +++ b/examples/sinatra/app/src/Gemfile.lock @@ -2,11 +2,13 @@ GEM remote: https://rubygems.org/ specs: base64 (0.2.0) - mustermann (3.0.0) + logger (1.6.1) + mustermann (3.0.3) ruby2_keywords (~> 0.0.1) - rack (3.0.9.1) - rack-protection (4.0.0) + rack (3.1.8) + rack-protection (4.1.0) base64 (>= 0.1.0) + logger (>= 1.6.0) rack (>= 3.0.0, < 4) rack-session (2.0.0) rack (>= 3.0.0) @@ -14,13 +16,14 @@ GEM rack (>= 3) webrick (~> 1.8) ruby2_keywords (0.0.5) - sinatra (4.0.0) + sinatra (4.1.0) + logger (>= 1.6.0) mustermann (~> 3.0) rack (>= 3.0.0, < 4) - rack-protection (= 4.0.0) + rack-protection (= 4.1.0) rack-session (>= 2.0.0, < 3) tilt (~> 2.0) - tilt (2.3.0) + tilt (2.4.0) webrick (1.8.2) PLATFORMS @@ -29,7 +32,7 @@ PLATFORMS DEPENDENCIES rackup (~> 2.1) - sinatra (~> 4.0) + sinatra (~> 4.1) BUNDLED WITH 2.5.3