diff --git a/Gemfile b/Gemfile index 649c1df5815ac..7f3efee8b6d4a 100644 --- a/Gemfile +++ b/Gemfile @@ -161,7 +161,7 @@ group :test, :development do gem "shoulda-matchers", require: false, github: "thoughtbot/shoulda-matchers" gem "rspec-html-matchers" gem "byebug", require: ENV["RM_INFO"].nil?, platform: :mri - gem "rubocop-discourse", require: false + gem "rubocop-discourse", ">= 3.4.0", require: false gem "parallel_tests" gem "rswag-specs" diff --git a/Gemfile.lock b/Gemfile.lock index 3925d1e379e6c..1f3017e9166b2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -62,7 +62,7 @@ GEM annotate (3.2.0) activerecord (>= 3.2, < 8.0) rake (>= 10.4, < 14.0) - ast (2.4.2) + ast (2.4.3) aws-eventstream (1.2.0) aws-partitions (1.583.0) aws-sdk-core (3.130.2) @@ -82,7 +82,6 @@ GEM aws-sigv4 (~> 1.1) aws-sigv4 (1.5.0) aws-eventstream (~> 1, >= 1.0.2) - base64 (0.1.1) better_errors (2.10.1) erubi (>= 1.0.0) rack (>= 0.9.0) @@ -190,7 +189,7 @@ GEM image_size (3.3.0) in_threads (1.6.0) jmespath (1.6.2) - json (2.6.3) + json (2.15.0) json-schema (3.0.0) addressable (>= 2.8) json_schemer (2.0.0) @@ -199,12 +198,13 @@ GEM simpleidn (~> 0.2) jwt (2.7.1) kgio (2.11.4) - language_server-protocol (3.17.0.3) + language_server-protocol (3.17.0.5) libv8-node (18.16.0.0) libv8-node (18.16.0.0-aarch64-linux) libv8-node (18.16.0.0-arm64-darwin) libv8-node (18.16.0.0-x86_64-darwin) libv8-node (18.16.0.0-x86_64-linux) + lint_roller (1.1.0) listen (3.8.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) @@ -313,14 +313,15 @@ GEM openssl-signature_algorithm (1.3.0) openssl (> 2.0) optimist (3.1.0) - parallel (1.23.0) + parallel (1.27.0) parallel_tests (4.2.2) parallel - parser (3.2.2.3) + parser (3.3.9.0) ast (~> 2.4.1) racc pg (1.4.6) prettier_print (1.2.1) + prism (1.5.1) progress (3.6.0) pry (0.14.2) coderay (~> 1.1) @@ -333,7 +334,7 @@ GEM public_suffix (5.0.3) puma (6.3.1) nio4r (~> 2.0) - racc (1.7.1) + racc (1.8.1) rack (2.2.8) rack-mini-profiler (3.1.1) rack (>= 1.2.0) @@ -376,10 +377,10 @@ GEM redis (4.8.1) redis-namespace (1.11.0) redis (>= 4) - regexp_parser (2.8.1) + regexp_parser (2.11.3) request_store (1.5.1) rack (>= 1.4) - rexml (3.2.6) + rexml (3.4.4) rinku (2.0.6) rotp (6.3.0) rouge (4.1.3) @@ -420,31 +421,48 @@ GEM rspec-core (>= 2.14) rtlcss (0.2.1) mini_racer (>= 0.6.3) - rubocop (1.56.2) - base64 (~> 0.1.1) + rubocop (1.81.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.2.2.3) + 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.28.1, < 2.0) + regexp_parser (>= 2.9.3, < 3.0) + rubocop-ast (>= 1.47.1, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.29.0) - parser (>= 3.2.1.0) - rubocop-capybara (2.18.0) - rubocop (~> 1.41) - rubocop-discourse (3.3.0) - rubocop (>= 1.1.0) - rubocop-rspec (>= 2.0.0) - rubocop-factory_bot (2.23.1) - rubocop (~> 1.33) - rubocop-rspec (2.23.2) - rubocop (~> 1.33) - rubocop-capybara (~> 2.17) - rubocop-factory_bot (~> 2.22) + unicode-display_width (>= 2.4.0, < 4.0) + rubocop-ast (1.47.1) + parser (>= 3.3.7.2) + prism (~> 1.4) + rubocop-capybara (2.22.1) + lint_roller (~> 1.1) + rubocop (~> 1.72, >= 1.72.1) + rubocop-discourse (3.13.3) + activesupport (>= 6.1) + lint_roller (>= 1.1.0) + rubocop (>= 1.73.2) + rubocop-capybara (>= 2.22.0) + rubocop-factory_bot (>= 2.27.0) + rubocop-rails (>= 2.30.3) + rubocop-rspec (>= 3.0.1) + rubocop-rspec_rails (>= 2.31.0) + rubocop-factory_bot (2.27.1) + lint_roller (~> 1.1) + rubocop (~> 1.72, >= 1.72.1) + 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.44.0, < 2.0) + rubocop-rspec (3.7.0) + lint_roller (~> 1.1) + rubocop (~> 1.72, >= 1.72.1) + rubocop-rspec_rails (2.31.0) + lint_roller (~> 1.1) + rubocop (~> 1.72, >= 1.72.1) + rubocop-rspec (~> 3.5) ruby-prof (1.6.3) ruby-progressbar (1.13.0) ruby-readability (0.7.0) @@ -507,7 +525,9 @@ GEM unf (0.1.4) unf_ext unf_ext (0.0.8.2) - unicode-display_width (2.4.2) + unicode-display_width (3.2.0) + unicode-emoji (~> 4.1) + unicode-emoji (4.1.0) unicorn (6.1.0) kgio (~> 2.6) raindrops (~> 0.7) @@ -650,7 +670,7 @@ DEPENDENCIES rss rswag-specs rtlcss - rubocop-discourse + rubocop-discourse (>= 3.4.0) ruby-prof ruby-readability rubyzip @@ -677,4 +697,4 @@ DEPENDENCIES yard BUNDLED WITH - 2.4.13 + 2.3.27 diff --git a/README.md b/README.md index 8f6bafc6f261e..fa5775e969e7b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +x +