From 5489d1ec83ea004a212104b0d51f29fbf39502ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 02:38:54 +0000 Subject: [PATCH] Update sinatra requirement from ~> 2.1 to >= 2.1, < 4.0 Updates the requirements on [sinatra](https://github.com/sinatra/sinatra) to permit the latest version. - [Release notes](https://github.com/sinatra/sinatra/releases) - [Changelog](https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md) - [Commits](https://github.com/sinatra/sinatra/compare/v2.2.0...v2.2.3) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 16 ++++++++-------- gemirro.gemspec | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index ed33f2c..8bafd8b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,7 +8,7 @@ PATH erubis (~> 2.7) httpclient (~> 2.8) parallel (~> 1.21) - sinatra (~> 2.1) + sinatra (>= 2.1, < 4.0) sinatra-static-assets (~> 1.0) slop (~> 3.6) thin (~> 1.8) @@ -30,14 +30,14 @@ GEM fakefs (1.3.2) hashie (4.1.0) httpclient (2.8.3) - mustermann (1.1.1) + mustermann (2.0.2) ruby2_keywords (~> 0.0.1) parallel (1.21.0) parser (3.0.2.0) ast (~> 2.4.1) public_suffix (4.0.6) - rack (2.2.3.1) - rack-protection (2.2.0) + rack (2.2.4) + rack-protection (2.2.3) rack rack-test (1.1.0) rack (>= 1.0, < 3) @@ -77,10 +77,10 @@ GEM simplecov_json_formatter (~> 0.1) simplecov-html (0.12.3) simplecov_json_formatter (0.1.3) - sinatra (2.2.0) - mustermann (~> 1.0) + sinatra (2.2.3) + mustermann (~> 2.0) rack (~> 2.2) - rack-protection (= 2.2.0) + rack-protection (= 2.2.3) tilt (~> 2.0) sinatra-static-assets (1.0.4) sinatra (>= 1.1.0) @@ -89,7 +89,7 @@ GEM daemons (~> 1.0, >= 1.0.9) eventmachine (~> 1.0, >= 1.0.4) rack (>= 1, < 3) - tilt (2.0.10) + tilt (2.0.11) unicode-display_width (2.1.0) PLATFORMS diff --git a/gemirro.gemspec b/gemirro.gemspec index 93724a4..57d1a57 100644 --- a/gemirro.gemspec +++ b/gemirro.gemspec @@ -24,7 +24,7 @@ Gem::Specification.new do |s| s.add_dependency 'erubis', '~>2.7' s.add_dependency 'httpclient', '~>2.8' s.add_dependency 'parallel', '~>1.21' - s.add_dependency 'sinatra', '~>2.1' + s.add_dependency 'sinatra', '>=2.1', '<4.0' s.add_dependency 'sinatra-static-assets', '~>1.0' s.add_dependency 'slop', '~>3.6' s.add_dependency 'thin', '~>1.8'