From e0d56bdd8cb1faed6c8f7d7eb8d3a2e927cc0393 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Mar 2023 21:17:28 +0000 Subject: [PATCH] Update sinatra requirement from ~> 2.0 to >= 2, < 4 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.2...v3.0.5) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 16 ++++++++-------- vmpooler.gemspec | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index a05c75b..ec899da 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -19,7 +19,7 @@ PATH rack (~> 2.2) rake (~> 13.0) redis (~> 4.1) - sinatra (~> 2.0) + sinatra (>= 2, < 4) spicy-proton (~> 2.1) statsd-ruby (~> 1.4) @@ -46,7 +46,7 @@ GEM method_source (1.0.0) mock_redis (0.36.0) ruby2_keywords - mustermann (2.0.2) + mustermann (3.0.0) ruby2_keywords (~> 0.0.1) net-ldap (0.17.1) nio4r (2.5.8) @@ -104,8 +104,8 @@ GEM nio4r (~> 2.0) puma (5.6.5-java) nio4r (~> 2.0) - rack (2.2.6.2) - rack-protection (2.2.4) + rack (2.2.6.4) + rack-protection (3.0.5) rack rack-test (2.0.2) rack (>= 1.3) @@ -146,10 +146,10 @@ GEM simplecov_json_formatter (~> 0.1) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - sinatra (2.2.4) - mustermann (~> 2.0) - rack (~> 2.2) - rack-protection (= 2.2.4) + sinatra (3.0.5) + mustermann (~> 3.0) + rack (~> 2.2, >= 2.2.4) + rack-protection (= 3.0.5) tilt (~> 2.0) spicy-proton (2.1.15) bindata (~> 2.3) diff --git a/vmpooler.gemspec b/vmpooler.gemspec index 9e3fb3a..4220093 100644 --- a/vmpooler.gemspec +++ b/vmpooler.gemspec @@ -33,7 +33,7 @@ Gem::Specification.new do |s| s.add_dependency 'rack', '~> 2.2' s.add_dependency 'rake', '~> 13.0' s.add_dependency 'redis', '~> 4.1' - s.add_dependency 'sinatra', '~> 2.0' + s.add_dependency 'sinatra', '>= 2', '< 4' s.add_dependency 'spicy-proton', '~> 2.1' s.add_dependency 'statsd-ruby', '~> 1.4'