diff --git a/benchmarks/activerecord/Gemfile b/benchmarks/activerecord/Gemfile index e1653a70..4fa8a3ec 100644 --- a/benchmarks/activerecord/Gemfile +++ b/benchmarks/activerecord/Gemfile @@ -1,5 +1,5 @@ source "https://rubygems.org" -gem "activerecord", "~> 7.1" +gem "activerecord", "~> 7.2" gem "sqlite3", "~> 1.4", platform: :ruby gem "activerecord-jdbcsqlite3-adapter", "~> 70", platform: :jruby gem "mutex_m" diff --git a/benchmarks/activerecord/Gemfile.lock b/benchmarks/activerecord/Gemfile.lock index bf5d0bcd..6f66f0eb 100644 --- a/benchmarks/activerecord/Gemfile.lock +++ b/benchmarks/activerecord/Gemfile.lock @@ -1,36 +1,38 @@ GEM remote: https://rubygems.org/ specs: - activemodel (7.1.3) - activesupport (= 7.1.3) - activerecord (7.1.3) - activemodel (= 7.1.3) - activesupport (= 7.1.3) + activemodel (7.2.1) + activesupport (= 7.2.1) + activerecord (7.2.1) + activemodel (= 7.2.1) + activesupport (= 7.2.1) timeout (>= 0.4.0) - activesupport (7.1.3) + activesupport (7.2.1) base64 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) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) base64 (0.2.0) bigdecimal (3.1.6) - concurrent-ruby (1.2.3) + concurrent-ruby (1.3.4) connection_pool (2.4.1) - drb (2.2.0) - ruby2_keywords - i18n (1.14.1) + drb (2.2.1) + i18n (1.14.5) concurrent-ruby (~> 1.0) + logger (1.6.1) mini_portile2 (2.8.5) - minitest (5.21.2) + minitest (5.25.1) mutex_m (0.2.0) - ruby2_keywords (0.0.5) + securerandom (0.3.1) sqlite3 (1.7.1) mini_portile2 (~> 2.8.0) + sqlite3 (1.7.1-arm64-darwin) timeout (0.4.1) tzinfo (2.0.6) concurrent-ruby (~> 1.0) @@ -43,7 +45,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - activerecord (~> 7.1) + activerecord (~> 7.2) activerecord-jdbcsqlite3-adapter (~> 70) base64 bigdecimal diff --git a/benchmarks/erubi-rails/Gemfile b/benchmarks/erubi-rails/Gemfile index c024d1a5..793a2f3a 100644 --- a/benchmarks/erubi-rails/Gemfile +++ b/benchmarks/erubi-rails/Gemfile @@ -11,7 +11,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } actiontext activejob activemodel activerecord activestorage activesupport railties ].each do |rails_gem| - gem rails_gem, '~> 7.1' + gem rails_gem, '~> 7.2.1' end gem 'sprockets-rails', '3.4.0' @@ -72,8 +72,6 @@ if RUBY_VERSION >= "3.1" # matrix was removed from default gems in Ruby 3.1, but is used by the `capybara` gem. # So we need to add it as a dependency until `capybara` is fixed: https://github.com/teamcapybara/capybara/pull/2468 #gem "matrix", require: false - - gem "securerandom", "0.1.1" end # Windows does not include zoneinfo files, so bundle the tzinfo-data gem diff --git a/benchmarks/erubi-rails/Gemfile.lock b/benchmarks/erubi-rails/Gemfile.lock index c3eb1a16..68679746 100644 --- a/benchmarks/erubi-rails/Gemfile.lock +++ b/benchmarks/erubi-rails/Gemfile.lock @@ -1,79 +1,75 @@ GEM remote: https://rubygems.org/ specs: - actionmailbox (7.1.3) - actionpack (= 7.1.3) - activejob (= 7.1.3) - activerecord (= 7.1.3) - activestorage (= 7.1.3) - activesupport (= 7.1.3) - mail (>= 2.7.1) - net-imap - net-pop - net-smtp - actionmailer (7.1.3) - actionpack (= 7.1.3) - actionview (= 7.1.3) - activejob (= 7.1.3) - activesupport (= 7.1.3) - mail (~> 2.5, >= 2.5.4) - net-imap - net-pop - net-smtp + actionmailbox (7.2.1) + actionpack (= 7.2.1) + activejob (= 7.2.1) + activerecord (= 7.2.1) + activestorage (= 7.2.1) + activesupport (= 7.2.1) + mail (>= 2.8.0) + actionmailer (7.2.1) + actionpack (= 7.2.1) + actionview (= 7.2.1) + activejob (= 7.2.1) + activesupport (= 7.2.1) + mail (>= 2.8.0) rails-dom-testing (~> 2.2) - actionpack (7.1.3) - actionview (= 7.1.3) - activesupport (= 7.1.3) + actionpack (7.2.1) + actionview (= 7.2.1) + activesupport (= 7.2.1) nokogiri (>= 1.8.5) racc - rack (>= 2.2.4) + rack (>= 2.2.4, < 3.2) rack-session (>= 1.0.1) rack-test (>= 0.6.3) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - actiontext (7.1.3) - actionpack (= 7.1.3) - activerecord (= 7.1.3) - activestorage (= 7.1.3) - activesupport (= 7.1.3) + useragent (~> 0.16) + actiontext (7.2.1) + actionpack (= 7.2.1) + activerecord (= 7.2.1) + activestorage (= 7.2.1) + activesupport (= 7.2.1) globalid (>= 0.6.0) nokogiri (>= 1.8.5) - actionview (7.1.3) - activesupport (= 7.1.3) + actionview (7.2.1) + activesupport (= 7.2.1) builder (~> 3.1) erubi (~> 1.11) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - activejob (7.1.3) - activesupport (= 7.1.3) + activejob (7.2.1) + activesupport (= 7.2.1) globalid (>= 0.3.6) - activemodel (7.1.3) - activesupport (= 7.1.3) - activerecord (7.1.3) - activemodel (= 7.1.3) - activesupport (= 7.1.3) + activemodel (7.2.1) + activesupport (= 7.2.1) + activerecord (7.2.1) + activemodel (= 7.2.1) + activesupport (= 7.2.1) timeout (>= 0.4.0) - activestorage (7.1.3) - actionpack (= 7.1.3) - activejob (= 7.1.3) - activerecord (= 7.1.3) - activesupport (= 7.1.3) + activestorage (7.2.1) + actionpack (= 7.2.1) + activejob (= 7.2.1) + activerecord (= 7.2.1) + activesupport (= 7.2.1) marcel (~> 1.0) - activesupport (7.1.3) + activesupport (7.2.1) base64 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) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) addressable (2.8.6) public_suffix (>= 2.0.2, < 6.0) base64 (0.2.0) - bigdecimal (3.1.6) - builder (3.2.4) + bigdecimal (3.1.8) + builder (3.3.0) byebug (11.1.3) capybara (3.39.2) addressable @@ -84,24 +80,24 @@ GEM rack-test (>= 0.6.3) regexp_parser (>= 1.5, < 3.0) xpath (~> 3.2) - concurrent-ruby (1.2.3) + concurrent-ruby (1.3.4) connection_pool (2.4.1) crass (1.0.6) digest (3.1.1) - drb (2.2.0) - ruby2_keywords - erubi (1.12.0) + drb (2.2.1) + erubi (1.13.0) globalid (1.2.1) activesupport (>= 6.1) - i18n (1.14.1) + i18n (1.14.5) concurrent-ruby (~> 1.0) io-console (0.7.2) - irb (1.11.1) - rdoc + irb (1.14.0) + rdoc (>= 4.0.0) reline (>= 0.4.2) jbuilder (2.11.5) actionview (>= 5.0.0) activesupport (>= 5.0.0) + logger (1.6.1) loofah (2.22.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) @@ -110,11 +106,10 @@ GEM net-imap net-pop net-smtp - marcel (1.0.2) + marcel (1.0.4) matrix (0.4.2) mini_mime (1.1.5) - mini_portile2 (2.8.5) - minitest (5.21.2) + minitest (5.25.1) mutex_m (0.2.0) net-imap (0.2.4) digest @@ -128,14 +123,17 @@ GEM digest net-protocol timeout - nokogiri (1.16.0) - mini_portile2 (~> 2.8.2) + nokogiri (1.16.7-arm64-darwin) + racc (~> 1.4) + nokogiri (1.16.7-x86_64-darwin) + racc (~> 1.4) + nokogiri (1.16.7-x86_64-linux) racc (~> 1.4) psych (5.1.2) stringio public_suffix (5.0.4) - racc (1.7.3) - rack (3.0.8) + racc (1.8.1) + rack (3.1.7) rack-mini-profiler (2.3.4) rack (>= 1.2.0) rack-proxy (0.7.7) @@ -154,24 +152,23 @@ GEM rails-html-sanitizer (1.6.0) loofah (~> 2.21) nokogiri (~> 1.14) - railties (7.1.3) - actionpack (= 7.1.3) - activesupport (= 7.1.3) - irb + railties (7.2.1) + actionpack (= 7.2.1) + activesupport (= 7.2.1) + irb (~> 1.13) rackup (>= 1.0.0) rake (>= 12.2) thor (~> 1.0, >= 1.2.2) zeitwerk (~> 2.6) - rake (13.1.0) - rdoc (6.6.2) + rake (13.2.1) + rdoc (6.7.0) psych (>= 4.0.0) regexp_parser (2.9.0) - reline (0.4.2) + reline (0.5.10) io-console (~> 0.5) rexml (3.2.6) - ruby2_keywords (0.0.5) rubyzip (2.3.2) - securerandom (0.1.1) + securerandom (0.3.1) selenium-webdriver (4.10.0) rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) @@ -185,17 +182,19 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - sqlite3 (1.7.1) - mini_portile2 (~> 2.8.0) - stringio (3.1.0) - strscan (3.0.9) - thor (1.3.0) + sqlite3 (1.7.1-arm64-darwin) + sqlite3 (1.7.1-x86_64-darwin) + sqlite3 (1.7.1-x86_64-linux) + stringio (3.1.1) + strscan (3.1.0) + thor (1.3.2) timeout (0.4.1) 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) webdrivers (5.3.1) nokogiri (~> 1.6) rubyzip (>= 1.3.0) @@ -209,7 +208,7 @@ GEM websocket (1.2.10) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.6.12) + zeitwerk (2.6.18) PLATFORMS arm64-darwin-21 @@ -220,17 +219,17 @@ PLATFORMS x86_64-linux DEPENDENCIES - actionmailbox (~> 7.1) - actionmailer (~> 7.1) - actionpack (~> 7.1) - actiontext (~> 7.1) - actionview (~> 7.1) - activejob (~> 7.1) - activemodel (~> 7.1) - activerecord (~> 7.1) + actionmailbox (~> 7.2.1) + actionmailer (~> 7.2.1) + actionpack (~> 7.2.1) + actiontext (~> 7.2.1) + actionview (~> 7.2.1) + activejob (~> 7.2.1) + activemodel (~> 7.2.1) + activerecord (~> 7.2.1) activerecord-jdbcsqlite3-adapter (~> 70) - activestorage (~> 7.1) - activesupport (~> 7.1) + activestorage (~> 7.2.1) + activesupport (~> 7.2.1) base64 bigdecimal byebug @@ -241,8 +240,7 @@ DEPENDENCIES net-pop (~> 0.1.1) net-smtp (~> 0.2.1) rack-mini-profiler (~> 2.0) - railties (~> 7.1) - securerandom (= 0.1.1) + railties (~> 7.2.1) selenium-webdriver spring sprockets-rails (= 3.4.0) diff --git a/benchmarks/erubi-rails/config/application.rb b/benchmarks/erubi-rails/config/application.rb index ef519ab0..f5a5915b 100644 --- a/benchmarks/erubi-rails/config/application.rb +++ b/benchmarks/erubi-rails/config/application.rb @@ -21,7 +21,7 @@ module ErbTest class Application < Rails::Application # Initialize configuration defaults for originally generated Rails version. - config.load_defaults 7.1 + config.load_defaults 7.2 # Please, add to the `ignore` list any other `lib` subdirectories that do # not contain `.rb` files, or that should not be reloaded or eager loaded. diff --git a/benchmarks/lobsters/Gemfile b/benchmarks/lobsters/Gemfile index 177d99d7..d1da4462 100644 --- a/benchmarks/lobsters/Gemfile +++ b/benchmarks/lobsters/Gemfile @@ -6,7 +6,7 @@ source "https://rubygems.org" actiontext activejob activemodel activerecord activestorage activesupport railties ].each do |rails_gem| - gem rails_gem, "~> 7.1" + gem rails_gem, "~> 7.2" end gem "sqlite3" diff --git a/benchmarks/lobsters/Gemfile.lock b/benchmarks/lobsters/Gemfile.lock index e90fade7..9d4359ff 100644 --- a/benchmarks/lobsters/Gemfile.lock +++ b/benchmarks/lobsters/Gemfile.lock @@ -2,85 +2,81 @@ GEM remote: https://rubygems.org/ specs: Ascii85 (1.1.0) - actionmailbox (7.1.3) - actionpack (= 7.1.3) - activejob (= 7.1.3) - activerecord (= 7.1.3) - activestorage (= 7.1.3) - activesupport (= 7.1.3) - mail (>= 2.7.1) - net-imap - net-pop - net-smtp - actionmailer (7.1.3) - actionpack (= 7.1.3) - actionview (= 7.1.3) - activejob (= 7.1.3) - activesupport (= 7.1.3) - mail (~> 2.5, >= 2.5.4) - net-imap - net-pop - net-smtp + actionmailbox (7.2.1) + actionpack (= 7.2.1) + activejob (= 7.2.1) + activerecord (= 7.2.1) + activestorage (= 7.2.1) + activesupport (= 7.2.1) + mail (>= 2.8.0) + actionmailer (7.2.1) + actionpack (= 7.2.1) + actionview (= 7.2.1) + activejob (= 7.2.1) + activesupport (= 7.2.1) + mail (>= 2.8.0) rails-dom-testing (~> 2.2) - actionpack (7.1.3) - actionview (= 7.1.3) - activesupport (= 7.1.3) + actionpack (7.2.1) + actionview (= 7.2.1) + activesupport (= 7.2.1) nokogiri (>= 1.8.5) racc - rack (>= 2.2.4) + rack (>= 2.2.4, < 3.2) rack-session (>= 1.0.1) rack-test (>= 0.6.3) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) + useragent (~> 0.16) actionpack-page_caching (1.2.4) actionpack (>= 4.0.0) - actiontext (7.1.3) - actionpack (= 7.1.3) - activerecord (= 7.1.3) - activestorage (= 7.1.3) - activesupport (= 7.1.3) + actiontext (7.2.1) + actionpack (= 7.2.1) + activerecord (= 7.2.1) + activestorage (= 7.2.1) + activesupport (= 7.2.1) globalid (>= 0.6.0) nokogiri (>= 1.8.5) - actionview (7.1.3) - activesupport (= 7.1.3) + actionview (7.2.1) + activesupport (= 7.2.1) builder (~> 3.1) erubi (~> 1.11) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - activejob (7.1.3) - activesupport (= 7.1.3) + activejob (7.2.1) + activesupport (= 7.2.1) globalid (>= 0.3.6) - activemodel (7.1.3) - activesupport (= 7.1.3) - activerecord (7.1.3) - activemodel (= 7.1.3) - activesupport (= 7.1.3) + activemodel (7.2.1) + activesupport (= 7.2.1) + activerecord (7.2.1) + activemodel (= 7.2.1) + activesupport (= 7.2.1) timeout (>= 0.4.0) - activerecord-typedstore (1.5.1) + activerecord-typedstore (1.6.0) activerecord (>= 6.1) - activestorage (7.1.3) - actionpack (= 7.1.3) - activejob (= 7.1.3) - activerecord (= 7.1.3) - activesupport (= 7.1.3) + activestorage (7.2.1) + actionpack (= 7.2.1) + activejob (= 7.2.1) + activerecord (= 7.2.1) + activesupport (= 7.2.1) marcel (~> 1.0) - activesupport (7.1.3) + activesupport (7.2.1) base64 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) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) addressable (2.8.6) public_suffix (>= 2.0.2, < 6.0) afm (0.2.2) ast (2.4.2) base64 (0.2.0) bcrypt (3.1.20) - bigdecimal (3.1.6) + bigdecimal (3.1.8) builder (3.2.4) byebug (11.1.3) capybara (3.39.2) @@ -94,7 +90,7 @@ GEM xpath (~> 3.2) chunky_png (1.4.0) commonmarker (0.23.10) - concurrent-ruby (1.2.3) + concurrent-ruby (1.3.4) connection_pool (2.4.1) crack (0.4.5) rexml @@ -108,9 +104,8 @@ GEM date (3.3.4) diff-lcs (1.5.0) docile (1.4.0) - drb (2.2.0) - ruby2_keywords - erubi (1.12.0) + drb (2.2.1) + erubi (1.13.0) factory_bot (6.4.5) activesupport (>= 5.0.0) factory_bot_rails (6.4.3) @@ -125,11 +120,11 @@ GEM hashery (2.1.2) hashie (5.0.0) htmlentities (4.3.4) - i18n (1.14.1) + i18n (1.14.5) concurrent-ruby (~> 1.0) io-console (0.7.2) - irb (1.11.1) - rdoc + irb (1.14.0) + rdoc (>= 4.0.0) reline (>= 0.4.2) jaro_winkler (1.5.6) jquery-rails (4.6.0) @@ -137,6 +132,7 @@ GEM railties (>= 4.2.0) thor (>= 0.14, < 2.0) json (2.7.1) + logger (1.6.1) loofah (2.22.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) @@ -145,13 +141,12 @@ GEM net-imap net-pop net-smtp - marcel (1.0.2) + marcel (1.0.4) matrix (0.4.2) memory_profiler (1.0.1) mini_mime (1.1.5) mini_portile2 (2.8.5) - minitest (5.21.2) - mutex_m (0.2.0) + minitest (5.25.1) net-imap (0.4.9.1) date net-protocol @@ -203,21 +198,21 @@ GEM rails-html-sanitizer (1.6.0) loofah (~> 2.21) nokogiri (~> 1.14) - railties (7.1.3) - actionpack (= 7.1.3) - activesupport (= 7.1.3) - irb + railties (7.2.1) + actionpack (= 7.2.1) + activesupport (= 7.2.1) + 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.1.0) + rake (13.2.1) rb-readline (0.5.5) - rdoc (6.6.2) + rdoc (6.7.0) psych (>= 4.0.0) regexp_parser (2.9.0) - reline (0.4.2) + reline (0.5.10) io-console (~> 0.5) rexml (3.2.6) rotp (6.3.0) @@ -258,12 +253,12 @@ GEM rubocop (>= 0.68.1) ruby-progressbar (1.13.0) ruby-rc4 (0.1.5) - ruby2_keywords (0.0.5) ruumba (0.1.17) rubocop scenic (1.7.0) activerecord (>= 4.0.0) railties (>= 4.0.0) + securerandom (0.3.1) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) @@ -285,7 +280,7 @@ GEM sqlite3 (1.7.1) mini_portile2 (~> 2.8.0) stackprof (0.2.26) - stringio (3.1.0) + stringio (3.1.1) svg-graph (2.2.2) thor (1.3.0) timeout (0.4.1) @@ -298,6 +293,7 @@ GEM tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (1.8.0) + useragent (0.16.10) vcr (6.2.0) version_gem (1.1.3) webmock (3.19.1) @@ -307,24 +303,24 @@ GEM webrick (1.8.1) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.6.12) + zeitwerk (2.6.18) PLATFORMS ruby DEPENDENCIES - actionmailbox (~> 7.1) - actionmailer (~> 7.1) - actionpack (~> 7.1) + actionmailbox (~> 7.2) + actionmailer (~> 7.2) + actionpack (~> 7.2) actionpack-page_caching - actiontext (~> 7.1) - actionview (~> 7.1) - activejob (~> 7.1) - activemodel (~> 7.1) - activerecord (~> 7.1) + actiontext (~> 7.2) + actionview (~> 7.2) + activejob (~> 7.2) + activemodel (~> 7.2) + activerecord (~> 7.2) activerecord-typedstore - activestorage (~> 7.1) - activesupport (~> 7.1) + activestorage (~> 7.2) + activesupport (~> 7.2) bcrypt (~> 3.1.2) byebug capybara @@ -343,7 +339,7 @@ DEPENDENCIES pdf-reader rack-attack rack-mini-profiler - railties (~> 7.1) + railties (~> 7.2) rb-readline rotp rqrcode diff --git a/benchmarks/lobsters/config/application.rb b/benchmarks/lobsters/config/application.rb index 5fc4342c..d6c0fdea 100644 --- a/benchmarks/lobsters/config/application.rb +++ b/benchmarks/lobsters/config/application.rb @@ -21,7 +21,7 @@ module Lobsters class Application < Rails::Application # Initialize configuration defaults for originally generated Rails version. - config.load_defaults 7.1 + config.load_defaults 7.2 # Please, add to the `ignore` list any other `lib` subdirectories that do # not contain `.rb` files, or that should not be reloaded or eager loaded. diff --git a/benchmarks/railsbench/Gemfile b/benchmarks/railsbench/Gemfile index e4f36b25..5c5f7292 100644 --- a/benchmarks/railsbench/Gemfile +++ b/benchmarks/railsbench/Gemfile @@ -11,7 +11,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } actiontext activejob activemodel activerecord activestorage activesupport railties ].each do |rails_gem| - gem rails_gem, '~> 7.1' + gem rails_gem, '~> 7.2' end gem 'sprockets-rails', '3.2.2' diff --git a/benchmarks/railsbench/Gemfile.lock b/benchmarks/railsbench/Gemfile.lock index 905f0767..f5b091e0 100644 --- a/benchmarks/railsbench/Gemfile.lock +++ b/benchmarks/railsbench/Gemfile.lock @@ -1,95 +1,91 @@ GEM remote: https://rubygems.org/ specs: - actionmailbox (7.1.3) - actionpack (= 7.1.3) - activejob (= 7.1.3) - activerecord (= 7.1.3) - activestorage (= 7.1.3) - activesupport (= 7.1.3) - mail (>= 2.7.1) - net-imap - net-pop - net-smtp - actionmailer (7.1.3) - actionpack (= 7.1.3) - actionview (= 7.1.3) - activejob (= 7.1.3) - activesupport (= 7.1.3) - mail (~> 2.5, >= 2.5.4) - net-imap - net-pop - net-smtp + actionmailbox (7.2.1) + actionpack (= 7.2.1) + activejob (= 7.2.1) + activerecord (= 7.2.1) + activestorage (= 7.2.1) + activesupport (= 7.2.1) + mail (>= 2.8.0) + actionmailer (7.2.1) + actionpack (= 7.2.1) + actionview (= 7.2.1) + activejob (= 7.2.1) + activesupport (= 7.2.1) + mail (>= 2.8.0) rails-dom-testing (~> 2.2) - actionpack (7.1.3) - actionview (= 7.1.3) - activesupport (= 7.1.3) + actionpack (7.2.1) + actionview (= 7.2.1) + activesupport (= 7.2.1) nokogiri (>= 1.8.5) racc - rack (>= 2.2.4) + rack (>= 2.2.4, < 3.2) rack-session (>= 1.0.1) rack-test (>= 0.6.3) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - actiontext (7.1.3) - actionpack (= 7.1.3) - activerecord (= 7.1.3) - activestorage (= 7.1.3) - activesupport (= 7.1.3) + useragent (~> 0.16) + actiontext (7.2.1) + actionpack (= 7.2.1) + activerecord (= 7.2.1) + activestorage (= 7.2.1) + activesupport (= 7.2.1) globalid (>= 0.6.0) nokogiri (>= 1.8.5) - actionview (7.1.3) - activesupport (= 7.1.3) + actionview (7.2.1) + activesupport (= 7.2.1) builder (~> 3.1) erubi (~> 1.11) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - activejob (7.1.3) - activesupport (= 7.1.3) + activejob (7.2.1) + activesupport (= 7.2.1) globalid (>= 0.3.6) - activemodel (7.1.3) - activesupport (= 7.1.3) - activerecord (7.1.3) - activemodel (= 7.1.3) - activesupport (= 7.1.3) + activemodel (7.2.1) + activesupport (= 7.2.1) + activerecord (7.2.1) + activemodel (= 7.2.1) + activesupport (= 7.2.1) timeout (>= 0.4.0) - activestorage (7.1.3) - actionpack (= 7.1.3) - activejob (= 7.1.3) - activerecord (= 7.1.3) - activesupport (= 7.1.3) + activestorage (7.2.1) + actionpack (= 7.2.1) + activejob (= 7.2.1) + activerecord (= 7.2.1) + activesupport (= 7.2.1) marcel (~> 1.0) - activesupport (7.1.3) + activesupport (7.2.1) base64 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) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) base64 (0.2.0) - bigdecimal (3.1.6) - builder (3.2.4) - concurrent-ruby (1.2.3) + bigdecimal (3.1.8) + builder (3.3.0) + concurrent-ruby (1.3.4) connection_pool (2.4.1) crass (1.0.6) digest (3.1.1) - drb (2.2.0) - ruby2_keywords - erubi (1.12.0) + drb (2.2.1) + erubi (1.13.0) globalid (1.2.1) activesupport (>= 6.1) - i18n (1.14.1) + i18n (1.14.5) concurrent-ruby (~> 1.0) io-console (0.7.2) - irb (1.11.1) - rdoc + irb (1.14.0) + rdoc (>= 4.0.0) reline (>= 0.4.2) - jbuilder (2.11.5) + jbuilder (2.12.0) actionview (>= 5.0.0) activesupport (>= 5.0.0) + logger (1.6.1) loofah (2.22.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) @@ -98,10 +94,9 @@ GEM net-imap net-pop net-smtp - marcel (1.0.2) + marcel (1.0.4) mini_mime (1.1.5) - mini_portile2 (2.8.7) - minitest (5.21.2) + minitest (5.25.1) mutex_m (0.2.0) net-imap (0.2.4) digest @@ -115,11 +110,14 @@ GEM digest net-protocol timeout - nokogiri (1.16.6) - mini_portile2 (~> 2.8.2) + nokogiri (1.16.7-arm64-darwin) + racc (~> 1.4) + nokogiri (1.16.7-x86_64-darwin) + racc (~> 1.4) + nokogiri (1.16.7-x86_64-linux) racc (~> 1.4) psych (3.3.4) - racc (1.7.3) + racc (1.8.1) rack (3.0.10) rack-session (2.0.0) rack (>= 3.0.0) @@ -135,19 +133,19 @@ GEM rails-html-sanitizer (1.6.0) loofah (~> 2.21) nokogiri (~> 1.14) - railties (7.1.3) - actionpack (= 7.1.3) - activesupport (= 7.1.3) - irb + railties (7.2.1) + actionpack (= 7.2.1) + activesupport (= 7.2.1) + irb (~> 1.13) rackup (>= 1.0.0) rake (>= 12.2) thor (~> 1.0, >= 1.2.2) zeitwerk (~> 2.6) - rake (13.1.0) + rake (13.2.1) rdoc (6.3.4.1) - reline (0.4.2) + reline (0.5.10) io-console (~> 0.5) - ruby2_keywords (0.0.5) + securerandom (0.3.1) sprockets (4.2.1) concurrent-ruby (~> 1.0) rack (>= 2.2.4, < 4) @@ -155,16 +153,18 @@ GEM actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) - sqlite3 (1.7.3) - mini_portile2 (~> 2.8.0) + sqlite3 (1.7.3-arm64-darwin) + sqlite3 (1.7.3-x86_64-darwin) + sqlite3 (1.7.3-x86_64-linux) stackprof (0.2.26) strscan (3.0.9) - thor (1.3.0) + thor (1.3.2) timeout (0.4.1) tzinfo (2.0.6) concurrent-ruby (~> 1.0) + useragent (0.16.10) webrick (1.7.0) - zeitwerk (2.6.12) + zeitwerk (2.6.18) PLATFORMS arm64-darwin-21 @@ -174,17 +174,17 @@ PLATFORMS x86_64-linux DEPENDENCIES - actionmailbox (~> 7.1) - actionmailer (~> 7.1) - actionpack (~> 7.1) - actiontext (~> 7.1) - actionview (~> 7.1) - activejob (~> 7.1) - activemodel (~> 7.1) - activerecord (~> 7.1) + actionmailbox (~> 7.2) + actionmailer (~> 7.2) + actionpack (~> 7.2) + actiontext (~> 7.2) + actionview (~> 7.2) + activejob (~> 7.2) + activemodel (~> 7.2) + activerecord (~> 7.2) activerecord-jdbcsqlite3-adapter (~> 70) - activestorage (~> 7.1) - activesupport (~> 7.1) + activestorage (~> 7.2) + activesupport (~> 7.2) base64 bigdecimal jbuilder (~> 2.7) @@ -193,7 +193,7 @@ DEPENDENCIES net-pop (~> 0.1.1) net-smtp (~> 0.2.1) psych (~> 3.3.2) - railties (~> 7.1) + railties (~> 7.2) sprockets-rails (= 3.2.2) sqlite3 (~> 1.4) stackprof diff --git a/benchmarks/railsbench/config/application.rb b/benchmarks/railsbench/config/application.rb index 9ae6d51f..836e72f1 100644 --- a/benchmarks/railsbench/config/application.rb +++ b/benchmarks/railsbench/config/application.rb @@ -21,7 +21,7 @@ module Railsbench class Application < Rails::Application # Initialize configuration defaults for originally generated Rails version. - config.load_defaults 7.1 + config.load_defaults 7.2 # Please, add to the `ignore` list any other `lib` subdirectories that do # not contain `.rb` files, or that should not be reloaded or eager loaded.