From 8fd60fcf44b92b12bfb08a5e059861b3c7829c41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 12:00:15 +0000 Subject: [PATCH] Bump grape from 2.4.0 to 3.1.1 Bumps [grape](https://github.com/ruby-grape/grape) from 2.4.0 to 3.1.1. - [Changelog](https://github.com/ruby-grape/grape/blob/master/CHANGELOG.md) - [Commits](https://github.com/ruby-grape/grape/compare/v2.4.0...v3.1.1) --- updated-dependencies: - dependency-name: grape dependency-version: 3.1.1 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..9d2dbaa3 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.1" gem "grape-swagger" gem "paper_trail", "~> 17.0" diff --git a/Gemfile.lock b/Gemfile.lock index c8cf9a4a..b728d6cf 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.1.1) + activesupport (>= 7.1) + 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.1) grape-swagger httpparty jsbundling-rails