diff --git a/frameworks/Ruby/grape/Gemfile b/frameworks/Ruby/grape/Gemfile index fe4f96225a9..bf086715fdb 100644 --- a/frameworks/Ruby/grape/Gemfile +++ b/frameworks/Ruby/grape/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' gem 'trilogy', '~> 2.9' gem 'activerecord', '~> 8.1.0', :require => 'active_record' -gem 'grape', '2.1.1' +gem 'grape', '~> 2.4' gem 'json', '~> 2.9' group :iodine, optional: true do diff --git a/frameworks/Ruby/grape/Gemfile.lock b/frameworks/Ruby/grape/Gemfile.lock index 145fabeb33d..2b3792de669 100644 --- a/frameworks/Ruby/grape/Gemfile.lock +++ b/frameworks/Ruby/grape/Gemfile.lock @@ -20,11 +20,11 @@ GEM securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) uri (>= 0.13.1) - base64 (0.2.0) - bigdecimal (3.1.9) + base64 (0.3.0) + bigdecimal (3.3.1) concurrent-ruby (1.3.5) - connection_pool (2.5.0) - drb (2.2.1) + connection_pool (2.5.5) + drb (2.2.3) dry-core (1.1.0) concurrent-ruby (~> 1.0) logger @@ -35,15 +35,15 @@ 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) dry-inflector (~> 1.0) dry-logic (~> 1.4) zeitwerk (~> 2.6) - grape (2.1.1) - activesupport (>= 6) + grape (2.4.0) + activesupport (>= 6.1) dry-types (>= 1.1) mustermann-grape (~> 1.1.0) rack (>= 2) @@ -52,24 +52,24 @@ GEM concurrent-ruby (~> 1.0) iodine (0.7.58) json (2.16.0) - logger (1.6.6) - minitest (5.25.4) - mustermann (3.0.3) + logger (1.7.0) + minitest (5.26.2) + mustermann (3.0.4) ruby2_keywords (~> 0.0.1) mustermann-grape (1.1.0) mustermann (>= 1.0.0) nio4r (2.7.4) puma (7.1.0) nio4r (~> 2.0) - rack (3.2.3) + rack (3.2.4) ruby2_keywords (0.0.5) securerandom (0.4.1) - timeout (0.4.3) + timeout (0.4.4) trilogy (2.9.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - uri (1.0.3) - zeitwerk (2.7.2) + uri (1.1.1) + zeitwerk (2.7.3) PLATFORMS ruby @@ -78,7 +78,7 @@ PLATFORMS DEPENDENCIES activerecord (~> 8.1.0) - grape (= 2.1.1) + grape (~> 2.4) iodine (~> 0.7) json (~> 2.9) puma (~> 7.1)