diff --git a/frameworks/Ruby/sinatra/Gemfile.lock b/frameworks/Ruby/sinatra/Gemfile.lock index da06abf54a3..1eb8a469b50 100644 --- a/frameworks/Ruby/sinatra/Gemfile.lock +++ b/frameworks/Ruby/sinatra/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,22 +21,25 @@ GEM tzinfo (~> 2.0, >= 2.0.5) uri (>= 0.13.1) base64 (0.3.0) - bigdecimal (3.2.2) - concurrent-ruby (1.3.5) + bigdecimal (4.0.1) + concurrent-ruby (1.3.6) connection_pool (3.0.2) drb (2.2.3) - 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.25.5) + minitest (6.0.2) + drb (~> 2.0) + prism (~> 1.5) mustermann (3.0.4) ruby2_keywords (~> 0.0.1) nio4r (2.7.5) pg (1.6.2) pg (1.6.2-x86_64-darwin) pg (1.6.2-x86_64-linux) + prism (1.9.0) puma (7.2.0) nio4r (~> 2.0) rack (3.2.5) @@ -62,7 +65,7 @@ GEM bigdecimal tzinfo (2.0.6) concurrent-ruby (~> 1.0) - uri (1.0.4) + uri (1.1.1) PLATFORMS ruby