From 742206aa94d9a92817ca8a5779dc9dd47a0792c5 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Thu, 31 Jul 2025 16:26:28 -0700 Subject: [PATCH 1/3] Update Bundler to 2.8.0.dev --- benchmarks/activerecord/Gemfile.lock | 30 ++- benchmarks/chunky-png/Gemfile.lock | 7 +- benchmarks/erubi-rails/Gemfile.lock | 119 ++++++------ benchmarks/erubi/Gemfile.lock | 11 +- benchmarks/fluentd/Gemfile.lock | 68 +++++-- benchmarks/graphql-native/Gemfile.lock | 21 +- benchmarks/graphql/Gemfile.lock | 17 +- benchmarks/hexapdf/Gemfile.lock | 14 +- benchmarks/lee/Gemfile.lock | 8 +- benchmarks/liquid-c/Gemfile.lock | 7 +- benchmarks/liquid-compile/Gemfile.lock | 6 +- benchmarks/liquid-render/Gemfile.lock | 6 +- benchmarks/lobsters/Gemfile.lock | 257 +++++++++++++------------ benchmarks/mail/Gemfile.lock | 11 +- benchmarks/psych-load/Gemfile.lock | 8 +- benchmarks/rack/Gemfile.lock | 11 +- benchmarks/railsbench/Gemfile.lock | 89 ++++----- benchmarks/rubocop/Gemfile.lock | 90 +++++---- benchmarks/ruby-lsp/Gemfile.lock | 20 +- benchmarks/rubyboy/Gemfile.lock | 17 +- benchmarks/sequel/Gemfile.lock | 16 +- benchmarks/shipit/Gemfile.lock | 72 ++----- benchmarks/tinygql/Gemfile.lock | 8 +- 23 files changed, 459 insertions(+), 454 deletions(-) diff --git a/benchmarks/activerecord/Gemfile.lock b/benchmarks/activerecord/Gemfile.lock index 3facb6d0..1344f1fe 100644 --- a/benchmarks/activerecord/Gemfile.lock +++ b/benchmarks/activerecord/Gemfile.lock @@ -19,18 +19,18 @@ GEM minitest (>= 5.1) securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) - base64 (0.2.0) - benchmark (0.4.0) - bigdecimal (3.1.9) - concurrent-ruby (1.3.4) - connection_pool (2.5.0) - drb (2.2.1) - i18n (1.14.6) + base64 (0.3.0) + benchmark (0.4.1) + bigdecimal (3.2.2) + concurrent-ruby (1.3.5) + connection_pool (2.5.3) + drb (2.2.3) + i18n (1.14.7) concurrent-ruby (~> 1.0) - logger (1.6.5) - mini_portile2 (2.8.8) - minitest (5.25.4) - mutex_m (0.2.0) + logger (1.7.0) + mini_portile2 (2.8.9) + minitest (5.25.5) + mutex_m (0.3.0) securerandom (0.4.1) sqlite3 (1.7.3) mini_portile2 (~> 2.8.0) @@ -39,11 +39,7 @@ GEM concurrent-ruby (~> 1.0) PLATFORMS - arm64-darwin-21 - arm64-darwin-22 - arm64-darwin-23 - arm64-darwin-24 - x86_64-darwin-20 + ruby x86_64-linux DEPENDENCIES @@ -55,4 +51,4 @@ DEPENDENCIES sqlite3 (~> 1.4) BUNDLED WITH - 2.4.19 + 2.8.0.dev diff --git a/benchmarks/chunky-png/Gemfile.lock b/benchmarks/chunky-png/Gemfile.lock index 9bbb5eab..79e4e42d 100644 --- a/benchmarks/chunky-png/Gemfile.lock +++ b/benchmarks/chunky-png/Gemfile.lock @@ -4,14 +4,11 @@ GEM chunky_png (1.4.0) PLATFORMS - arm64-darwin-21 - arm64-darwin-22 - arm64-darwin-23 - arm64-darwin-24 + ruby x86_64-linux DEPENDENCIES chunky_png BUNDLED WITH - 2.4.19 + 2.8.0.dev diff --git a/benchmarks/erubi-rails/Gemfile.lock b/benchmarks/erubi-rails/Gemfile.lock index 9d6898fd..19cf19f9 100644 --- a/benchmarks/erubi-rails/Gemfile.lock +++ b/benchmarks/erubi-rails/Gemfile.lock @@ -66,42 +66,46 @@ GEM minitest (>= 5.1) securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) - base64 (0.2.0) - benchmark (0.4.0) - bigdecimal (3.1.9) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) + base64 (0.3.0) + benchmark (0.4.1) + bigdecimal (3.2.2) builder (3.3.0) - byebug (11.1.3) - capybara (3.39.2) + byebug (12.0.0) + capybara (3.40.0) addressable matrix mini_mime (>= 0.1.3) - nokogiri (~> 1.8) + nokogiri (~> 1.11) rack (>= 1.6.0) rack-test (>= 0.6.3) regexp_parser (>= 1.5, < 3.0) xpath (~> 3.2) - cgi (0.4.2) - concurrent-ruby (1.3.4) - connection_pool (2.5.0) + cgi (0.5.0) + childprocess (4.1.0) + concurrent-ruby (1.3.5) + connection_pool (2.5.3) crass (1.0.6) - digest (3.1.1) - drb (2.2.1) + date (3.4.1) + digest (3.2.0) + drb (2.2.3) + erb (5.0.2) erubi (1.13.1) globalid (1.2.1) activesupport (>= 6.1) - i18n (1.14.6) + i18n (1.14.7) concurrent-ruby (~> 1.0) - io-console (0.7.2) - irb (1.14.0) + io-console (0.8.1) + irb (1.15.2) + pp (>= 0.6.0) rdoc (>= 4.0.0) reline (>= 0.4.2) jbuilder (2.13.0) actionview (>= 5.0.0) activesupport (>= 5.0.0) - logger (1.6.2) - loofah (2.24.0) + logger (1.7.0) + loofah (2.24.1) crass (~> 1.0.2) nokogiri (>= 1.12.0) mail (2.8.1) @@ -110,12 +114,12 @@ GEM net-pop net-smtp marcel (1.0.4) - matrix (0.4.2) + matrix (0.4.3) mini_mime (1.1.5) - mini_portile2 (2.8.8) - minitest (5.25.4) - mutex_m (0.2.0) - net-imap (0.2.4) + mini_portile2 (2.8.9) + minitest (5.25.5) + mutex_m (0.3.0) + net-imap (0.2.5) digest net-protocol strscan @@ -127,26 +131,30 @@ GEM digest net-protocol timeout - nokogiri (1.18.1) + nokogiri (1.18.9) mini_portile2 (~> 2.8.2) racc (~> 1.4) - psych (5.1.2) + pp (0.6.2) + prettyprint + prettyprint (0.2.0) + psych (5.2.6) + date stringio - public_suffix (5.0.4) + public_suffix (6.0.2) racc (1.8.1) - rack (3.1.7) + rack (3.1.16) rack-mini-profiler (2.3.4) rack (>= 1.2.0) rack-proxy (0.7.7) rack - rack-session (2.0.0) + rack-session (2.1.1) + base64 (>= 0.1.0) rack (>= 3.0.0) - rack-test (2.1.0) + rack-test (2.2.0) rack (>= 1.3) - rackup (2.1.0) + rackup (2.2.1) rack (>= 3) - webrick (~> 1.8) - rails-dom-testing (2.2.0) + rails-dom-testing (2.3.0) activesupport (>= 5.0.0) minitest nokogiri (>= 1.6) @@ -161,23 +169,25 @@ GEM rake (>= 12.2) thor (~> 1.0, >= 1.2.2) zeitwerk (~> 2.6) - rake (13.2.1) - rdoc (6.7.0) + rake (13.3.0) + rdoc (6.14.2) + erb psych (>= 4.0.0) - regexp_parser (2.9.0) - reline (0.5.10) + regexp_parser (2.10.0) + reline (0.6.2) io-console (~> 0.5) - rexml (3.2.6) - rubyzip (2.3.2) + rexml (3.4.1) + rubyzip (3.0.0) securerandom (0.4.1) - selenium-webdriver (4.10.0) + selenium-webdriver (4.1.0) + childprocess (>= 0.5, < 5.0) rexml (~> 3.2, >= 3.2.5) - rubyzip (>= 1.2.2, < 3.0) - websocket (~> 1.0) - semantic_range (3.0.0) - spring (4.1.3) - sprockets (4.2.1) + rubyzip (>= 1.2.2) + semantic_range (3.1.0) + spring (4.3.0) + sprockets (4.2.2) concurrent-ruby (~> 1.0) + logger rack (>= 2.2.4, < 4) sprockets-rails (3.4.0) actionpack (>= 5.2) @@ -186,15 +196,15 @@ GEM sqlite3 (1.7.3) mini_portile2 (~> 2.8.0) stringio (3.1.7) - strscan (3.1.0) - thor (1.3.2) - timeout (0.4.1) + strscan (3.1.5) + thor (1.4.0) + timeout (0.4.3) turbolinks (5.2.1) turbolinks-source (~> 5.2) turbolinks-source (5.2.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - useragent (0.16.10) + useragent (0.16.11) webdrivers (5.3.1) nokogiri (~> 1.6) rubyzip (>= 1.3.0) @@ -204,19 +214,12 @@ GEM rack-proxy (>= 0.6.1) railties (>= 5.2) semantic_range (>= 2.3.0) - webrick (1.8.1) - websocket (1.2.10) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.6.18) + zeitwerk (2.7.3) PLATFORMS - arm64-darwin-21 - arm64-darwin-22 - arm64-darwin-23 - arm64-darwin-24 - x86_64-darwin-20 - x86_64-darwin-21 + ruby x86_64-linux DEPENDENCIES @@ -253,4 +256,4 @@ DEPENDENCIES webpacker (~> 5.0) BUNDLED WITH - 2.4.19 + 2.8.0.dev diff --git a/benchmarks/erubi/Gemfile.lock b/benchmarks/erubi/Gemfile.lock index 28a8e029..fb532e77 100644 --- a/benchmarks/erubi/Gemfile.lock +++ b/benchmarks/erubi/Gemfile.lock @@ -1,19 +1,14 @@ GEM remote: https://rubygems.org/ specs: - erubi (1.10.0) + erubi (1.13.1) PLATFORMS - arm64-darwin-21 - arm64-darwin-22 - arm64-darwin-23 - arm64-darwin-24 - x86_64-darwin-20 - x86_64-darwin-21 + ruby x86_64-linux DEPENDENCIES erubi BUNDLED WITH - 2.4.19 + 2.8.0.dev diff --git a/benchmarks/fluentd/Gemfile.lock b/benchmarks/fluentd/Gemfile.lock index 590cec71..bac66afe 100644 --- a/benchmarks/fluentd/Gemfile.lock +++ b/benchmarks/fluentd/Gemfile.lock @@ -1,18 +1,47 @@ GEM remote: https://rubygems.org/ specs: - base64 (0.2.0) - concurrent-ruby (1.3.4) + async (2.24.0) + console (~> 1.29) + fiber-annotation + io-event (~> 1.9) + metrics (~> 0.12) + traces (~> 0.15) + async-http (0.89.0) + async (>= 2.10.2) + async-pool (~> 0.9) + io-endpoint (~> 0.14) + io-stream (~> 0.6) + metrics (~> 0.12) + protocol-http (~> 0.49) + protocol-http1 (~> 0.30) + protocol-http2 (~> 0.22) + traces (~> 0.10) + async-pool (0.11.0) + async (>= 2.0) + base64 (0.3.0) + concurrent-ruby (1.3.5) + console (1.33.0) + fiber-annotation + fiber-local (~> 1.1) + json cool.io (1.9.0) - csv (3.2.8) - drb (2.2.1) - fluentd (1.18.0) + csv (3.3.5) + drb (2.2.3) + fiber-annotation (0.2.0) + fiber-local (1.1.0) + fiber-storage + fiber-storage (1.0.1) + fluentd (1.19.0) + async-http (~> 0.86) base64 (~> 0.2) bundler cool.io (>= 1.4.5, < 2.0.0) csv (~> 3.2) drb (~> 2.2) http_parser.rb (>= 0.5.1, < 0.9.0) + io-event (< 1.11.0) + io-stream (< 0.8.0) logger (~> 1.6) msgpack (>= 1.3.1, < 2.0.0) serverengine (>= 2.3.2, < 3.0.0) @@ -20,28 +49,43 @@ GEM strptime (>= 0.2.4, < 1.0.0) tzinfo (>= 1.0, < 3.0) tzinfo-data (~> 1.0) + uri (~> 1.0) webrick (~> 1.4) yajl-ruby (~> 1.0) + zstd-ruby (~> 1.5) http_parser.rb (0.8.0) - logger (1.6.5) - msgpack (1.7.5) + io-endpoint (0.15.2) + io-event (1.10.2) + io-stream (0.7.0) + json (2.13.2) + logger (1.7.0) + metrics (0.12.2) + msgpack (1.8.0) + protocol-hpack (1.5.1) + protocol-http (0.51.0) + protocol-http1 (0.34.1) + protocol-http (~> 0.22) + protocol-http2 (0.22.1) + protocol-hpack (~> 1.4) + protocol-http (~> 0.47) serverengine (2.4.0) base64 (~> 0.1) logger (~> 1.4) sigdump (~> 0.2.2) sigdump (0.2.5) strptime (0.2.5) + traces (0.15.2) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - tzinfo-data (1.2024.2) + tzinfo-data (1.2025.2) tzinfo (>= 1.0.0) + uri (1.0.3) webrick (1.9.1) yajl-ruby (1.4.3) + zstd-ruby (1.5.7.0) PLATFORMS - arm64-darwin-22 - arm64-darwin-23 - arm64-darwin-24 + ruby x86_64-linux DEPENDENCIES @@ -50,4 +94,4 @@ DEPENDENCIES fluentd BUNDLED WITH - 2.4.19 + 2.8.0.dev diff --git a/benchmarks/graphql-native/Gemfile.lock b/benchmarks/graphql-native/Gemfile.lock index b531a08f..eac7a99f 100644 --- a/benchmarks/graphql-native/Gemfile.lock +++ b/benchmarks/graphql-native/Gemfile.lock @@ -1,16 +1,19 @@ GEM remote: https://rubygems.org/ specs: - base64 (0.2.0) - graphql (2.0.26) - graphql-c_parser (1.0.7) - graphql - racc (1.7.1) + base64 (0.3.0) + fiber-storage (1.0.1) + graphql (2.5.11) + base64 + fiber-storage + logger + graphql-c_parser (1.1.3) + graphql (>= 2.2.10) + logger (1.7.0) + racc (1.8.1) PLATFORMS - arm64-darwin-22 - arm64-darwin-23 - arm64-darwin-24 + ruby x86_64-linux DEPENDENCIES @@ -20,4 +23,4 @@ DEPENDENCIES racc BUNDLED WITH - 2.4.19 + 2.8.0.dev diff --git a/benchmarks/graphql/Gemfile.lock b/benchmarks/graphql/Gemfile.lock index a02c93a0..80b9c1f7 100644 --- a/benchmarks/graphql/Gemfile.lock +++ b/benchmarks/graphql/Gemfile.lock @@ -1,14 +1,17 @@ GEM remote: https://rubygems.org/ specs: - base64 (0.2.0) - graphql (2.0.26) - racc (1.7.1) + base64 (0.3.0) + fiber-storage (1.0.1) + graphql (2.5.11) + base64 + fiber-storage + logger + logger (1.7.0) + racc (1.8.1) PLATFORMS - arm64-darwin-22 - arm64-darwin-23 - arm64-darwin-24 + ruby x86_64-linux DEPENDENCIES @@ -17,4 +20,4 @@ DEPENDENCIES racc BUNDLED WITH - 2.4.19 + 2.8.0.dev diff --git a/benchmarks/hexapdf/Gemfile.lock b/benchmarks/hexapdf/Gemfile.lock index 984ef2c4..f6cf0968 100644 --- a/benchmarks/hexapdf/Gemfile.lock +++ b/benchmarks/hexapdf/Gemfile.lock @@ -2,19 +2,21 @@ GEM remote: https://rubygems.org/ specs: cmdparse (3.0.7) - geom2d (0.3.1) - hexapdf (0.16.0) + geom2d (0.4.1) + hexapdf (1.3.0) cmdparse (~> 3.0, >= 3.0.3) - geom2d (~> 0.3) + geom2d (~> 0.4, >= 0.4.1) + openssl (>= 2.2.1) + strscan (>= 3.1.2) + openssl (3.3.0) + strscan (3.1.5) PLATFORMS ruby - universal-java-11 - x86_64-darwin-20 x86_64-linux DEPENDENCIES hexapdf BUNDLED WITH - 2.4.19 + 2.8.0.dev diff --git a/benchmarks/lee/Gemfile.lock b/benchmarks/lee/Gemfile.lock index cfcf17a9..c08a5463 100644 --- a/benchmarks/lee/Gemfile.lock +++ b/benchmarks/lee/Gemfile.lock @@ -1,16 +1,16 @@ GEM remote: https://rubygems.org/ specs: - benchmark-ips (2.8.3) - victor (0.3.2) + benchmark-ips (2.8.4) + victor (0.3.4) PLATFORMS - java ruby + x86_64-linux DEPENDENCIES benchmark-ips (~> 2.8.3) victor (~> 0.3.2) BUNDLED WITH - 2.4.19 + 2.8.0.dev diff --git a/benchmarks/liquid-c/Gemfile.lock b/benchmarks/liquid-c/Gemfile.lock index a54c0bf9..e34f369a 100644 --- a/benchmarks/liquid-c/Gemfile.lock +++ b/benchmarks/liquid-c/Gemfile.lock @@ -8,13 +8,12 @@ GIT GEM remote: https://rubygems.org/ specs: - base64 (0.2.0) - bigdecimal (3.1.6) + base64 (0.3.0) + bigdecimal (3.2.2) liquid-c (4.2.0) liquid (>= 5.0.1) PLATFORMS - arm64-darwin-22 ruby x86_64-linux @@ -25,4 +24,4 @@ DEPENDENCIES liquid-c (= 4.2.0) BUNDLED WITH - 2.4.19 + 2.8.0.dev diff --git a/benchmarks/liquid-compile/Gemfile.lock b/benchmarks/liquid-compile/Gemfile.lock index 97c4be2e..8650dc70 100644 --- a/benchmarks/liquid-compile/Gemfile.lock +++ b/benchmarks/liquid-compile/Gemfile.lock @@ -8,8 +8,8 @@ GIT GEM remote: https://rubygems.org/ specs: - base64 (0.2.0) - bigdecimal (3.1.6) + base64 (0.3.0) + bigdecimal (3.2.2) PLATFORMS ruby @@ -21,4 +21,4 @@ DEPENDENCIES liquid! BUNDLED WITH - 2.4.19 + 2.8.0.dev diff --git a/benchmarks/liquid-render/Gemfile.lock b/benchmarks/liquid-render/Gemfile.lock index 97c4be2e..8650dc70 100644 --- a/benchmarks/liquid-render/Gemfile.lock +++ b/benchmarks/liquid-render/Gemfile.lock @@ -8,8 +8,8 @@ GIT GEM remote: https://rubygems.org/ specs: - base64 (0.2.0) - bigdecimal (3.1.6) + base64 (0.3.0) + bigdecimal (3.2.2) PLATFORMS ruby @@ -21,4 +21,4 @@ DEPENDENCIES liquid! BUNDLED WITH - 2.4.19 + 2.8.0.dev diff --git a/benchmarks/lobsters/Gemfile.lock b/benchmarks/lobsters/Gemfile.lock index a9983765..26dfa14b 100644 --- a/benchmarks/lobsters/Gemfile.lock +++ b/benchmarks/lobsters/Gemfile.lock @@ -1,24 +1,24 @@ GEM remote: https://rubygems.org/ specs: - Ascii85 (1.1.0) - actionmailbox (8.0.1) - actionpack (= 8.0.1) - activejob (= 8.0.1) - activerecord (= 8.0.1) - activestorage (= 8.0.1) - activesupport (= 8.0.1) + Ascii85 (2.0.1) + actionmailbox (8.0.2) + actionpack (= 8.0.2) + activejob (= 8.0.2) + activerecord (= 8.0.2) + activestorage (= 8.0.2) + activesupport (= 8.0.2) mail (>= 2.8.0) - actionmailer (8.0.1) - actionpack (= 8.0.1) - actionview (= 8.0.1) - activejob (= 8.0.1) - activesupport (= 8.0.1) + actionmailer (8.0.2) + actionpack (= 8.0.2) + actionview (= 8.0.2) + activejob (= 8.0.2) + activesupport (= 8.0.2) mail (>= 2.8.0) rails-dom-testing (~> 2.2) - actionpack (8.0.1) - actionview (= 8.0.1) - activesupport (= 8.0.1) + actionpack (8.0.2) + actionview (= 8.0.2) + activesupport (= 8.0.2) nokogiri (>= 1.8.5) rack (>= 2.2.4) rack-session (>= 1.0.1) @@ -28,37 +28,37 @@ GEM useragent (~> 0.16) actionpack-page_caching (1.2.4) actionpack (>= 4.0.0) - actiontext (8.0.1) - actionpack (= 8.0.1) - activerecord (= 8.0.1) - activestorage (= 8.0.1) - activesupport (= 8.0.1) + actiontext (8.0.2) + actionpack (= 8.0.2) + activerecord (= 8.0.2) + activestorage (= 8.0.2) + activesupport (= 8.0.2) globalid (>= 0.6.0) nokogiri (>= 1.8.5) - actionview (8.0.1) - activesupport (= 8.0.1) + actionview (8.0.2) + activesupport (= 8.0.2) builder (~> 3.1) erubi (~> 1.11) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - activejob (8.0.1) - activesupport (= 8.0.1) + activejob (8.0.2) + activesupport (= 8.0.2) globalid (>= 0.3.6) - activemodel (8.0.1) - activesupport (= 8.0.1) - activerecord (8.0.1) - activemodel (= 8.0.1) - activesupport (= 8.0.1) + activemodel (8.0.2) + activesupport (= 8.0.2) + activerecord (8.0.2) + activemodel (= 8.0.2) + activesupport (= 8.0.2) timeout (>= 0.4.0) activerecord-typedstore (1.6.0) activerecord (>= 6.1) - activestorage (8.0.1) - actionpack (= 8.0.1) - activejob (= 8.0.1) - activerecord (= 8.0.1) - activesupport (= 8.0.1) + activestorage (8.0.2) + actionpack (= 8.0.2) + activejob (= 8.0.2) + activerecord (= 8.0.2) + activesupport (= 8.0.2) marcel (~> 1.0) - activesupport (8.0.1) + activesupport (8.0.2) base64 benchmark (>= 0.3) bigdecimal @@ -71,62 +71,64 @@ GEM securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) uri (>= 0.13.1) - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) afm (0.2.2) - ast (2.4.2) - base64 (0.2.0) + ast (2.4.3) + base64 (0.3.0) bcrypt (3.1.20) - benchmark (0.4.0) - bigdecimal (3.1.9) - builder (3.2.4) - byebug (11.1.3) - capybara (3.39.2) + benchmark (0.4.1) + bigdecimal (3.2.2) + builder (3.3.0) + byebug (12.0.0) + capybara (3.40.0) addressable matrix mini_mime (>= 0.1.3) - nokogiri (~> 1.8) + nokogiri (~> 1.11) rack (>= 1.6.0) rack-test (>= 0.6.3) regexp_parser (>= 1.5, < 3.0) xpath (~> 3.2) - cgi (0.4.2) + cgi (0.5.0) chunky_png (1.4.0) - commonmarker (0.23.10) - concurrent-ruby (1.3.4) - connection_pool (2.5.0) - crack (0.4.5) + commonmarker (0.23.11) + concurrent-ruby (1.3.5) + connection_pool (2.5.3) + crack (1.0.0) + bigdecimal rexml crass (1.0.6) - database_cleaner (2.0.2) + database_cleaner (2.1.0) database_cleaner-active_record (>= 2, < 3) - database_cleaner-active_record (2.1.0) + database_cleaner-active_record (2.2.2) activerecord (>= 5.a) - database_cleaner-core (~> 2.0.0) + database_cleaner-core (~> 2.0) database_cleaner-core (2.0.1) - date (3.3.4) - diff-lcs (1.5.0) - docile (1.4.0) - drb (2.2.1) + date (3.4.1) + diff-lcs (1.6.2) + docile (1.4.1) + drb (2.2.3) + erb (5.0.2) erubi (1.13.1) - factory_bot (6.4.5) - activesupport (>= 5.0.0) - factory_bot_rails (6.4.3) - factory_bot (~> 6.4) - railties (>= 5.0.0) - faker (3.2.3) + factory_bot (6.5.4) + activesupport (>= 6.1.0) + factory_bot_rails (6.5.0) + factory_bot (~> 6.5) + railties (>= 6.1.0) + faker (3.5.2) i18n (>= 1.8.11, < 2) flamegraph (0.9.5) globalid (1.2.1) activesupport (>= 6.1) - hashdiff (1.1.0) + hashdiff (1.2.0) hashery (2.1.2) hashie (5.0.0) htmlentities (4.3.4) - i18n (1.14.5) + i18n (1.14.7) concurrent-ruby (~> 1.0) - io-console (0.8.0) - irb (1.15.1) + io-console (0.8.1) + irb (1.15.2) pp (>= 0.6.0) rdoc (>= 4.0.0) reline (>= 0.4.2) @@ -135,9 +137,9 @@ GEM rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) - json (2.9.1) - logger (1.6.5) - loofah (2.24.0) + json (2.13.2) + logger (1.7.0) + loofah (2.24.1) crass (~> 1.0.2) nokogiri (>= 1.12.0) mail (2.8.1) @@ -146,21 +148,21 @@ GEM net-pop net-smtp marcel (1.0.4) - matrix (0.4.2) - memory_profiler (1.0.1) + matrix (0.4.3) + memory_profiler (1.1.0) mini_mime (1.1.5) - mini_portile2 (2.8.8) - minitest (5.25.1) - net-imap (0.4.9.1) + mini_portile2 (2.8.9) + minitest (5.25.5) + net-imap (0.5.9) date net-protocol net-pop (0.1.2) net-protocol net-protocol (0.2.2) timeout - net-smtp (0.4.0.1) + net-smtp (0.5.1) net-protocol - nokogiri (1.16.0) + nokogiri (1.18.9) mini_portile2 (~> 2.8.2) racc (~> 1.4) oauth (1.1.0) @@ -169,13 +171,13 @@ GEM version_gem (~> 1.1) oauth-tty (1.0.5) version_gem (~> 1.1, >= 1.1.1) - ostruct (0.6.1) - parallel (1.26.3) - parser (3.3.6.0) + ostruct (0.6.3) + parallel (1.27.0) + parser (3.3.9.0) ast (~> 2.4.1) racc - pdf-reader (2.12.0) - Ascii85 (~> 1.0) + pdf-reader (2.14.1) + Ascii85 (>= 1.0, < 3.0, != 2.0.0) afm (~> 0.2.1) hashery (~> 2.0) ruby-rc4 @@ -183,60 +185,61 @@ GEM pp (0.6.2) prettyprint prettyprint (0.2.0) - psych (5.2.3) + psych (5.2.6) date stringio - public_suffix (5.0.4) + public_suffix (6.0.2) racc (1.8.1) - rack (2.2.8) + rack (2.2.17) rack-attack (6.7.0) rack (>= 1.0, < 4) - rack-mini-profiler (3.3.0) + rack-mini-profiler (4.0.1) rack (>= 1.2.0) rack-session (1.0.2) rack (< 3) - rack-test (2.1.0) + rack-test (2.2.0) rack (>= 1.3) rackup (1.0.1) rack (< 3) webrick - rails-dom-testing (2.2.0) + rails-dom-testing (2.3.0) activesupport (>= 5.0.0) minitest nokogiri (>= 1.6) - rails-html-sanitizer (1.6.0) + rails-html-sanitizer (1.6.2) loofah (~> 2.21) - nokogiri (~> 1.14) - railties (8.0.1) - actionpack (= 8.0.1) - activesupport (= 8.0.1) + 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) + railties (8.0.2) + actionpack (= 8.0.2) + activesupport (= 8.0.2) irb (~> 1.13) rackup (>= 1.0.0) rake (>= 12.2) thor (~> 1.0, >= 1.2.2) zeitwerk (~> 2.6) rainbow (3.1.1) - rake (13.2.1) + rake (13.3.0) rb-readline (0.5.5) - rdoc (6.12.0) + rdoc (6.14.2) + erb psych (>= 4.0.0) - regexp_parser (2.9.0) - reline (0.6.0) + regexp_parser (2.10.0) + reline (0.6.2) io-console (~> 0.5) - rexml (3.4.0) + rexml (3.4.1) rotp (6.3.0) - rqrcode (2.2.0) + rqrcode (3.1.0) chunky_png (~> 1.0) - rqrcode_core (~> 1.0) - rqrcode_core (1.2.0) - rspec-core (3.12.2) - rspec-support (~> 3.12.0) - rspec-expectations (3.12.3) + rqrcode_core (~> 2.0) + rqrcode_core (2.0.0) + rspec-core (3.13.5) + rspec-support (~> 3.13.0) + rspec-expectations (3.13.5) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.12.0) - rspec-mocks (3.12.6) + rspec-support (~> 3.13.0) + rspec-mocks (3.13.5) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.12.0) + rspec-support (~> 3.13.0) rspec-rails (6.0.4) actionpack (>= 6.1) activesupport (>= 6.1) @@ -245,7 +248,7 @@ GEM rspec-expectations (~> 3.12) rspec-mocks (~> 3.12) rspec-support (~> 3.12) - rspec-support (3.12.1) + rspec-support (3.13.4) rubocop (0.81.0) jaro_winkler (~> 1.5.1) parallel (~> 1.10) @@ -264,7 +267,7 @@ GEM ruby-rc4 (0.1.5) ruumba (0.1.17) rubocop - scenic (1.7.0) + scenic (1.9.0) activerecord (>= 4.0.0) railties (>= 4.0.0) securerandom (0.4.1) @@ -272,46 +275,50 @@ GEM docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-html (0.12.3) + simplecov-html (0.13.2) simplecov_json_formatter (0.1.4) sitemap_generator (6.3.0) builder (~> 3.0) - snaky_hash (2.0.1) - hashie - version_gem (~> 1.1, >= 1.1.1) - sprockets (3.7.2) + snaky_hash (2.0.3) + hashie (>= 0.1.0, < 6) + version_gem (>= 1.1.8, < 3) + sprockets (3.7.5) + base64 concurrent-ruby (~> 1.0) rack (> 1, < 3) sprockets-rails (2.3.3) actionpack (>= 3.0) activesupport (>= 3.0) sprockets (>= 2.8, < 4.0) - sqlite3 (2.5.0) + sqlite3 (2.7.3) mini_portile2 (~> 2.8.0) - stackprof (0.2.26) + stackprof (0.2.27) stringio (3.1.7) svg-graph (2.2.2) - thor (1.3.0) - timeout (0.4.1) - ttfunk (1.7.0) + thor (1.4.0) + timeout (0.4.3) + ttfunk (1.8.0) + bigdecimal (~> 3.1) tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (1.8.0) - uri (1.0.2) + uri (1.0.3) useragent (0.16.11) - vcr (6.2.0) - version_gem (1.1.3) - webmock (3.19.1) + vcr (6.3.1) + base64 + version_gem (1.1.8) + webmock (3.25.1) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) webrick (1.9.1) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.7.1) + zeitwerk (2.7.3) PLATFORMS ruby + x86_64-linux DEPENDENCIES actionmailbox (~> 8.0) @@ -366,4 +373,4 @@ DEPENDENCIES webmock BUNDLED WITH - 2.4.19 + 2.8.0.dev diff --git a/benchmarks/mail/Gemfile.lock b/benchmarks/mail/Gemfile.lock index 706d759e..1306fa50 100644 --- a/benchmarks/mail/Gemfile.lock +++ b/benchmarks/mail/Gemfile.lock @@ -1,23 +1,22 @@ GEM remote: https://rubygems.org/ specs: - io-wait (0.1.0) mail (2.7.1) mini_mime (>= 0.1.1) - mini_mime (1.1.2) - net-protocol (0.1.2) - io-wait + mini_mime (1.1.5) + net-protocol (0.2.2) timeout net-smtp (0.2.1) net-protocol - timeout (0.2.0) + timeout (0.4.3) PLATFORMS ruby + x86_64-linux DEPENDENCIES mail (= 2.7.1) net-smtp (= 0.2.1) BUNDLED WITH - 2.4.19 + 2.8.0.dev diff --git a/benchmarks/psych-load/Gemfile.lock b/benchmarks/psych-load/Gemfile.lock index 9f36f754..f8e75d1e 100644 --- a/benchmarks/psych-load/Gemfile.lock +++ b/benchmarks/psych-load/Gemfile.lock @@ -1,14 +1,16 @@ GEM remote: https://rubygems.org/ specs: - psych (4.0.1) + psych (4.0.6) + stringio + stringio (3.1.7) PLATFORMS ruby - x86_64-darwin-20 + x86_64-linux DEPENDENCIES psych (~> 4.0.0) BUNDLED WITH - 2.4.19 + 2.8.0.dev diff --git a/benchmarks/rack/Gemfile.lock b/benchmarks/rack/Gemfile.lock index fd23d2cb..48989822 100644 --- a/benchmarks/rack/Gemfile.lock +++ b/benchmarks/rack/Gemfile.lock @@ -1,14 +1,11 @@ GEM remote: https://rubygems.org/ specs: - cgi (0.4.2) - rack (3.0.8) + cgi (0.5.0) + rack (3.2.0) PLATFORMS - arm64-darwin-21 - arm64-darwin-22 - arm64-darwin-23 - arm64-darwin-24 + ruby x86_64-linux DEPENDENCIES @@ -16,4 +13,4 @@ DEPENDENCIES rack BUNDLED WITH - 2.4.19 + 2.8.0.dev diff --git a/benchmarks/railsbench/Gemfile.lock b/benchmarks/railsbench/Gemfile.lock index f66530c8..dfc0656a 100644 --- a/benchmarks/railsbench/Gemfile.lock +++ b/benchmarks/railsbench/Gemfile.lock @@ -66,30 +66,31 @@ GEM minitest (>= 5.1) securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) - base64 (0.2.0) - benchmark (0.4.0) - bigdecimal (3.1.8) + base64 (0.3.0) + benchmark (0.4.1) + bigdecimal (3.2.2) builder (3.3.0) - cgi (0.4.2) - concurrent-ruby (1.3.4) - connection_pool (2.4.1) + cgi (0.5.0) + concurrent-ruby (1.3.5) + connection_pool (2.5.3) crass (1.0.6) - digest (3.1.1) - drb (2.2.1) - erubi (1.13.0) + digest (3.2.0) + drb (2.2.3) + erubi (1.13.1) globalid (1.2.1) activesupport (>= 6.1) - i18n (1.14.5) + i18n (1.14.7) concurrent-ruby (~> 1.0) - io-console (0.7.2) - irb (1.14.0) + io-console (0.8.1) + irb (1.15.2) + pp (>= 0.6.0) rdoc (>= 4.0.0) reline (>= 0.4.2) - jbuilder (2.12.0) + jbuilder (2.13.0) actionview (>= 5.0.0) activesupport (>= 5.0.0) - logger (1.6.1) - loofah (2.22.0) + logger (1.7.0) + loofah (2.24.1) crass (~> 1.0.2) nokogiri (>= 1.12.0) mail (2.8.1) @@ -99,10 +100,10 @@ GEM net-smtp marcel (1.0.4) mini_mime (1.1.5) - mini_portile2 (2.8.8) - minitest (5.25.1) - mutex_m (0.2.0) - net-imap (0.2.4) + mini_portile2 (2.8.9) + minitest (5.25.5) + mutex_m (0.3.0) + net-imap (0.2.5) digest net-protocol strscan @@ -114,26 +115,29 @@ GEM digest net-protocol timeout - nokogiri (1.18.1) + nokogiri (1.18.9) mini_portile2 (~> 2.8.2) racc (~> 1.4) + pp (0.6.2) + prettyprint + prettyprint (0.2.0) psych (3.3.4) racc (1.8.1) - rack (3.0.10) - rack-session (2.0.0) + rack (3.1.16) + rack-session (2.1.1) + base64 (>= 0.1.0) rack (>= 3.0.0) - rack-test (2.1.0) + rack-test (2.2.0) rack (>= 1.3) - rackup (2.0.0) + rackup (2.2.1) rack (>= 3) - webrick - rails-dom-testing (2.2.0) + rails-dom-testing (2.3.0) activesupport (>= 5.0.0) minitest nokogiri (>= 1.6) - rails-html-sanitizer (1.6.0) + rails-html-sanitizer (1.6.2) 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) railties (7.2.2.1) actionpack (= 7.2.2.1) activesupport (= 7.2.2.1) @@ -142,13 +146,14 @@ GEM rake (>= 12.2) thor (~> 1.0, >= 1.2.2) zeitwerk (~> 2.6) - rake (13.2.1) + rake (13.3.0) rdoc (6.3.4.1) - reline (0.5.10) + reline (0.6.2) io-console (~> 0.5) - securerandom (0.3.1) - sprockets (4.2.1) + securerandom (0.4.1) + sprockets (4.2.2) concurrent-ruby (~> 1.0) + logger rack (>= 2.2.4, < 4) sprockets-rails (3.2.2) actionpack (>= 4.0) @@ -156,22 +161,18 @@ GEM sprockets (>= 3.0.0) sqlite3 (1.7.3) mini_portile2 (~> 2.8.0) - stackprof (0.2.26) - strscan (3.0.9) - thor (1.3.2) - timeout (0.4.1) + stackprof (0.2.27) + strscan (3.1.5) + thor (1.4.0) + timeout (0.4.3) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - useragent (0.16.10) + useragent (0.16.11) webrick (1.7.0) - zeitwerk (2.6.18) + zeitwerk (2.7.3) PLATFORMS - arm64-darwin-21 - arm64-darwin-22 - arm64-darwin-23 - arm64-darwin-24 - x86_64-darwin-20 + ruby x86_64-linux DEPENDENCIES @@ -203,4 +204,4 @@ DEPENDENCIES webrick (~> 1.7.0) BUNDLED WITH - 2.4.19 + 2.8.0.dev diff --git a/benchmarks/rubocop/Gemfile.lock b/benchmarks/rubocop/Gemfile.lock index 7b03fc47..95c8bb5a 100644 --- a/benchmarks/rubocop/Gemfile.lock +++ b/benchmarks/rubocop/Gemfile.lock @@ -1,68 +1,78 @@ GEM remote: https://rubygems.org/ specs: - activesupport (7.1.3) + activesupport (8.0.2) base64 + benchmark (>= 0.3) bigdecimal - concurrent-ruby (~> 1.0, >= 1.0.2) + concurrent-ruby (~> 1.0, >= 1.3.1) connection_pool (>= 2.2.5) drb i18n (>= 1.6, < 2) + logger (>= 1.4.2) minitest (>= 5.1) - mutex_m - tzinfo (~> 2.0) - ast (2.4.2) - base64 (0.2.0) - bigdecimal (3.1.6) - concurrent-ruby (1.2.3) - connection_pool (2.4.1) - drb (2.2.0) - ruby2_keywords - i18n (1.14.1) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) + uri (>= 0.13.1) + ast (2.4.3) + base64 (0.3.0) + benchmark (0.4.1) + bigdecimal (3.2.2) + concurrent-ruby (1.3.5) + connection_pool (2.5.3) + drb (2.2.3) + i18n (1.14.7) concurrent-ruby (~> 1.0) - json (2.9.1) - language_server-protocol (3.17.0.3) - minitest (5.21.2) - mutex_m (0.2.0) - parallel (1.24.0) - parser (3.3.0.4) + json (2.13.2) + language_server-protocol (3.17.0.5) + lint_roller (1.1.0) + logger (1.7.0) + minitest (5.25.5) + parallel (1.27.0) + parser (3.3.9.0) ast (~> 2.4.1) racc - racc (1.7.3) - rack (3.0.10) + prism (1.4.0) + racc (1.8.1) + rack (3.2.0) rainbow (3.1.1) - regexp_parser (2.9.0) - rexml (3.2.6) - rubocop (1.60.1) + regexp_parser (2.10.0) + rubocop (1.79.1) json (~> 2.3) - language_server-protocol (>= 3.17.0) + language_server-protocol (~> 3.17.0.2) + lint_roller (~> 1.1.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) - rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.30.0, < 2.0) + regexp_parser (>= 2.9.3, < 3.0) + rubocop-ast (>= 1.46.0, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.30.0) - parser (>= 3.2.1.0) - rubocop-performance (1.20.2) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.30.0, < 2.0) - rubocop-rails (2.23.1) + unicode-display_width (>= 2.4.0, < 4.0) + rubocop-ast (1.46.0) + parser (>= 3.3.7.2) + prism (~> 1.4) + rubocop-performance (1.25.0) + lint_roller (~> 1.1) + rubocop (>= 1.75.0, < 2.0) + rubocop-ast (>= 1.38.0, < 2.0) + rubocop-rails (2.32.0) activesupport (>= 4.2.0) + lint_roller (~> 1.1) rack (>= 1.1) - rubocop (>= 1.33.0, < 2.0) - rubocop-ast (>= 1.30.0, < 2.0) + rubocop (>= 1.75.0, < 2.0) + rubocop-ast (>= 1.44.0, < 2.0) ruby-progressbar (1.13.0) - ruby2_keywords (0.0.5) + securerandom (0.4.1) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.5.0) + unicode-display_width (3.1.4) + unicode-emoji (~> 4.0, >= 4.0.4) + unicode-emoji (4.0.4) + uri (1.0.3) PLATFORMS - arm64-darwin-22 ruby + x86_64-linux DEPENDENCIES parser (>= 3.2.2.3) @@ -71,4 +81,4 @@ DEPENDENCIES rubocop-rails BUNDLED WITH - 2.5.3 + 2.8.0.dev diff --git a/benchmarks/ruby-lsp/Gemfile.lock b/benchmarks/ruby-lsp/Gemfile.lock index d52b5606..b688986f 100644 --- a/benchmarks/ruby-lsp/Gemfile.lock +++ b/benchmarks/ruby-lsp/Gemfile.lock @@ -1,24 +1,22 @@ GEM remote: https://rubygems.org/ specs: - language_server-protocol (3.17.0.3) - logger (1.6.0) - prism (0.30.0) - rbs (3.5.1) + language_server-protocol (3.17.0.5) + logger (1.7.0) + prism (1.4.0) + rbs (3.9.4) logger - ruby-lsp (0.17.4) + ruby-lsp (0.26.1) language_server-protocol (~> 3.17.0) - prism (>= 0.29.0, < 0.31) - rbs (>= 3, < 4) - sorbet-runtime (>= 0.5.10782) - sorbet-runtime (0.5.11465) + prism (>= 1.2, < 2.0) + rbs (>= 3, < 5) PLATFORMS - arm64-darwin-22 ruby + x86_64-linux DEPENDENCIES ruby-lsp (>= 0.13.4) BUNDLED WITH - 2.5.3 + 2.8.0.dev diff --git a/benchmarks/rubyboy/Gemfile.lock b/benchmarks/rubyboy/Gemfile.lock index 0c3f5a32..cfa78bd3 100644 --- a/benchmarks/rubyboy/Gemfile.lock +++ b/benchmarks/rubyboy/Gemfile.lock @@ -1,8 +1,8 @@ GIT remote: https://github.com/sacckey/rubyboy - revision: e6c7d1d64ed7c6edb0ec6bae25ae3e7ec4cc9319 + revision: a60a944720ec11e3aebd819e352aa779b1008e48 specs: - rubyboy (1.5.0) + rubyboy (1.5.1) ffi (~> 1.16, >= 1.16.3) GEM @@ -11,20 +11,11 @@ GEM ffi (1.17.2) PLATFORMS - aarch64-linux-gnu - aarch64-linux-musl - arm-linux-gnu - arm-linux-musl - arm64-darwin ruby - x86-linux-gnu - x86-linux-musl - x86_64-darwin - x86_64-linux-gnu - x86_64-linux-musl + x86_64-linux DEPENDENCIES rubyboy! BUNDLED WITH - 2.4.19 + 2.8.0.dev diff --git a/benchmarks/sequel/Gemfile.lock b/benchmarks/sequel/Gemfile.lock index a5368452..c938e861 100644 --- a/benchmarks/sequel/Gemfile.lock +++ b/benchmarks/sequel/Gemfile.lock @@ -1,17 +1,15 @@ GEM remote: https://rubygems.org/ specs: - bigdecimal (3.1.6) - mini_portile2 (2.8.1) - sequel (5.68.0) - sqlite3 (1.5.4) + bigdecimal (3.2.2) + mini_portile2 (2.8.9) + sequel (5.94.0) + bigdecimal + sqlite3 (1.7.3) mini_portile2 (~> 2.8.0) PLATFORMS - arm64-darwin-22 - arm64-darwin-23 - arm64-darwin-24 - x86_64-darwin-20 + ruby x86_64-linux DEPENDENCIES @@ -21,4 +19,4 @@ DEPENDENCIES sqlite3 (~> 1.4) BUNDLED WITH - 2.4.19 + 2.8.0.dev diff --git a/benchmarks/shipit/Gemfile.lock b/benchmarks/shipit/Gemfile.lock index e5d3cc9c..68787bdf 100644 --- a/benchmarks/shipit/Gemfile.lock +++ b/benchmarks/shipit/Gemfile.lock @@ -107,7 +107,7 @@ GEM thread_safe (~> 0.3, >= 0.3.1) drb (2.2.3) equalizer (0.0.11) - erb (5.0.1) + erb (5.0.2) erubi (1.13.1) execjs (2.10.0) explicit-parameters (0.4.2) @@ -141,14 +141,6 @@ GEM faraday-rack (1.0.0) faraday-retry (1.0.3) ffi (1.17.2) - ffi (1.17.2-aarch64-linux-gnu) - ffi (1.17.2-aarch64-linux-musl) - ffi (1.17.2-arm-linux-gnu) - ffi (1.17.2-arm-linux-musl) - ffi (1.17.2-arm64-darwin) - ffi (1.17.2-x86_64-darwin) - ffi (1.17.2-x86_64-linux-gnu) - ffi (1.17.2-x86_64-linux-musl) gemoji (2.1.0) globalid (1.2.1) activesupport (>= 6.1) @@ -156,7 +148,7 @@ GEM i18n (1.14.7) concurrent-ruby (~> 1.0) ice_nine (0.11.2) - io-console (0.8.0) + io-console (0.8.1) irb (1.15.2) pp (>= 0.6.0) rdoc (>= 4.0.0) @@ -196,25 +188,9 @@ GEM net-smtp (0.5.1) net-protocol nio4r (2.7.4) - nokogiri (1.18.8) + nokogiri (1.18.9) mini_portile2 (~> 2.8.2) racc (~> 1.4) - nokogiri (1.18.8-aarch64-linux-gnu) - racc (~> 1.4) - nokogiri (1.18.8-aarch64-linux-musl) - racc (~> 1.4) - nokogiri (1.18.8-arm-linux-gnu) - racc (~> 1.4) - nokogiri (1.18.8-arm-linux-musl) - racc (~> 1.4) - nokogiri (1.18.8-arm64-darwin) - racc (~> 1.4) - nokogiri (1.18.8-x86_64-darwin) - racc (~> 1.4) - nokogiri (1.18.8-x86_64-linux-gnu) - racc (~> 1.4) - nokogiri (1.18.8-x86_64-linux-musl) - racc (~> 1.4) oauth2 (2.0.12) faraday (>= 0.17.3, < 4.0) jwt (>= 1.0, < 4.0) @@ -235,7 +211,7 @@ GEM omniauth-oauth2 (1.7.3) oauth2 (>= 1.4, < 3) omniauth (>= 1.9, < 3) - ostruct (0.6.2) + ostruct (0.6.3) paquito (1.0.0) msgpack (>= 1.5.2) pp (0.6.2) @@ -249,7 +225,7 @@ GEM logger rack redis (~> 4.0) - puma (6.6.0) + puma (6.6.1) nio4r (~> 2.0) racc (1.8.1) rack (2.2.17) @@ -297,13 +273,13 @@ GEM thor (~> 1.0, >= 1.2.2) zeitwerk (~> 2.6) rake (13.3.0) - rdoc (6.14.1) + rdoc (6.14.2) erb psych (>= 4.0.0) redis (4.8.1) redis-objects (1.7.0) redis - reline (0.6.1) + reline (0.6.2) io-console (~> 0.5) responders (3.1.1) actionpack (>= 5.2) @@ -364,27 +340,19 @@ GEM actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) - sqlite3 (2.7.1) + sqlite3 (2.7.3) mini_portile2 (~> 2.8.0) - sqlite3 (2.7.1-aarch64-linux-gnu) - sqlite3 (2.7.1-aarch64-linux-musl) - sqlite3 (2.7.1-arm-linux-gnu) - sqlite3 (2.7.1-arm-linux-musl) - sqlite3 (2.7.1-arm64-darwin) - sqlite3 (2.7.1-x86_64-darwin) - sqlite3 (2.7.1-x86_64-linux-gnu) - sqlite3 (2.7.1-x86_64-linux-musl) - state_machines (0.31.0) - state_machines-activemodel (0.31.0) - activemodel (>= 7.1) - state_machines (>= 0.31.0) + state_machines (0.100.1) + state_machines-activemodel (0.100.0) + activemodel (>= 7.2) + state_machines (>= 0.100.0) state_machines-activerecord (0.8.0) activerecord (>= 5.1) state_machines-activemodel (>= 0.8.0) stringio (3.1.7) - thor (1.3.2) + thor (1.4.0) thread_safe (0.3.6) - tilt (2.6.0) + tilt (2.6.1) timeout (0.4.3) tzinfo (2.0.6) concurrent-ruby (~> 1.0) @@ -407,14 +375,8 @@ GEM zeitwerk (2.7.3) PLATFORMS - aarch64-linux-gnu - aarch64-linux-musl - arm-linux-gnu - arm-linux-musl - arm64-darwin - x86_64-darwin - x86_64-linux-gnu - x86_64-linux-musl + ruby + x86_64-linux DEPENDENCIES bootsnap @@ -425,4 +387,4 @@ DEPENDENCIES tzinfo-data BUNDLED WITH - 2.6.7 + 2.8.0.dev diff --git a/benchmarks/tinygql/Gemfile.lock b/benchmarks/tinygql/Gemfile.lock index c11bb82c..8b6da1e7 100644 --- a/benchmarks/tinygql/Gemfile.lock +++ b/benchmarks/tinygql/Gemfile.lock @@ -1,16 +1,14 @@ GEM remote: https://rubygems.org/ specs: - tinygql (0.3.0) + tinygql (0.3.1) PLATFORMS - arm64-darwin-22 - arm64-darwin-23 - arm64-darwin-24 + ruby x86_64-linux DEPENDENCIES tinygql BUNDLED WITH - 2.4.19 + 2.8.0.dev From 638f87f16d333c70c7fd868693ed8207c27abb73 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Thu, 31 Jul 2025 16:43:42 -0700 Subject: [PATCH 2/3] Pin gem versions whose upgrade break the benchmark --- benchmarks/hexapdf/Gemfile | 3 ++- benchmarks/hexapdf/Gemfile.lock | 10 +++------- benchmarks/ruby-lsp/Gemfile | 3 ++- benchmarks/ruby-lsp/Gemfile.lock | 10 ++++++---- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/benchmarks/hexapdf/Gemfile b/benchmarks/hexapdf/Gemfile index aa4e4fab..ccc63e70 100644 --- a/benchmarks/hexapdf/Gemfile +++ b/benchmarks/hexapdf/Gemfile @@ -1,3 +1,4 @@ source "https://rubygems.org" -gem "hexapdf" +# hexapdf 1.3.0: Incorrect size 569304 for file /tmp/hexapdf-result-001.pdf (expected 569797)! +gem "hexapdf", "~> 0.16.0" diff --git a/benchmarks/hexapdf/Gemfile.lock b/benchmarks/hexapdf/Gemfile.lock index f6cf0968..4f01d9ad 100644 --- a/benchmarks/hexapdf/Gemfile.lock +++ b/benchmarks/hexapdf/Gemfile.lock @@ -3,20 +3,16 @@ GEM specs: cmdparse (3.0.7) geom2d (0.4.1) - hexapdf (1.3.0) + hexapdf (0.16.0) cmdparse (~> 3.0, >= 3.0.3) - geom2d (~> 0.4, >= 0.4.1) - openssl (>= 2.2.1) - strscan (>= 3.1.2) - openssl (3.3.0) - strscan (3.1.5) + geom2d (~> 0.3) PLATFORMS ruby x86_64-linux DEPENDENCIES - hexapdf + hexapdf (~> 0.16.0) BUNDLED WITH 2.8.0.dev diff --git a/benchmarks/ruby-lsp/Gemfile b/benchmarks/ruby-lsp/Gemfile index 7c5aba36..7618b7b8 100644 --- a/benchmarks/ruby-lsp/Gemfile +++ b/benchmarks/ruby-lsp/Gemfile @@ -2,4 +2,5 @@ source "https://rubygems.org" -gem "ruby-lsp", ">= 0.13.4" +# ruby-lsp 0.26.1: uninitialized constant RubyIndexer::IndexablePath (NameError) +gem "ruby-lsp", "~> 0.17.4" diff --git a/benchmarks/ruby-lsp/Gemfile.lock b/benchmarks/ruby-lsp/Gemfile.lock index b688986f..842a7cdb 100644 --- a/benchmarks/ruby-lsp/Gemfile.lock +++ b/benchmarks/ruby-lsp/Gemfile.lock @@ -6,17 +6,19 @@ GEM prism (1.4.0) rbs (3.9.4) logger - ruby-lsp (0.26.1) + ruby-lsp (0.17.17) language_server-protocol (~> 3.17.0) - prism (>= 1.2, < 2.0) - rbs (>= 3, < 5) + prism (~> 1.0) + rbs (>= 3, < 4) + sorbet-runtime (>= 0.5.10782) + sorbet-runtime (0.5.12366) PLATFORMS ruby x86_64-linux DEPENDENCIES - ruby-lsp (>= 0.13.4) + ruby-lsp (~> 0.17.4) BUNDLED WITH 2.8.0.dev From 08ee01682df472ef4adad9a04f77bc85352fdd8b Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Thu, 31 Jul 2025 17:05:29 -0700 Subject: [PATCH 3/3] truffleruby crashes with `undefined symbol: ruby_vm_at_exit` --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 039fee24..d9a20575 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: - ruby: ruby - ruby: head - ruby: truffleruby - skip: protoboeuf-encode shipit + skip: protoboeuf-encode ruby-lsp shipit if: ${{ github.event_name != 'schedule' || github.repository == 'Shopify/yjit-bench' }} steps: - uses: actions/checkout@v3