From 25f5ca666a99995d0d545a4abc740afc8d94b3c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 11:55:22 +0000 Subject: [PATCH] Bump grape from 2.4.0 to 3.2.0 Bumps [grape](https://github.com/ruby-grape/grape) from 2.4.0 to 3.2.0. - [Changelog](https://github.com/ruby-grape/grape/blob/master/CHANGELOG.md) - [Commits](https://github.com/ruby-grape/grape/compare/v2.4.0...v3.2.0) --- updated-dependencies: - dependency-name: grape dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 6f90479e..e74a2ac7 100644 --- a/Gemfile +++ b/Gemfile @@ -61,7 +61,7 @@ gem "aws-sdk-lambda" gem "aws-sigv4" # API and Documentation -gem "grape", "~> 2.4" +gem "grape", "~> 3.2" gem "grape-swagger" gem "paper_trail", "~> 17.0" diff --git a/Gemfile.lock b/Gemfile.lock index c8cf9a4a..40de9692 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -166,6 +166,9 @@ GEM dotenv (= 3.2.0) railties (>= 6.1) drb (2.2.3) + dry-configurable (1.3.0) + dry-core (~> 1.1) + zeitwerk (~> 2.6) dry-core (1.2.0) concurrent-ruby (~> 1.0) logger @@ -192,8 +195,9 @@ GEM railties (>= 6.1.0) globalid (1.3.0) activesupport (>= 6.1) - grape (2.4.0) - activesupport (>= 6.1) + grape (3.2.0) + activesupport (>= 7.2) + dry-configurable dry-types (>= 1.1) mustermann-grape (~> 1.1.0) rack (>= 2) @@ -529,7 +533,7 @@ DEPENDENCIES dockerfile-rails (>= 1.7.9) dotenv-rails (~> 3.1) factory_bot_rails (~> 6.5) - grape (~> 2.4) + grape (~> 3.2) grape-swagger httpparty jsbundling-rails