From 1d400527a7196342fdb055c0057c206fdfe4963b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 02:03:52 +0000 Subject: [PATCH] Bump the development-dependencies-major group across 1 directory with 6 updates Bumps the development-dependencies-major group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [rspec-rails](https://github.com/rspec/rspec-rails) | `7.1.1` | `8.0.2` | | [standard](https://github.com/standardrb/standard) | `1.51.1` | `1.52.0` | | [standard-rails](https://github.com/testdouble/standard-rails) | `1.4.0` | `1.5.0` | | [dotenv-rails](https://github.com/bkeepers/dotenv) | `3.1.8` | `3.2.0` | | [shoulda-matchers](https://github.com/thoughtbot/shoulda-matchers) | `6.5.0` | `7.0.1` | Updates `rspec-rails` from 7.1.1 to 8.0.2 - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](https://github.com/rspec/rspec-rails/compare/v7.1.1...v8.0.2) Updates `standard` from 1.51.1 to 1.52.0 - [Release notes](https://github.com/standardrb/standard/releases) - [Changelog](https://github.com/standardrb/standard/blob/main/CHANGELOG.md) - [Commits](https://github.com/standardrb/standard/compare/v1.51.1...v1.52.0) Updates `standard-rails` from 1.4.0 to 1.5.0 - [Changelog](https://github.com/standardrb/standard-rails/blob/main/CHANGELOG.md) - [Commits](https://github.com/testdouble/standard-rails/compare/v1.4.0...v1.5.0) Updates `dotenv-rails` from 3.1.8 to 3.2.0 - [Release notes](https://github.com/bkeepers/dotenv/releases) - [Changelog](https://github.com/bkeepers/dotenv/blob/main/Changelog.md) - [Commits](https://github.com/bkeepers/dotenv/compare/v3.1.8...v3.2.0) Updates `dotenv-rails` from 3.1.8 to 3.2.0 - [Release notes](https://github.com/bkeepers/dotenv/releases) - [Changelog](https://github.com/bkeepers/dotenv/blob/main/Changelog.md) - [Commits](https://github.com/bkeepers/dotenv/compare/v3.1.8...v3.2.0) Updates `shoulda-matchers` from 6.5.0 to 7.0.1 - [Release notes](https://github.com/thoughtbot/shoulda-matchers/releases) - [Changelog](https://github.com/thoughtbot/shoulda-matchers/blob/main/CHANGELOG.md) - [Commits](https://github.com/thoughtbot/shoulda-matchers/compare/v6.5.0...v7.0.1) Updates `minitest` from 5.25.5 to 5.26.2 - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](https://github.com/minitest/minitest/compare/v5.25.5...v5.26.2) --- updated-dependencies: - dependency-name: rspec-rails dependency-version: 8.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: development-dependencies-major - dependency-name: standard dependency-version: 1.52.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies-major - dependency-name: standard-rails dependency-version: 1.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies-major - dependency-name: dotenv-rails dependency-version: 3.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies-major - dependency-name: dotenv-rails dependency-version: 3.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies-major - dependency-name: shoulda-matchers dependency-version: 7.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: development-dependencies-major - dependency-name: minitest dependency-version: 5.26.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies-major ... Signed-off-by: dependabot[bot] --- Gemfile | 4 +- Gemfile.lock | 250 ++++++++++++++++++++++++++------------------------- 2 files changed, 128 insertions(+), 126 deletions(-) diff --git a/Gemfile b/Gemfile index 559df1a94..b89a8f5d0 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source "https://rubygems.org" ruby ENV["CUSTOM_RUBY_VERSION"] || "3.3.8" # heroku needs a specific ruby version in the Gemfile gem "rake" -gem "rails", "~> 7.1.5.1" +gem "rails", "~> 8.1.1" gem "sprockets", "~> 3.7" # Sprockets 4.0 stops allowing us to add a proc to the config.assets.precompile array, which we currently use gem "rack", "~> 2.2.20" @@ -100,7 +100,7 @@ group :development, :ci, :test do gem "pry-byebug" gem "binding_of_caller" gem "rspec", "~> 3" - gem "rspec-rails", "~> 7" + gem "rspec-rails", "~> 8" gem "database_cleaner" gem "dotenv-rails" gem "stripe-ruby-mock", "~> 5.0", require: "stripe_mock" diff --git a/Gemfile.lock b/Gemfile.lock index 3ff7f8bfb..c277fc651 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -16,83 +16,80 @@ GEM remote: https://rubygems.org/ specs: action_mailer_matchers (1.2.0) - actioncable (7.1.5.2) - actionpack (= 7.1.5.2) - activesupport (= 7.1.5.2) + action_text-trix (2.1.15) + railties + actioncable (8.1.1) + actionpack (= 8.1.1) + activesupport (= 8.1.1) nio4r (~> 2.0) websocket-driver (>= 0.6.1) zeitwerk (~> 2.6) - actionmailbox (7.1.5.2) - actionpack (= 7.1.5.2) - activejob (= 7.1.5.2) - activerecord (= 7.1.5.2) - activestorage (= 7.1.5.2) - activesupport (= 7.1.5.2) - mail (>= 2.7.1) - net-imap - net-pop - net-smtp - actionmailer (7.1.5.2) - actionpack (= 7.1.5.2) - actionview (= 7.1.5.2) - activejob (= 7.1.5.2) - activesupport (= 7.1.5.2) - mail (~> 2.5, >= 2.5.4) - net-imap - net-pop - net-smtp + actionmailbox (8.1.1) + actionpack (= 8.1.1) + activejob (= 8.1.1) + activerecord (= 8.1.1) + activestorage (= 8.1.1) + activesupport (= 8.1.1) + mail (>= 2.8.0) + actionmailer (8.1.1) + actionpack (= 8.1.1) + actionview (= 8.1.1) + activejob (= 8.1.1) + activesupport (= 8.1.1) + mail (>= 2.8.0) rails-dom-testing (~> 2.2) - actionpack (7.1.5.2) - actionview (= 7.1.5.2) - activesupport (= 7.1.5.2) + actionpack (8.1.1) + actionview (= 8.1.1) + activesupport (= 8.1.1) nokogiri (>= 1.8.5) - racc rack (>= 2.2.4) rack-session (>= 1.0.1) rack-test (>= 0.6.3) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - actiontext (7.1.5.2) - actionpack (= 7.1.5.2) - activerecord (= 7.1.5.2) - activestorage (= 7.1.5.2) - activesupport (= 7.1.5.2) + useragent (~> 0.16) + actiontext (8.1.1) + action_text-trix (~> 2.1.15) + actionpack (= 8.1.1) + activerecord (= 8.1.1) + activestorage (= 8.1.1) + activesupport (= 8.1.1) globalid (>= 0.6.0) nokogiri (>= 1.8.5) - actionview (7.1.5.2) - activesupport (= 7.1.5.2) + actionview (8.1.1) + activesupport (= 8.1.1) builder (~> 3.1) erubi (~> 1.11) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - activejob (7.1.5.2) - activesupport (= 7.1.5.2) + activejob (8.1.1) + activesupport (= 8.1.1) globalid (>= 0.3.6) - activemodel (7.1.5.2) - activesupport (= 7.1.5.2) - activerecord (7.1.5.2) - activemodel (= 7.1.5.2) - activesupport (= 7.1.5.2) + activemodel (8.1.1) + activesupport (= 8.1.1) + activerecord (8.1.1) + activemodel (= 8.1.1) + activesupport (= 8.1.1) timeout (>= 0.4.0) - activestorage (7.1.5.2) - actionpack (= 7.1.5.2) - activejob (= 7.1.5.2) - activerecord (= 7.1.5.2) - activesupport (= 7.1.5.2) + activestorage (8.1.1) + actionpack (= 8.1.1) + activejob (= 8.1.1) + activerecord (= 8.1.1) + activesupport (= 8.1.1) marcel (~> 1.0) - activesupport (7.1.5.2) + activesupport (8.1.1) 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) + json logger (>= 1.4.2) minitest (>= 5.1) - mutex_m securerandom (>= 0.3) - tzinfo (~> 2.0) + tzinfo (~> 2.0, >= 2.0.5) + uri (>= 0.13.1) addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) airbrake (13.0.5) @@ -127,8 +124,8 @@ GEM statsd-ruby (~> 1.1) base64 (0.3.0) bcrypt (3.1.20) - benchmark (0.4.1) - bigdecimal (3.2.3) + benchmark (0.5.0) + bigdecimal (3.3.1) binding_of_caller (1.0.1) debug_inspector (>= 1.2.0) bootsnap (1.18.4) @@ -176,11 +173,11 @@ GEM activerecord (>= 5.a) database_cleaner-core (~> 2.0.0) database_cleaner-core (2.0.1) - date (3.4.1) + date (3.5.0) debug_inspector (1.2.0) deep_merge (1.2.2) - delayed_job (4.1.10) - activesupport (>= 3.0, < 8.0) + delayed_job (4.1.13) + activesupport (>= 3.0, < 9.0) delayed_job_active_record (4.1.11) activerecord (>= 3.0, < 9.0) delayed_job (>= 3.0, < 5) @@ -190,16 +187,16 @@ GEM railties (>= 4.1.0) responders warden (~> 1.2.3) - devise-two-factor (6.1.0) - activesupport (>= 7.0, < 8.1) + devise-two-factor (6.2.0) + activesupport (>= 7.0, < 8.2) devise (~> 4.0) - railties (>= 7.0, < 8.1) + railties (>= 7.0, < 8.2) rotp (~> 6.0) diff-lcs (1.6.2) docile (1.4.1) - dotenv (3.1.8) - dotenv-rails (3.1.8) - dotenv (= 3.1.8) + dotenv (3.2.0) + dotenv-rails (3.2.0) + dotenv (= 3.2.0) railties (>= 6.1) drb (2.2.3) dry-configurable (1.3.0) @@ -240,7 +237,7 @@ GEM dumpcar (0.3.1) rails (>= 6) terrapin (>= 1) - erb (5.0.2) + erb (6.0.0) erubi (1.13.1) execjs (2.10.0) factory_bot (6.5.5) @@ -282,7 +279,7 @@ GEM concurrent-ruby (~> 1.1) sorted_set (~> 1.0) io-console (0.8.1) - irb (1.15.2) + irb (1.15.3) pp (>= 0.6.0) rdoc (>= 4.0.0) reline (>= 0.4.2) @@ -295,10 +292,10 @@ GEM js-routes (2.2.7) railties (>= 4) json (2.12.2) - judoscale-rails (1.11.1) - judoscale-ruby (= 1.11.1) + judoscale-rails (1.12.1) + judoscale-ruby (= 1.12.1) railties - judoscale-ruby (1.11.1) + judoscale-ruby (1.12.1) kaminari (1.2.2) activesupport (>= 4.1.0) kaminari-actionview (= 1.2.2) @@ -330,7 +327,8 @@ GEM loofah (2.24.1) crass (~> 1.0.2) nokogiri (>= 1.12.0) - mail (2.8.1) + mail (2.9.0) + logger mini_mime (>= 0.1.1) net-imap net-pop @@ -350,14 +348,13 @@ GEM logger mini_mime (1.1.5) mini_portile2 (2.8.9) - minitest (5.25.5) + minitest (5.26.2) money (6.19.0) i18n (>= 0.6.4, <= 2) msgpack (1.8.0) multi_json (1.15.0) multi_xml (0.6.0) - mutex_m (0.3.0) - net-imap (0.5.8) + net-imap (0.5.12) date net-protocol net-pop (0.1.2) @@ -366,7 +363,7 @@ GEM timeout net-smtp (0.5.1) net-protocol - nio4r (2.7.0) + nio4r (2.7.5) nokogiri (1.18.10) mini_portile2 (~> 2.8.2) racc (~> 1.4) @@ -378,12 +375,12 @@ GEM racc (~> 1.4) orm_adapter (0.5.0) parallel (1.27.0) - parser (3.3.9.0) + parser (3.3.10.0) ast (~> 2.4.1) racc pg (1.5.9) power_assert (1.1.1) - pp (0.6.2) + pp (0.6.3) prettyprint premailer (1.27.0) addressable @@ -394,7 +391,7 @@ GEM net-smtp premailer (~> 1.7, >= 1.7.9) prettyprint (0.2.0) - prism (1.5.1) + prism (1.6.0) protected_attributes_continued (1.9.0) activemodel (>= 5.0) pry (0.15.2) @@ -425,22 +422,22 @@ GEM rackup (1.0.1) rack (< 3) webrick - rails (7.1.5.2) - actioncable (= 7.1.5.2) - actionmailbox (= 7.1.5.2) - actionmailer (= 7.1.5.2) - actionpack (= 7.1.5.2) - actiontext (= 7.1.5.2) - actionview (= 7.1.5.2) - activejob (= 7.1.5.2) - activemodel (= 7.1.5.2) - activerecord (= 7.1.5.2) - activestorage (= 7.1.5.2) - activesupport (= 7.1.5.2) + rails (8.1.1) + actioncable (= 8.1.1) + actionmailbox (= 8.1.1) + actionmailer (= 8.1.1) + actionpack (= 8.1.1) + actiontext (= 8.1.1) + actionview (= 8.1.1) + activejob (= 8.1.1) + activemodel (= 8.1.1) + activerecord (= 8.1.1) + activestorage (= 8.1.1) + activesupport (= 8.1.1) bundler (>= 1.15.0) - railties (= 7.1.5.2) - rails-autoscale-web (1.11.1) - judoscale-rails (= 1.11.1) + railties (= 8.1.1) + rails-autoscale-web (1.12.1) + judoscale-rails (= 1.12.1) rails-dom-testing (2.3.0) activesupport (>= 5.0.0) minitest @@ -448,16 +445,17 @@ GEM rails-html-sanitizer (1.6.2) loofah (~> 2.21) 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) - rails-i18n (7.0.10) + rails-i18n (8.1.0) i18n (>= 0.7, < 2) - railties (>= 6.0.0, < 8) - railties (7.1.5.2) - actionpack (= 7.1.5.2) - activesupport (= 7.1.5.2) - irb + railties (>= 8.0.0, < 9) + railties (8.1.1) + actionpack (= 8.1.1) + activesupport (= 8.1.1) + irb (~> 1.13) rackup (>= 1.0.0) rake (>= 12.2) thor (~> 1.0, >= 1.2.2) + tsort (>= 0.2) zeitwerk (~> 2.6) rainbow (3.1.1) rake (13.2.1) @@ -466,9 +464,10 @@ GEM ffi (~> 1.0) rbtree (0.4.6) rbtree3 (0.7.1) - rdoc (6.14.2) + rdoc (6.17.0) erb psych (>= 4.0.0) + tsort recaptcha (5.19.0) redis (4.2.5) redis-actionpack (5.5.0) @@ -481,36 +480,36 @@ GEM redis-store (1.9.0) redis (>= 4, < 5) regexp_parser (2.11.3) - reline (0.6.2) + reline (0.6.3) io-console (~> 0.5) - responders (3.1.1) - actionpack (>= 5.2) - railties (>= 5.2) + responders (3.2.0) + actionpack (>= 7.0) + railties (>= 7.0) rexml (3.4.2) rotp (6.3.0) rspec (3.13.1) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) - rspec-core (3.13.4) + rspec-core (3.13.6) rspec-support (~> 3.13.0) rspec-expectations (3.13.5) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-json_expectations (2.2.0) - rspec-mocks (3.13.5) + rspec-mocks (3.13.7) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-rails (7.1.1) - actionpack (>= 7.0) - activesupport (>= 7.0) - railties (>= 7.0) + rspec-rails (8.0.2) + actionpack (>= 7.2) + activesupport (>= 7.2) + railties (>= 7.2) rspec-core (~> 3.13) rspec-expectations (~> 3.13) rspec-mocks (~> 3.13) rspec-support (~> 3.13) - rspec-support (3.13.4) - rubocop (1.80.2) + rspec-support (3.13.6) + rubocop (1.81.7) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -518,22 +517,22 @@ GEM parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.9.3, < 3.0) - rubocop-ast (>= 1.46.0, < 2.0) + rubocop-ast (>= 1.47.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.47.1) + rubocop-ast (1.48.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.31.0) + rubocop-rails (2.33.4) activesupport (>= 4.2.0) lint_roller (~> 1.1) rack (>= 1.1) rubocop (>= 1.75.0, < 2.0) - rubocop-ast (>= 1.38.0, < 2.0) + rubocop-ast (>= 1.44.0, < 2.0) ruby-progressbar (1.13.0) ruby-vips (2.2.3) ffi (~> 1.12) @@ -548,8 +547,8 @@ GEM tilt securerandom (0.4.1) set (1.1.1) - shoulda-matchers (6.5.0) - activesupport (>= 5.2.0) + shoulda-matchers (7.0.1) + activesupport (>= 7.1) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) @@ -571,10 +570,10 @@ GEM activesupport (>= 5.2) sprockets (>= 3.0.0) ssrf_filter (1.2.0) - standard (1.51.1) + standard (1.52.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.80.2) + rubocop (~> 1.81.7) standard-custom (~> 1.0.0) standard-performance (~> 1.8) standard-custom (1.0.2) @@ -583,11 +582,11 @@ GEM standard-performance (1.8.0) lint_roller (~> 1.1) rubocop-performance (~> 1.25.0) - standard-rails (1.4.0) + standard-rails (1.5.0) lint_roller (~> 1.0) - rubocop-rails (~> 2.31.0) + rubocop-rails (~> 2.33.4) statsd-ruby (1.4.0) - stringio (3.1.7) + stringio (3.1.9) stripe (5.55.0) stripe-ruby-mock (5.0.0) dante (>= 0.2.0) @@ -604,7 +603,8 @@ GEM thor (1.4.0) tilt (2.0.10) timecop (0.9.10) - timeout (0.4.3) + timeout (0.4.4) + tsort (0.2.0) tunemygc (1.0.71) tzinfo (2.0.6) concurrent-ruby (~> 1.0) @@ -612,14 +612,16 @@ GEM unicode-emoji (~> 4.1) unicode-emoji (4.1.0) unicode_utils (1.4.0) + uri (1.1.1) + useragent (0.16.11) warden (1.2.9) rack (>= 2.0.9) webmock (3.25.1) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.9.1) - websocket-driver (0.7.7) + webrick (1.9.2) + websocket-driver (0.8.0) base64 websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) @@ -695,7 +697,7 @@ DEPENDENCIES rack-attack rack-cors rack-timeout - rails (~> 7.1.5.1) + rails (~> 8.1.1) rails-autoscale-web rails-i18n rake @@ -705,7 +707,7 @@ DEPENDENCIES rexml rspec (~> 3) rspec-json_expectations - rspec-rails (~> 7) + rspec-rails (~> 8) sassc sassc-rails shoulda-matchers