diff --git a/frameworks/Ruby/grape/Gemfile.lock b/frameworks/Ruby/grape/Gemfile.lock index a836ecf9896..60b26076a8f 100644 --- a/frameworks/Ruby/grape/Gemfile.lock +++ b/frameworks/Ruby/grape/Gemfile.lock @@ -1,13 +1,13 @@ GEM remote: https://rubygems.org/ specs: - activemodel (8.1.1) - activesupport (= 8.1.1) - activerecord (8.1.1) - activemodel (= 8.1.1) - activesupport (= 8.1.1) + activemodel (8.1.2.1) + activesupport (= 8.1.2.1) + activerecord (8.1.2.1) + activemodel (= 8.1.2.1) + activesupport (= 8.1.2.1) timeout (>= 0.4.0) - activesupport (8.1.1) + activesupport (8.1.2.1) base64 bigdecimal concurrent-ruby (~> 1.0, >= 1.3.1) @@ -21,8 +21,8 @@ GEM tzinfo (~> 2.0, >= 2.0.5) uri (>= 0.13.1) base64 (0.3.0) - bigdecimal (3.3.1) - concurrent-ruby (1.3.5) + bigdecimal (4.0.1) + concurrent-ruby (1.3.6) connection_pool (3.0.2) drb (2.2.3) dry-configurable (1.3.0) @@ -38,8 +38,8 @@ GEM concurrent-ruby (~> 1.0) dry-core (~> 1.1) zeitwerk (~> 2.6) - dry-types (1.8.3) - bigdecimal (~> 3.0) + dry-types (1.9.1) + bigdecimal (>= 3.0) concurrent-ruby (~> 1.0) dry-core (~> 1.0) dry-inflector (~> 1.0) @@ -52,12 +52,14 @@ GEM mustermann-grape (~> 1.1.0) rack (>= 2) zeitwerk - i18n (1.14.7) + i18n (1.14.8) concurrent-ruby (~> 1.0) iodine (0.7.58) json (2.18.0) logger (1.7.0) - minitest (5.26.2) + minitest (6.0.2) + drb (~> 2.0) + prism (~> 1.5) mustermann (3.0.4) ruby2_keywords (~> 0.0.1) mustermann-grape (1.1.0) @@ -66,6 +68,7 @@ GEM pg (1.6.3) pg (1.6.3-x86_64-darwin) pg (1.6.3-x86_64-linux) + prism (1.9.0) puma (7.2.0) nio4r (~> 2.0) rack (3.2.4)