From 3e032b9fd7d59fb51f3753d296dcd34a7fb96153 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Apr 2023 10:37:13 +0000 Subject: [PATCH] Update sinatra requirement from ~> 2.0, >= 2.0.8.1 to >= 2.0.8.1, < 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/main/CHANGELOG.md) - [Commits](https://github.com/sinatra/sinatra/compare/v2.2.0...v2.2.4) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 24 ++++++++++++------------ narou.gemspec | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0c0d6410..be144546 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -14,7 +14,7 @@ PATH psych (~> 4.0) rubyzip (~> 2.0, >= 2.0.0) sassc (~> 2.4) - sinatra (~> 2.0, >= 2.0.8.1) + sinatra (>= 2.0.8.1, < 4) sinatra-contrib (~> 2.0, >= 2.0.8.1) systemu (~> 2.6, >= 2.6.5) termcolorlight (~> 1.0, >= 1.1.1) @@ -55,7 +55,7 @@ GEM mime-types-data (3.2021.0704) minitest (5.14.4) multi_json (1.15.0) - mustermann (1.1.1) + mustermann (2.0.2) ruby2_keywords (~> 0.0.1) open_uri_redirections (0.2.1) pony (1.13.1) @@ -73,8 +73,8 @@ GEM psych (4.0.1) psych (4.0.1-java) jar-dependencies (>= 0.1.7) - rack (2.2.3.1) - rack-protection (2.2.0) + rack (2.2.6.4) + rack-protection (2.2.4) rack rspec (3.10.0) rspec-core (~> 3.10.0) @@ -103,23 +103,23 @@ GEM simplecov_json_formatter (~> 0.1) simplecov-html (0.12.3) simplecov_json_formatter (0.1.2) - sinatra (2.2.0) - mustermann (~> 1.0) + sinatra (2.2.4) + mustermann (~> 2.0) rack (~> 2.2) - rack-protection (= 2.2.0) + rack-protection (= 2.2.4) tilt (~> 2.0) - sinatra-contrib (2.2.0) + sinatra-contrib (2.2.4) multi_json - mustermann (~> 1.0) - rack-protection (= 2.2.0) - sinatra (= 2.2.0) + mustermann (~> 2.0) + rack-protection (= 2.2.4) + sinatra (= 2.2.4) tilt (~> 2.0) spoon (0.0.6) ffi systemu (2.6.5) temple (0.8.2) termcolorlight (1.1.1) - tilt (2.0.10) + tilt (2.1.0) timecop (0.9.2) tzinfo (2.0.4) concurrent-ruby (~> 1.0) diff --git a/narou.gemspec b/narou.gemspec index 0c10af33..fa277c6e 100644 --- a/narou.gemspec +++ b/narou.gemspec @@ -51,7 +51,7 @@ Gem::Specification.new do |gem| gem.add_runtime_dependency 'mail', '~> 2.6.0', '>= 2.6.6' gem.add_runtime_dependency 'pony', '~> 1', '>= 1.11' gem.add_runtime_dependency 'diff-lcs', '~> 1.2', '>= 1.2.5' - gem.add_runtime_dependency 'sinatra', '~> 2.0', '>= 2.0.8.1' + gem.add_runtime_dependency 'sinatra', '>= 2.0.8.1', '< 4' gem.add_runtime_dependency 'sinatra-contrib', '~> 2.0', '>= 2.0.8.1' gem.add_runtime_dependency 'tilt', '~> 2.0', '>= 2.0.10' gem.add_runtime_dependency 'sassc', '~> 2.4'