From 02348b0d4048096e1cb0090b51f43e6fc922e090 Mon Sep 17 00:00:00 2001 From: Andreas Haller Date: Tue, 3 Dec 2024 14:53:40 +0100 Subject: [PATCH] Update bundle --- Gemfile.lock | 61 +++++++++++++++++++++-------------------- benchmarks/Gemfile.lock | 26 +++++++++--------- 2 files changed, 44 insertions(+), 43 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f93910a1..d09d3d58 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,24 +11,23 @@ PATH GEM remote: https://rubygems.org/ specs: - actionpack (7.2.2) - actionview (= 7.2.2) - activesupport (= 7.2.2) + actionpack (8.0.0) + actionview (= 8.0.0) + activesupport (= 8.0.0) nokogiri (>= 1.8.5) - racc - rack (>= 2.2.4, < 3.2) + rack (>= 2.2.4) rack-session (>= 1.0.1) rack-test (>= 0.6.3) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) useragent (~> 0.16) - actionview (7.2.2) - activesupport (= 7.2.2) + actionview (8.0.0) + activesupport (= 8.0.0) builder (~> 3.1) erubi (~> 1.11) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - activesupport (7.2.2) + activesupport (8.0.0) base64 benchmark (>= 0.3) bigdecimal @@ -40,9 +39,10 @@ GEM minitest (>= 5.1) securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) + uri (>= 0.13.1) ast (2.4.2) base64 (0.2.0) - benchmark (0.3.0) + benchmark (0.4.0) bigdecimal (3.1.8) builder (3.3.0) concurrent-ruby (1.3.4) @@ -55,27 +55,27 @@ GEM hana (1.3.7) i18n (1.14.6) concurrent-ruby (~> 1.0) - json (2.7.5) + json (2.9.0) json_schemer (2.3.0) bigdecimal hana (~> 1.3) regexp_parser (~> 2.0) simpleidn (~> 0.2) language_server-protocol (3.17.0.3) - logger (1.6.1) + logger (1.6.2) loofah (2.23.1) crass (~> 1.0.2) nokogiri (>= 1.12.0) - minitest (5.25.1) + minitest (5.25.2) multi_json (1.15.0) - nokogiri (1.16.7-arm64-darwin) + nokogiri (1.16.8-arm64-darwin) racc (~> 1.4) - nokogiri (1.16.7-x86_64-linux) + nokogiri (1.16.8-x86_64-linux) racc (~> 1.4) openapi_parameters (0.3.4) rack (>= 2.2) parallel (1.26.3) - parser (3.3.5.1) + parser (3.3.6.0) ast (~> 2.4.1) racc racc (1.8.1) @@ -84,19 +84,18 @@ GEM rack (>= 3.0.0) rack-test (2.1.0) rack (>= 1.3) - rackup (2.1.0) + rackup (2.2.1) rack (>= 3) - webrick (~> 1.8) rails-dom-testing (2.2.0) activesupport (>= 5.0.0) minitest nokogiri (>= 1.6) - rails-html-sanitizer (1.6.0) + rails-html-sanitizer (1.6.1) loofah (~> 2.21) - nokogiri (~> 1.14) + nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0) rainbow (3.1.1) rake (13.2.1) - regexp_parser (2.9.2) + regexp_parser (2.9.3) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) @@ -109,24 +108,24 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) - rubocop (1.68.0) + rspec-support (3.13.2) + rubocop (1.69.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) + regexp_parser (>= 2.9.3, < 3.0) + rubocop-ast (>= 1.36.2, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.33.0) + unicode-display_width (>= 2.4.0, < 4.0) + rubocop-ast (1.36.2) parser (>= 3.3.1.0) - rubocop-performance (1.22.1) + rubocop-performance (1.23.0) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (1.13.0) - securerandom (0.3.1) + securerandom (0.4.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) @@ -136,9 +135,11 @@ GEM simpleidn (0.2.3) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.6.0) + unicode-display_width (3.1.2) + unicode-emoji (~> 4.0, >= 4.0.4) + unicode-emoji (4.0.4) + uri (1.0.2) useragent (0.16.10) - webrick (1.8.2) PLATFORMS arm64-darwin-21 diff --git a/benchmarks/Gemfile.lock b/benchmarks/Gemfile.lock index 97571a78..e60fe2b5 100644 --- a/benchmarks/Gemfile.lock +++ b/benchmarks/Gemfile.lock @@ -16,10 +16,10 @@ GEM benchmark-memory (0.2.0) memory_profiler (~> 1) bigdecimal (3.1.8) - committee (5.4.0) + committee (5.5.0) json_schema (~> 0.14, >= 0.14.3) openapi_parser (~> 2.0) - rack (>= 1.5, < 3.1) + rack (>= 1.5, < 3.2) hana (1.3.7) json_schema (0.21.0) json_schemer (2.3.0) @@ -27,7 +27,7 @@ GEM hana (~> 1.3) regexp_parser (~> 2.0) simpleidn (~> 0.2) - logger (1.6.1) + logger (1.6.2) memory_profiler (1.1.0) multi_json (1.15.0) mustermann (3.0.3) @@ -35,33 +35,33 @@ GEM nio4r (2.7.4) openapi_parameters (0.3.3) rack (>= 2.2) - openapi_parser (2.2.1) - optparse (0.5.0) + openapi_parser (2.2.2) + optparse (0.6.0) profile-viewer (0.0.2) optparse webrick - puma (6.4.3) + puma (6.5.0) nio4r (~> 2.0) - rack (3.0.11) - rack-protection (4.1.0) + rack (3.1.8) + rack-protection (4.1.1) base64 (>= 0.1.0) logger (>= 1.6.0) rack (>= 3.0.0, < 4) rack-session (2.0.0) rack (>= 3.0.0) - regexp_parser (2.9.2) + regexp_parser (2.9.3) ruby2_keywords (0.0.5) simpleidn (0.2.3) - sinatra (4.1.0) + sinatra (4.1.1) logger (>= 1.6.0) mustermann (~> 3.0) rack (>= 3.0.0, < 4) - rack-protection (= 4.1.0) + rack-protection (= 4.1.1) rack-session (>= 2.0.0, < 3) tilt (~> 2.0) tilt (2.4.0) - vernier (1.2.1) - webrick (1.8.2) + vernier (1.4.0) + webrick (1.9.1) PLATFORMS arm64-darwin-23