From 1449f1219745fac6f3ce3f58ef47dc50c6f8c16c Mon Sep 17 00:00:00 2001 From: ulferts Date: Thu, 30 Apr 2026 14:46:34 +0200 Subject: [PATCH] bump grape & mustermann --- Gemfile.lock | 8 ++++---- lib/open_project/patches/grape_dsl_routing.rb | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 568a9cd65f5..fb189c33068 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -685,7 +685,7 @@ GEM multi_json (~> 1.11) os (>= 0.9, < 2.0) signet (>= 0.16, < 2.a) - grape (3.2.0) + grape (3.2.1) activesupport (>= 7.2) dry-configurable dry-types (>= 1.1) @@ -847,7 +847,7 @@ GEM prism (~> 1.5) msgpack (1.8.0) multi_json (1.20.1) - mustermann (3.1.0) + mustermann (4.0.0) mustermann-grape (1.1.0) mustermann (>= 1.0.0) net-http (0.9.1) @@ -1962,7 +1962,7 @@ CHECKSUMS google-protobuf (4.34.1-x86_64-linux-musl) sha256=8c0e91436fbe504ffc64f0bd621f2e69adbcce8ed2c58439d7a21117069cfdd7 googleapis-common-protos-types (1.22.0) sha256=f97492b77bd6da0018c860d5004f512fe7cd165554d7019a8f4df6a56fbfc4c7 googleauth (1.16.2) sha256=15009502e2e38af71948cda918f230e27d327f6882a1e47967a5a4664930a638 - grape (3.2.0) sha256=2aeeb020e5605f6314ce8ca8d30d90c9ee8f26bc959c5b34db7b8486764e4d2c + grape (3.2.1) sha256=448072f55904e5a4dca2e3781f0a373942514be65402cafb6177f5bc73db1b94 grape_logging (3.0.0) sha256=7b62d984ce96df15d120508668debe307e6a59ac1c511f1d9b5f3b4bea793e13 gravatar_image_tag (1.2.0) sha256=eb5630fea846b711e713b934a0178fb9785f02f4eb9ced8d6faa4d537c40fdcf grids (1.0.0) @@ -2026,7 +2026,7 @@ CHECKSUMS minitest (6.0.5) sha256=f007d7246bf4feea549502842cd7c6aba8851cdc9c90ba06de9c476c0d01155c msgpack (1.8.0) sha256=e64ce0212000d016809f5048b48eb3a65ffb169db22238fb4b72472fecb2d732 multi_json (1.20.1) sha256=2f3934e805cc45ef91b551a1f89d0e9191abd06a5e04a2ef09a6a036c452ca6d - mustermann (3.1.0) sha256=e73b006ffb7f743eae9303a7d6622e0dd9e1e5522718a2139c006085878768b9 + mustermann (4.0.0) sha256=91f67411bb208d1d93c41e6128cb3b0f8ddd9ec7c45966f1007e1c43c08040d7 mustermann-grape (1.1.0) sha256=8d258a986004c8f01ce4c023c0b037c168a9ed889cf5778068ad54398fa458c5 my_page (1.0.0) net-http (0.9.1) sha256=25ba0b67c63e89df626ed8fac771d0ad24ad151a858af2cc8e6a716ca4336996 diff --git a/lib/open_project/patches/grape_dsl_routing.rb b/lib/open_project/patches/grape_dsl_routing.rb index 099a7ee4c6d..d95311b0b88 100644 --- a/lib/open_project/patches/grape_dsl_routing.rb +++ b/lib/open_project/patches/grape_dsl_routing.rb @@ -56,6 +56,6 @@ module OpenProject::Patches::GrapeDslRouting end end -OpenProject::Patches.patch_gem_version "grape", "3.2.0" do +OpenProject::Patches.patch_gem_version "grape", "3.2.1" do Grape::DSL::Routing.include OpenProject::Patches::GrapeDslRouting end