From 34ea23a1f7ccf26356c17f71839a253e0414382d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 20:21:53 +0000 Subject: [PATCH] Bump sinatra from 1.1.0 to 4.1.0 Bumps [sinatra](https://github.com/sinatra/sinatra) from 1.1.0 to 4.1.0. - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](https://github.com/sinatra/sinatra/compare/1.1.0...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 762c72d..182fc25 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,3 @@ source :rubygems -gem 'sinatra', '1.1.0' +gem 'sinatra', '4.1.0' gem 'thin' \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index 7761442..a6d54ac 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,21 +1,36 @@ GEM remote: http://rubygems.org/ specs: + base64 (0.2.0) daemons (1.1.9) eventmachine (0.12.10) - rack (1.6.13) - sinatra (1.1.0) - rack (~> 1.1) - tilt (~> 1.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) + 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.4.1) daemons (>= 1.0.9) eventmachine (>= 0.12.6) rack (>= 1.0.0) - tilt (1.3.3) + tilt (2.4.0) PLATFORMS ruby DEPENDENCIES - sinatra (= 1.1.0) + sinatra (= 4.1.0) thin