From 3882f58e5b723ba8130d75df338f79c5d20698ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 22:34:29 +0000 Subject: [PATCH] Bump grape from 2.3.0 to 2.4.0 Bumps [grape](https://github.com/ruby-grape/grape) from 2.3.0 to 2.4.0. - [Changelog](https://github.com/ruby-grape/grape/blob/master/CHANGELOG.md) - [Commits](https://github.com/ruby-grape/grape/compare/v2.3.0...v2.4.0) --- updated-dependencies: - dependency-name: grape dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Gemfile b/Gemfile index ff6d371..7740032 100644 --- a/Gemfile +++ b/Gemfile @@ -52,6 +52,6 @@ group :development, :test do gem "dotenv" end -gem "grape", "~> 2.3" +gem "grape", "~> 2.4" gem "rubyzip" diff --git a/Gemfile.lock b/Gemfile.lock index 6f63b31..9d26205 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -103,12 +103,12 @@ GEM async-service (0.13.0) async async-container (~> 0.16) - base64 (0.2.0) + base64 (0.3.0) bcrypt_pbkdf (1.1.1) bcrypt_pbkdf (1.1.1-arm64-darwin) bcrypt_pbkdf (1.1.1-x86_64-darwin) - benchmark (0.4.0) - bigdecimal (3.1.9) + benchmark (0.4.1) + bigdecimal (3.2.2) bootsnap (1.18.6) msgpack (~> 1.2) brakeman (7.0.2) @@ -127,7 +127,7 @@ GEM reline (>= 0.3.8) diff-lcs (1.6.2) dotenv (3.1.8) - drb (2.2.1) + drb (2.2.3) dry-core (1.1.0) concurrent-ruby (~> 1.0) logger @@ -138,7 +138,7 @@ GEM concurrent-ruby (~> 1.0) dry-core (~> 1.1) zeitwerk (~> 2.6) - dry-types (1.8.2) + dry-types (1.8.3) bigdecimal (~> 3.0) concurrent-ruby (~> 1.0) dry-core (~> 1.0) @@ -171,8 +171,8 @@ GEM raabro (~> 1.4) globalid (1.2.1) activesupport (>= 6.1) - grape (2.3.0) - activesupport (>= 6) + grape (2.4.0) + activesupport (>= 6.1) dry-types (>= 1.1) mustermann-grape (~> 1.1.0) rack (>= 2) @@ -278,7 +278,7 @@ GEM stringio raabro (1.4.0) racc (1.8.1) - rack (3.1.14) + rack (3.1.16) rack-session (2.1.1) base64 (>= 0.1.0) rack (>= 3.0.0) @@ -425,7 +425,7 @@ GEM base64 websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) - zeitwerk (2.7.2) + zeitwerk (2.7.3) PLATFORMS aarch64-linux @@ -445,7 +445,7 @@ DEPENDENCIES debug dotenv falcon (~> 0.51.1) - grape (~> 2.3) + grape (~> 2.4) kamal rails (~> 8.0.2) rspec-rails (~> 8.0.0)