From b5bd9fa2bde747021886f45def03d9807f9b76bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 20:23:02 +0000 Subject: [PATCH] Bump sinatra from 1.1.2 to 4.1.0 Bumps [sinatra](https://github.com/sinatra/sinatra) from 1.1.2 to 4.1.0. - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](https://github.com/sinatra/sinatra/compare/1.1.2...v4.1.0) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 27 +++++++++++++++++++++------ 2 files changed, 22 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index e32e523b..6b8c5e11 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'http://rubygems.org' -gem 'sinatra', '~> 1.0' +gem 'sinatra', '~> 4.1' gem 'shotgun', :group => :reloadable gem 'thin', :group => :reloadable gem 'json' diff --git a/Gemfile.lock b/Gemfile.lock index 42460e58..e828aae0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,20 +1,35 @@ GEM remote: http://rubygems.org/ specs: + base64 (0.2.0) daemons (1.1.0) eventmachine (0.12.10) json (1.4.6) - rack (1.2.1) + logger (1.6.1) + mustermann (3.0.3) + ruby2_keywords (~> 0.0.1) + 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) + ruby2_keywords (0.0.5) shotgun (0.8) rack (>= 1.0) - sinatra (1.1.2) - rack (~> 1.1) - tilt (~> 1.2) + sinatra (4.1.0) + logger (>= 1.6.0) + mustermann (~> 3.0) + rack (>= 3.0.0, < 4) + rack-protection (= 4.1.0) + rack-session (>= 2.0.0, < 3) + tilt (~> 2.0) thin (1.2.7) daemons (>= 1.0.9) eventmachine (>= 0.12.6) rack (>= 1.0.0) - tilt (1.2.1) + tilt (2.4.0) PLATFORMS ruby @@ -22,5 +37,5 @@ PLATFORMS DEPENDENCIES json shotgun - sinatra (~> 1.0) + sinatra (~> 4.1) thin