From 37a5e3baf2af531a7f8331af4a72ec19bf8068c9 Mon Sep 17 00:00:00 2001 From: Jill Klang Date: Tue, 1 Oct 2024 17:27:13 -0400 Subject: [PATCH] Bump rubocop version --- .github/workflows/cygnet.yml | 4 ++ .github/workflows/rubocop-cobra.yml | 4 ++ packages/api_chai/Gemfile.lock | 1 + .../api_chai/gemfiles/rails_6_0.gemfile.lock | 1 + .../api_chai/gemfiles/rails_6_1.gemfile.lock | 1 + .../api_chai/gemfiles/rails_7_0.gemfile.lock | 1 + packages/audit_tracker/Gemfile.lock | 21 +++--- packages/audit_tracker/audit_tracker.gemspec | 2 +- .../gemfiles/rails_6_0.gemfile.lock | 21 +++--- .../gemfiles/rails_6_1.gemfile.lock | 21 +++--- .../gemfiles/rails_7_0.gemfile.lock | 21 +++--- .../config/initializers/audit_tracker.rb | 14 ++-- packages/camel_trail/Gemfile.lock | 21 +++--- packages/camel_trail/camel_trail.gemspec | 2 +- .../gemfiles/rails_6_0.gemfile.lock | 22 ++++--- .../gemfiles/rails_6_1.gemfile.lock | 22 ++++--- .../gemfiles/rails_7_1.gemfile.lock | 22 ++++--- .../dummy/config/initializers/inflections.rb | 1 + .../dummy/config/initializers/mime_types.rb | 1 + packages/consent/Gemfile.lock | 21 +++--- packages/consent/consent.gemspec | 2 +- .../consent/gemfiles/rails_6_0.gemfile.lock | 21 +++--- .../consent/gemfiles/rails_6_1.gemfile.lock | 21 +++--- .../consent/gemfiles/rails_7_0.gemfile.lock | 21 +++--- packages/consent/lib/consent/ability.rb | 2 +- .../spec/consent/model_additions_spec.rb | 9 +-- packages/cygnet/Gemfile.lock | 51 +++++++------- packages/cygnet/cygnet.gemspec | 1 - packages/cygnet/lib/cygnet/collections.rb | 2 +- packages/data_taster/Gemfile.lock | 17 ++--- .../gemfiles/rails_6_0.gemfile.lock | 17 ++--- .../gemfiles/rails_6_1.gemfile.lock | 17 ++--- .../gemfiles/rails_7_0.gemfile.lock | 17 ++--- packages/dep_shield/Gemfile.lock | 17 ++--- .../gemfiles/rails_6_0.gemfile.lock | 17 ++--- .../gemfiles/rails_6_1.gemfile.lock | 17 ++--- .../gemfiles/rails_7_0.gemfile.lock | 17 ++--- .../gemfiles/rails_7_1.gemfile.lock | 17 ++--- packages/edgestitch/Gemfile.lock | 37 ++++++----- packages/edgestitch/edgestitch.gemspec | 2 +- .../gemfiles/rails_6_0.gemfile.lock | 46 ++++++------- .../gemfiles/rails_6_1.gemfile.lock | 46 ++++++------- .../gemfiles/rails_7_0.gemfile.lock | 46 ++++++------- packages/lumberaxe/Gemfile.lock | 21 +++--- .../lumberaxe/gemfiles/rails_6_0.gemfile.lock | 22 ++++--- .../lumberaxe/gemfiles/rails_6_1.gemfile.lock | 22 ++++--- .../lumberaxe/gemfiles/rails_7_0.gemfile.lock | 22 ++++--- .../lumberaxe/gemfiles/rails_7_1.gemfile.lock | 22 ++++--- packages/lumberaxe/lib/lumberaxe/logger.rb | 2 +- packages/lumberaxe/lumberaxe.gemspec | 2 +- packages/nitro_config/Gemfile.lock | 22 ++++--- .../gemfiles/rails_6_0.gemfile.lock | 22 ++++--- .../gemfiles/rails_6_1.gemfile.lock | 22 ++++--- .../gemfiles/rails_7_0.gemfile.lock | 22 ++++--- .../gemfiles/rails_7_1.gemfile.lock | 23 +++---- .../nitro_config/lib/nitro_config/error.rb | 4 +- packages/nitro_config/nitro_config.gemspec | 2 +- packages/rabbet/Gemfile.lock | 42 +++++------- packages/rubocop-cobra/Gemfile | 1 - packages/rubocop-cobra/Gemfile.lock | 66 +++++++++---------- .../lib/rubocop/cobra/version.rb | 2 +- packages/rubocop-cobra/rubocop-cobra.gemspec | 4 +- packages/rubocop-powerhome/Gemfile.lock | 37 ++++++----- .../gemfiles/rails_6_0.gemfile.lock | 46 ++++++------- .../gemfiles/rails_6_1.gemfile.lock | 46 ++++++------- .../gemfiles/rails_7_0.gemfile.lock | 46 ++++++------- .../lib/rubocop/powerhome/version.rb | 2 +- .../rubocop-powerhome.gemspec | 12 ++-- 68 files changed, 610 insertions(+), 608 deletions(-) diff --git a/.github/workflows/cygnet.yml b/.github/workflows/cygnet.yml index 5290786e..9a12a4a5 100644 --- a/.github/workflows/cygnet.yml +++ b/.github/workflows/cygnet.yml @@ -10,4 +10,8 @@ jobs: package: ${{ github.workflow }} workdir: "packages/${{ github.workflow }}" ruby: '["3.0","3.1","3.2","3.3"]' + exclude: |- + [ + { 'ruby': '3.0', 'gemfile': 'gemfiles/rails_7_2.gemfile'}, + ] secrets: inherit diff --git a/.github/workflows/rubocop-cobra.yml b/.github/workflows/rubocop-cobra.yml index 1b9e85ba..c990981e 100644 --- a/.github/workflows/rubocop-cobra.yml +++ b/.github/workflows/rubocop-cobra.yml @@ -10,4 +10,8 @@ jobs: package: ${{ github.workflow }} workdir: "packages/${{ github.workflow }}" ruby: '["3.0","3.1","3.2","3.3"]' + exclude: |- + [ + { 'ruby': '3.0', 'gemfile': 'gemfiles/rails_7_2.gemfile'}, + ] secrets: inherit diff --git a/packages/api_chai/Gemfile.lock b/packages/api_chai/Gemfile.lock index 063431bd..54d34239 100644 --- a/packages/api_chai/Gemfile.lock +++ b/packages/api_chai/Gemfile.lock @@ -112,6 +112,7 @@ GEM PLATFORMS arm64-darwin-22 arm64-darwin-23 + arm64-darwin-24 x86_64-linux DEPENDENCIES diff --git a/packages/api_chai/gemfiles/rails_6_0.gemfile.lock b/packages/api_chai/gemfiles/rails_6_0.gemfile.lock index d6edf006..991f70e2 100644 --- a/packages/api_chai/gemfiles/rails_6_0.gemfile.lock +++ b/packages/api_chai/gemfiles/rails_6_0.gemfile.lock @@ -235,6 +235,7 @@ GEM PLATFORMS arm64-darwin-22 arm64-darwin-23 + arm64-darwin-24 x86_64-linux DEPENDENCIES diff --git a/packages/api_chai/gemfiles/rails_6_1.gemfile.lock b/packages/api_chai/gemfiles/rails_6_1.gemfile.lock index 7b8ee3c9..51be2821 100644 --- a/packages/api_chai/gemfiles/rails_6_1.gemfile.lock +++ b/packages/api_chai/gemfiles/rails_6_1.gemfile.lock @@ -238,6 +238,7 @@ GEM PLATFORMS arm64-darwin-22 arm64-darwin-23 + arm64-darwin-24 x86_64-linux DEPENDENCIES diff --git a/packages/api_chai/gemfiles/rails_7_0.gemfile.lock b/packages/api_chai/gemfiles/rails_7_0.gemfile.lock index fdcd4904..b57cf9bd 100644 --- a/packages/api_chai/gemfiles/rails_7_0.gemfile.lock +++ b/packages/api_chai/gemfiles/rails_7_0.gemfile.lock @@ -237,6 +237,7 @@ GEM PLATFORMS arm64-darwin-22 arm64-darwin-23 + arm64-darwin-24 x86_64-linux DEPENDENCIES diff --git a/packages/audit_tracker/Gemfile.lock b/packages/audit_tracker/Gemfile.lock index 18217bfa..bbc56a20 100644 --- a/packages/audit_tracker/Gemfile.lock +++ b/packages/audit_tracker/Gemfile.lock @@ -1,8 +1,8 @@ PATH remote: ../rubocop-powerhome specs: - rubocop-powerhome (0.5.2) - rubocop (~> 1.52.0) + rubocop-powerhome (0.5.3) + rubocop (= 1.66.1) rubocop-performance rubocop-rails rubocop-rake @@ -39,7 +39,7 @@ GEM i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - appraisal (2.4.1) + appraisal (2.5.0) bundler rake thor (>= 0.14.0) @@ -58,6 +58,7 @@ GEM i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2) + language_server-protocol (3.17.0.3) license_finder (7.2.1) bundler csv (~> 3.2) @@ -127,17 +128,17 @@ GEM rspec-mocks (~> 3.10) rspec-support (~> 3.10) rspec-support (3.13.1) - rubocop (1.52.1) + rubocop (1.66.1) json (~> 2.3) + language_server-protocol (>= 3.17.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.0, < 2.0) + regexp_parser (>= 2.4, < 3.0) + rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.3) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -178,7 +179,7 @@ PLATFORMS DEPENDENCIES activerecord (>= 6.0.6.1, < 7.1) - appraisal (~> 2.4.1) + appraisal (~> 2.5.0) audit_tracker! byebug combustion (~> 1.3) diff --git a/packages/audit_tracker/audit_tracker.gemspec b/packages/audit_tracker/audit_tracker.gemspec index 2d4ccfe0..7da1fdbd 100644 --- a/packages/audit_tracker/audit_tracker.gemspec +++ b/packages/audit_tracker/audit_tracker.gemspec @@ -31,7 +31,7 @@ Gem::Specification.new do |spec| spec.require_paths = ["lib"] spec.add_development_dependency "activerecord", ">= 6.0.6.1", "< 7.1" - spec.add_development_dependency "appraisal", "~> 2.4.1" + spec.add_development_dependency "appraisal", "~> 2.5.0" spec.add_development_dependency "combustion", "~> 1.3" spec.add_development_dependency "rspec-rails", "~> 5.1.2" spec.add_development_dependency "shoulda-matchers", "~> 5.1.0" diff --git a/packages/audit_tracker/gemfiles/rails_6_0.gemfile.lock b/packages/audit_tracker/gemfiles/rails_6_0.gemfile.lock index 3a47c03f..b8045ddf 100644 --- a/packages/audit_tracker/gemfiles/rails_6_0.gemfile.lock +++ b/packages/audit_tracker/gemfiles/rails_6_0.gemfile.lock @@ -1,8 +1,8 @@ PATH remote: ../../rubocop-powerhome specs: - rubocop-powerhome (0.5.2) - rubocop (~> 1.52.0) + rubocop-powerhome (0.5.3) + rubocop (= 1.66.1) rubocop-performance rubocop-rails rubocop-rake @@ -71,7 +71,7 @@ GEM minitest (~> 5.1) tzinfo (~> 1.1) zeitwerk (~> 2.2, >= 2.2.2) - appraisal (2.4.1) + appraisal (2.5.0) bundler rake thor (>= 0.14.0) @@ -93,6 +93,7 @@ GEM i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2) + language_server-protocol (3.17.0.3) license_finder (7.2.1) bundler csv (~> 3.2) @@ -189,17 +190,17 @@ GEM rspec-mocks (~> 3.10) rspec-support (~> 3.10) rspec-support (3.13.1) - rubocop (1.52.1) + rubocop (1.66.1) json (~> 2.3) + language_server-protocol (>= 3.17.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.0, < 2.0) + regexp_parser (>= 2.4, < 3.0) + rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.3) parser (>= 3.3.1.0) rubocop-capybara (2.20.0) rubocop (~> 1.41) @@ -257,7 +258,7 @@ PLATFORMS DEPENDENCIES activerecord (>= 6.0.6.1, < 7.1) - appraisal (~> 2.4.1) + appraisal (~> 2.5.0) audit_tracker! byebug combustion (~> 1.3) diff --git a/packages/audit_tracker/gemfiles/rails_6_1.gemfile.lock b/packages/audit_tracker/gemfiles/rails_6_1.gemfile.lock index 2363b804..92df5088 100644 --- a/packages/audit_tracker/gemfiles/rails_6_1.gemfile.lock +++ b/packages/audit_tracker/gemfiles/rails_6_1.gemfile.lock @@ -1,8 +1,8 @@ PATH remote: ../../rubocop-powerhome specs: - rubocop-powerhome (0.5.2) - rubocop (~> 1.52.0) + rubocop-powerhome (0.5.3) + rubocop (= 1.66.1) rubocop-performance rubocop-rails rubocop-rake @@ -75,7 +75,7 @@ GEM minitest (>= 5.1) tzinfo (~> 2.0) zeitwerk (~> 2.3) - appraisal (2.4.1) + appraisal (2.5.0) bundler rake thor (>= 0.14.0) @@ -97,6 +97,7 @@ GEM i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2) + language_server-protocol (3.17.0.3) license_finder (7.2.1) bundler csv (~> 3.2) @@ -193,17 +194,17 @@ GEM rspec-mocks (~> 3.10) rspec-support (~> 3.10) rspec-support (3.13.1) - rubocop (1.52.1) + rubocop (1.66.1) json (~> 2.3) + language_server-protocol (>= 3.17.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.0, < 2.0) + regexp_parser (>= 2.4, < 3.0) + rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.3) parser (>= 3.3.1.0) rubocop-capybara (2.20.0) rubocop (~> 1.41) @@ -260,7 +261,7 @@ PLATFORMS DEPENDENCIES activerecord (>= 6.0.6.1, < 7.1) - appraisal (~> 2.4.1) + appraisal (~> 2.5.0) audit_tracker! byebug combustion (~> 1.3) diff --git a/packages/audit_tracker/gemfiles/rails_7_0.gemfile.lock b/packages/audit_tracker/gemfiles/rails_7_0.gemfile.lock index 85a7b9f0..648fd788 100644 --- a/packages/audit_tracker/gemfiles/rails_7_0.gemfile.lock +++ b/packages/audit_tracker/gemfiles/rails_7_0.gemfile.lock @@ -1,8 +1,8 @@ PATH remote: ../../rubocop-powerhome specs: - rubocop-powerhome (0.5.2) - rubocop (~> 1.52.0) + rubocop-powerhome (0.5.3) + rubocop (= 1.66.1) rubocop-performance rubocop-rails rubocop-rake @@ -81,7 +81,7 @@ GEM i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - appraisal (2.4.1) + appraisal (2.5.0) bundler rake thor (>= 0.14.0) @@ -103,6 +103,7 @@ GEM i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2) + language_server-protocol (3.17.0.3) license_finder (7.2.1) bundler csv (~> 3.2) @@ -199,17 +200,17 @@ GEM rspec-mocks (~> 3.10) rspec-support (~> 3.10) rspec-support (3.13.1) - rubocop (1.52.1) + rubocop (1.66.1) json (~> 2.3) + language_server-protocol (>= 3.17.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.0, < 2.0) + regexp_parser (>= 2.4, < 3.0) + rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.3) parser (>= 3.3.1.0) rubocop-capybara (2.20.0) rubocop (~> 1.41) @@ -259,7 +260,7 @@ PLATFORMS DEPENDENCIES activerecord (>= 6.0.6.1, < 7.1) - appraisal (~> 2.4.1) + appraisal (~> 2.5.0) audit_tracker! byebug combustion (~> 1.3) diff --git a/packages/audit_tracker/spec/internal/config/initializers/audit_tracker.rb b/packages/audit_tracker/spec/internal/config/initializers/audit_tracker.rb index 40c0b35d..5e074237 100644 --- a/packages/audit_tracker/spec/internal/config/initializers/audit_tracker.rb +++ b/packages/audit_tracker/spec/internal/config/initializers/audit_tracker.rb @@ -1,20 +1,18 @@ # frozen_string_literal: true -# rubocop:disable RSpec/FactoryBot/ConsistentParenthesesStyle AuditTracker.setup do tracker(:user) do - create :created_by, foreign_key: :created_by_id, class_name: "::Internal::User" - update :updated_by, foreign_key: :updated_by_id, class_name: "::Internal::User" + create(:created_by, foreign_key: :created_by_id, class_name: "::Internal::User") + update(:updated_by, foreign_key: :updated_by_id, class_name: "::Internal::User") value { Internal::Current.user } end tracker(:department) do - create :created_by_department, foreign_key: :created_by_department_id, + create(:created_by_department, foreign_key: :created_by_department_id, class_name: "::Internal::Department", - value: ->(object) { object&.created_by&.department } - update :updated_by_department, foreign_key: :updated_by_department_id, + value: ->(object) { object&.created_by&.department }) + update(:updated_by_department, foreign_key: :updated_by_department_id, class_name: "::Internal::Department", - value: ->(object) { object&.updated_by&.department } + value: ->(object) { object&.updated_by&.department }) end end -# rubocop:enable RSpec/FactoryBot/ConsistentParenthesesStyle diff --git a/packages/camel_trail/Gemfile.lock b/packages/camel_trail/Gemfile.lock index c406a8ae..0602b2ee 100644 --- a/packages/camel_trail/Gemfile.lock +++ b/packages/camel_trail/Gemfile.lock @@ -1,8 +1,8 @@ PATH remote: ../rubocop-powerhome specs: - rubocop-powerhome (0.5.2) - rubocop (~> 1.52.0) + rubocop-powerhome (0.5.3) + rubocop (= 1.66.1) rubocop-performance rubocop-rails rubocop-rake @@ -93,7 +93,7 @@ GEM minitest (>= 5.1) mutex_m tzinfo (~> 2.0) - appraisal (2.4.1) + appraisal (2.5.0) bundler rake thor (>= 0.14.0) @@ -122,6 +122,7 @@ GEM rdoc (>= 4.0.0) reline (>= 0.4.2) json (2.7.2) + language_server-protocol (3.17.0.3) license_finder (7.2.1) bundler csv (~> 3.2) @@ -236,17 +237,17 @@ GEM rspec-mocks (~> 3.10) rspec-support (~> 3.10) rspec-support (3.13.1) - rubocop (1.52.1) + rubocop (1.66.1) json (~> 2.3) + language_server-protocol (>= 3.17.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.0, < 2.0) + regexp_parser (>= 2.4, < 3.0) + rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.3) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -296,7 +297,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - appraisal (~> 2.4.1) + appraisal (~> 2.5.0) camel_trail! license_finder (>= 7.0) rake (~> 13) diff --git a/packages/camel_trail/camel_trail.gemspec b/packages/camel_trail/camel_trail.gemspec index 329cc6d8..380a2f9b 100644 --- a/packages/camel_trail/camel_trail.gemspec +++ b/packages/camel_trail/camel_trail.gemspec @@ -23,7 +23,7 @@ Gem::Specification.new do |s| s.add_dependency "rails", ">= 6.0.6.1", "< 7.2" - s.add_development_dependency "appraisal", "~> 2.4.1" + s.add_development_dependency "appraisal", "~> 2.5.0" s.add_development_dependency "license_finder", ">= 7.0" s.add_development_dependency "rake", "~> 13" s.add_development_dependency "rspec", "~> 3.0" diff --git a/packages/camel_trail/gemfiles/rails_6_0.gemfile.lock b/packages/camel_trail/gemfiles/rails_6_0.gemfile.lock index dff3833a..5e309307 100644 --- a/packages/camel_trail/gemfiles/rails_6_0.gemfile.lock +++ b/packages/camel_trail/gemfiles/rails_6_0.gemfile.lock @@ -1,8 +1,8 @@ PATH remote: ../../rubocop-powerhome specs: - rubocop-powerhome (0.5.2) - rubocop (~> 1.52.0) + rubocop-powerhome (0.5.3) + rubocop (= 1.66.1) rubocop-performance rubocop-rails rubocop-rake @@ -74,7 +74,7 @@ GEM minitest (~> 5.1) tzinfo (~> 1.1) zeitwerk (~> 2.2, >= 2.2.2) - appraisal (2.4.1) + appraisal (2.5.0) bundler rake thor (>= 0.14.0) @@ -95,6 +95,7 @@ GEM i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2) + language_server-protocol (3.17.0.3) license_finder (7.2.1) bundler csv (~> 3.2) @@ -193,17 +194,17 @@ GEM rspec-mocks (~> 3.10) rspec-support (~> 3.10) rspec-support (3.13.1) - rubocop (1.52.1) + rubocop (1.66.1) json (~> 2.3) + language_server-protocol (>= 3.17.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.0, < 2.0) + regexp_parser (>= 2.4, < 3.0) + rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.3) parser (>= 3.3.1.0) rubocop-capybara (2.20.0) rubocop (~> 1.41) @@ -261,10 +262,11 @@ GEM PLATFORMS arm64-darwin-23 + arm64-darwin-24 x86_64-linux DEPENDENCIES - appraisal (~> 2.4.1) + appraisal (~> 2.5.0) camel_trail! license_finder (>= 7.0) rails (= 6.0.6.1) diff --git a/packages/camel_trail/gemfiles/rails_6_1.gemfile.lock b/packages/camel_trail/gemfiles/rails_6_1.gemfile.lock index a223897a..c68808f0 100644 --- a/packages/camel_trail/gemfiles/rails_6_1.gemfile.lock +++ b/packages/camel_trail/gemfiles/rails_6_1.gemfile.lock @@ -1,8 +1,8 @@ PATH remote: ../../rubocop-powerhome specs: - rubocop-powerhome (0.5.2) - rubocop (~> 1.52.0) + rubocop-powerhome (0.5.3) + rubocop (= 1.66.1) rubocop-performance rubocop-rails rubocop-rake @@ -78,7 +78,7 @@ GEM minitest (>= 5.1) tzinfo (~> 2.0) zeitwerk (~> 2.3) - appraisal (2.4.1) + appraisal (2.5.0) bundler rake thor (>= 0.14.0) @@ -99,6 +99,7 @@ GEM i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2) + language_server-protocol (3.17.0.3) license_finder (7.2.1) bundler csv (~> 3.2) @@ -197,17 +198,17 @@ GEM rspec-mocks (~> 3.10) rspec-support (~> 3.10) rspec-support (3.13.1) - rubocop (1.52.1) + rubocop (1.66.1) json (~> 2.3) + language_server-protocol (>= 3.17.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.0, < 2.0) + regexp_parser (>= 2.4, < 3.0) + rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.3) parser (>= 3.3.1.0) rubocop-capybara (2.20.0) rubocop (~> 1.41) @@ -264,10 +265,11 @@ GEM PLATFORMS arm64-darwin-23 + arm64-darwin-24 x86_64-linux DEPENDENCIES - appraisal (~> 2.4.1) + appraisal (~> 2.5.0) camel_trail! license_finder (>= 7.0) rails (= 6.1.7.7) diff --git a/packages/camel_trail/gemfiles/rails_7_1.gemfile.lock b/packages/camel_trail/gemfiles/rails_7_1.gemfile.lock index 3078df4f..13d9d634 100644 --- a/packages/camel_trail/gemfiles/rails_7_1.gemfile.lock +++ b/packages/camel_trail/gemfiles/rails_7_1.gemfile.lock @@ -1,8 +1,8 @@ PATH remote: ../../rubocop-powerhome specs: - rubocop-powerhome (0.5.2) - rubocop (~> 1.52.0) + rubocop-powerhome (0.5.3) + rubocop (= 1.66.1) rubocop-performance rubocop-rails rubocop-rake @@ -93,7 +93,7 @@ GEM minitest (>= 5.1) mutex_m tzinfo (~> 2.0) - appraisal (2.4.1) + appraisal (2.5.0) bundler rake thor (>= 0.14.0) @@ -122,6 +122,7 @@ GEM rdoc (>= 4.0.0) reline (>= 0.4.2) json (2.7.2) + language_server-protocol (3.17.0.3) license_finder (7.2.1) bundler csv (~> 3.2) @@ -232,17 +233,17 @@ GEM rspec-mocks (~> 3.10) rspec-support (~> 3.10) rspec-support (3.13.1) - rubocop (1.52.1) + rubocop (1.66.1) json (~> 2.3) + language_server-protocol (>= 3.17.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.0, < 2.0) + regexp_parser (>= 2.4, < 3.0) + rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.3) parser (>= 3.3.1.0) rubocop-capybara (2.20.0) rubocop (~> 1.41) @@ -294,10 +295,11 @@ GEM PLATFORMS arm64-darwin-23 + arm64-darwin-24 x86_64-linux DEPENDENCIES - appraisal (~> 2.4.1) + appraisal (~> 2.5.0) camel_trail! license_finder (>= 7.0) rails (= 7.1.3.2) diff --git a/packages/camel_trail/spec/dummy/config/initializers/inflections.rb b/packages/camel_trail/spec/dummy/config/initializers/inflections.rb index 6de9b251..180b75a6 100644 --- a/packages/camel_trail/spec/dummy/config/initializers/inflections.rb +++ b/packages/camel_trail/spec/dummy/config/initializers/inflections.rb @@ -1,4 +1,5 @@ # frozen_string_literal: true + # Be sure to restart your server when you modify this file. # Add new inflection rules using the following format diff --git a/packages/camel_trail/spec/dummy/config/initializers/mime_types.rb b/packages/camel_trail/spec/dummy/config/initializers/mime_types.rb index f75864f9..df5ec138 100644 --- a/packages/camel_trail/spec/dummy/config/initializers/mime_types.rb +++ b/packages/camel_trail/spec/dummy/config/initializers/mime_types.rb @@ -1,4 +1,5 @@ # frozen_string_literal: true + # Be sure to restart your server when you modify this file. # Add new mime types for use in respond_to blocks: diff --git a/packages/consent/Gemfile.lock b/packages/consent/Gemfile.lock index 57d473ae..80ffaac3 100644 --- a/packages/consent/Gemfile.lock +++ b/packages/consent/Gemfile.lock @@ -1,8 +1,8 @@ PATH remote: ../rubocop-powerhome specs: - rubocop-powerhome (0.5.2) - rubocop (~> 1.52.0) + rubocop-powerhome (0.5.3) + rubocop (= 1.66.1) rubocop-performance rubocop-rails rubocop-rake @@ -49,7 +49,7 @@ GEM minitest (>= 5.1) mutex_m tzinfo (~> 2.0) - appraisal (2.4.1) + appraisal (2.5.0) bundler rake thor (>= 0.14.0) @@ -78,6 +78,7 @@ GEM rdoc (>= 4.0.0) reline (>= 0.4.2) json (2.7.2) + language_server-protocol (3.17.0.3) license_finder (7.2.1) bundler csv (~> 3.2) @@ -166,17 +167,17 @@ GEM rspec-mocks (~> 3.10) rspec-support (~> 3.10) rspec-support (3.13.1) - rubocop (1.52.1) + rubocop (1.66.1) json (~> 2.3) + language_server-protocol (>= 3.17.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.0, < 2.0) + regexp_parser (>= 2.4, < 3.0) + rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.3) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -218,7 +219,7 @@ PLATFORMS DEPENDENCIES activerecord (>= 5) - appraisal (~> 2.4.1) + appraisal (~> 2.5.0) bundler (~> 2.1) combustion (~> 1.3) consent! diff --git a/packages/consent/consent.gemspec b/packages/consent/consent.gemspec index 7f1501b3..1fea378d 100644 --- a/packages/consent/consent.gemspec +++ b/packages/consent/consent.gemspec @@ -23,7 +23,7 @@ Gem::Specification.new do |spec| spec.add_dependency "cancancan", "3.2.1" spec.add_development_dependency "activerecord", ">= 5" - spec.add_development_dependency "appraisal", "~> 2.4.1" + spec.add_development_dependency "appraisal", "~> 2.5.0" spec.add_development_dependency "bundler", "~> 2.1" spec.add_development_dependency "combustion", "~> 1.3" spec.add_development_dependency "license_finder", ">= 7.0" diff --git a/packages/consent/gemfiles/rails_6_0.gemfile.lock b/packages/consent/gemfiles/rails_6_0.gemfile.lock index e45ce8f8..36294e17 100644 --- a/packages/consent/gemfiles/rails_6_0.gemfile.lock +++ b/packages/consent/gemfiles/rails_6_0.gemfile.lock @@ -1,8 +1,8 @@ PATH remote: ../../rubocop-powerhome specs: - rubocop-powerhome (0.5.2) - rubocop (~> 1.52.0) + rubocop-powerhome (0.5.3) + rubocop (= 1.66.1) rubocop-performance rubocop-rails rubocop-rake @@ -72,7 +72,7 @@ GEM minitest (~> 5.1) tzinfo (~> 1.1) zeitwerk (~> 2.2, >= 2.2.2) - appraisal (2.4.1) + appraisal (2.5.0) bundler rake thor (>= 0.14.0) @@ -96,6 +96,7 @@ GEM i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2) + language_server-protocol (3.17.0.3) license_finder (7.2.1) bundler csv (~> 3.2) @@ -198,17 +199,17 @@ GEM rspec-mocks (~> 3.10) rspec-support (~> 3.10) rspec-support (3.13.1) - rubocop (1.52.1) + rubocop (1.66.1) json (~> 2.3) + language_server-protocol (>= 3.17.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.0, < 2.0) + regexp_parser (>= 2.4, < 3.0) + rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.3) parser (>= 3.3.1.0) rubocop-capybara (2.20.0) rubocop (~> 1.41) @@ -264,7 +265,7 @@ PLATFORMS DEPENDENCIES activerecord (>= 5) - appraisal (~> 2.4.1) + appraisal (~> 2.5.0) bundler (~> 2.1) combustion (~> 1.3) consent! diff --git a/packages/consent/gemfiles/rails_6_1.gemfile.lock b/packages/consent/gemfiles/rails_6_1.gemfile.lock index 91e5fd23..900be443 100644 --- a/packages/consent/gemfiles/rails_6_1.gemfile.lock +++ b/packages/consent/gemfiles/rails_6_1.gemfile.lock @@ -1,8 +1,8 @@ PATH remote: ../../rubocop-powerhome specs: - rubocop-powerhome (0.5.2) - rubocop (~> 1.52.0) + rubocop-powerhome (0.5.3) + rubocop (= 1.66.1) rubocop-performance rubocop-rails rubocop-rake @@ -76,7 +76,7 @@ GEM minitest (>= 5.1) tzinfo (~> 2.0) zeitwerk (~> 2.3) - appraisal (2.4.1) + appraisal (2.5.0) bundler rake thor (>= 0.14.0) @@ -100,6 +100,7 @@ GEM i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2) + language_server-protocol (3.17.0.3) license_finder (7.2.1) bundler csv (~> 3.2) @@ -202,17 +203,17 @@ GEM rspec-mocks (~> 3.10) rspec-support (~> 3.10) rspec-support (3.13.1) - rubocop (1.52.1) + rubocop (1.66.1) json (~> 2.3) + language_server-protocol (>= 3.17.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.0, < 2.0) + regexp_parser (>= 2.4, < 3.0) + rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.3) parser (>= 3.3.1.0) rubocop-capybara (2.20.0) rubocop (~> 1.41) @@ -267,7 +268,7 @@ PLATFORMS DEPENDENCIES activerecord (>= 5) - appraisal (~> 2.4.1) + appraisal (~> 2.5.0) bundler (~> 2.1) combustion (~> 1.3) consent! diff --git a/packages/consent/gemfiles/rails_7_0.gemfile.lock b/packages/consent/gemfiles/rails_7_0.gemfile.lock index 6f4a2884..5240cee1 100644 --- a/packages/consent/gemfiles/rails_7_0.gemfile.lock +++ b/packages/consent/gemfiles/rails_7_0.gemfile.lock @@ -1,8 +1,8 @@ PATH remote: ../../rubocop-powerhome specs: - rubocop-powerhome (0.5.2) - rubocop (~> 1.52.0) + rubocop-powerhome (0.5.3) + rubocop (= 1.66.1) rubocop-performance rubocop-rails rubocop-rake @@ -82,7 +82,7 @@ GEM i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - appraisal (2.4.1) + appraisal (2.5.0) bundler rake thor (>= 0.14.0) @@ -106,6 +106,7 @@ GEM i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2) + language_server-protocol (3.17.0.3) license_finder (7.2.1) bundler csv (~> 3.2) @@ -208,17 +209,17 @@ GEM rspec-mocks (~> 3.10) rspec-support (~> 3.10) rspec-support (3.13.1) - rubocop (1.52.1) + rubocop (1.66.1) json (~> 2.3) + language_server-protocol (>= 3.17.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.0, < 2.0) + regexp_parser (>= 2.4, < 3.0) + rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.3) parser (>= 3.3.1.0) rubocop-capybara (2.20.0) rubocop (~> 1.41) @@ -266,7 +267,7 @@ PLATFORMS DEPENDENCIES activerecord (>= 5) - appraisal (~> 2.4.1) + appraisal (~> 2.5.0) bundler (~> 2.1) combustion (~> 1.3) consent! diff --git a/packages/consent/lib/consent/ability.rb b/packages/consent/lib/consent/ability.rb index c3be0a53..affd523d 100644 --- a/packages/consent/lib/consent/ability.rb +++ b/packages/consent/lib/consent/ability.rb @@ -110,7 +110,7 @@ def to_h(permissions = nil) # For more info, check the documentation of [CanCan::Ability] def can?(action_or_pair, subject = nil, *args) action, subject = extract_action_subject(action_or_pair, subject) - super action, subject, *args + super(action, subject, *args) end # @private diff --git a/packages/consent/spec/consent/model_additions_spec.rb b/packages/consent/spec/consent/model_additions_spec.rb index 294ee106..7259c682 100644 --- a/packages/consent/spec/consent/model_additions_spec.rb +++ b/packages/consent/spec/consent/model_additions_spec.rb @@ -4,8 +4,8 @@ describe Consent::ModelAdditions do describe ".accessible_through" do - let!(:it) { ExampleDepartment.create! name: "IT" } - let!(:developer) { ExampleRole.create! name: "Developer", example_department: it } + let!(:information_tech) { ExampleDepartment.create! name: "IT" } + let!(:developer) { ExampleRole.create! name: "Developer", example_department: information_tech } let!(:manager) { ExampleRole.create! name: "Manager" } let!(:director) { ExampleRole.create! name: "Director" } let!(:omega) do @@ -52,8 +52,9 @@ it "allows nested relations" do ability.consent action: :report, subject: ExampleModel, view: :role_department - expect(ExampleDepartment.accessible_through(ability, :report, ExampleModel, - relation: %i[example_role example_department])).to match_array([it]) + expect(ExampleDepartment.accessible_through( + ability, :report, ExampleModel, relation: %i[example_role example_department] + )).to match_array([information_tech]) end it "allows querying through symbol subjects" do diff --git a/packages/cygnet/Gemfile.lock b/packages/cygnet/Gemfile.lock index 44aa1e90..f13e850b 100644 --- a/packages/cygnet/Gemfile.lock +++ b/packages/cygnet/Gemfile.lock @@ -1,8 +1,8 @@ PATH remote: ../rubocop-powerhome specs: - rubocop-powerhome (0.5.2) - rubocop (~> 1.52.0) + rubocop-powerhome (0.5.3) + rubocop (= 1.66.1) rubocop-performance rubocop-rails rubocop-rake @@ -16,30 +16,32 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (7.1.3.4) + 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) ast (2.4.2) base64 (0.2.0) bigdecimal (3.1.8) byebug (11.1.3) coderay (1.1.3) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.4) connection_pool (2.4.1) csv (3.3.0) diff-lcs (1.5.1) docile (1.1.5) drb (2.2.1) - i18n (1.14.5) + i18n (1.14.6) concurrent-ruby (~> 1.0) json (2.7.2) + language_server-protocol (3.17.0.3) license_finder (7.2.1) bundler csv (~> 3.2) @@ -48,11 +50,11 @@ GEM tomlrb (>= 1.3, < 2.1) with_env (= 1.1.0) xml-simple (~> 1.1.9) + logger (1.6.1) method_source (1.1.0) - minitest (5.24.1) - mutex_m (0.2.0) - parallel (1.25.1) - parser (3.3.4.0) + minitest (5.25.1) + parallel (1.26.3) + parser (3.3.5.0) ast (~> 2.4.1) racc power_assert (2.0.3) @@ -83,32 +85,33 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.1) - rubocop (1.52.1) + rubocop (1.66.1) json (~> 2.3) + language_server-protocol (>= 3.17.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.0, < 2.0) + regexp_parser (>= 2.4, < 3.0) + rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.3) parser (>= 3.3.1.0) - rubocop-performance (1.21.1) + rubocop-performance (1.22.1) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) - rubocop-rails (2.25.1) + rubocop-rails (2.26.2) activesupport (>= 4.2.0) rack (>= 1.1) - rubocop (>= 1.33.0, < 2.0) + rubocop (>= 1.52.0, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) rubocop-rake (0.6.0) rubocop (~> 1.0) - rubocop-rspec (3.0.0) - rubocop (~> 1.40) + rubocop-rspec (3.1.0) + rubocop (~> 1.61) ruby-progressbar (1.13.0) rubyzip (2.3.2) + securerandom (0.3.1) simplecov (0.15.1) docile (~> 1.1.0) json (>= 1.8, < 3) @@ -121,7 +124,7 @@ GEM tomlrb (2.0.3) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.5.0) + unicode-display_width (2.6.0) with_env (1.1.0) xml-simple (1.1.9) rexml diff --git a/packages/cygnet/cygnet.gemspec b/packages/cygnet/cygnet.gemspec index eb24edf1..6ff1f181 100644 --- a/packages/cygnet/cygnet.gemspec +++ b/packages/cygnet/cygnet.gemspec @@ -24,7 +24,6 @@ Gem::Specification.new do |s| s.add_development_dependency "rainbow", "2.2.2" s.add_development_dependency "rake", "~> 13.0" s.add_development_dependency "rspec", "~> 3.0" - s.add_development_dependency "rubocop-powerhome", "0.5.0" s.add_development_dependency "simplecov", "0.15.1" s.add_development_dependency "test-unit", "3.1.5" s.add_development_dependency "yard", "0.9.21" diff --git a/packages/cygnet/lib/cygnet/collections.rb b/packages/cygnet/lib/cygnet/collections.rb index 23c95ee2..a502f602 100644 --- a/packages/cygnet/lib/cygnet/collections.rb +++ b/packages/cygnet/lib/cygnet/collections.rb @@ -22,7 +22,7 @@ def initialize(builder, records, pagination = {}) @current_page = paginated.current_page @total_entries = paginated.total_entries - super builder, paginated + super(builder, paginated) end end end diff --git a/packages/data_taster/Gemfile.lock b/packages/data_taster/Gemfile.lock index e64e9dd5..125b0492 100644 --- a/packages/data_taster/Gemfile.lock +++ b/packages/data_taster/Gemfile.lock @@ -1,8 +1,8 @@ PATH remote: ../rubocop-powerhome specs: - rubocop-powerhome (0.5.2) - rubocop (~> 1.52.0) + rubocop-powerhome (0.5.3) + rubocop (= 1.66.1) rubocop-performance rubocop-rails rubocop-rake @@ -117,6 +117,7 @@ GEM rdoc (>= 4.0.0) reline (>= 0.4.2) json (2.7.2) + language_server-protocol (3.17.0.3) license_finder (7.2.1) bundler csv (~> 3.2) @@ -225,17 +226,17 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.1) - rubocop (1.52.1) + rubocop (1.66.1) json (~> 2.3) + language_server-protocol (>= 3.17.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.0, < 2.0) + regexp_parser (>= 2.4, < 3.0) + rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.3) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) diff --git a/packages/data_taster/gemfiles/rails_6_0.gemfile.lock b/packages/data_taster/gemfiles/rails_6_0.gemfile.lock index 7b565eb2..98a1d3b7 100644 --- a/packages/data_taster/gemfiles/rails_6_0.gemfile.lock +++ b/packages/data_taster/gemfiles/rails_6_0.gemfile.lock @@ -1,8 +1,8 @@ PATH remote: ../../rubocop-powerhome specs: - rubocop-powerhome (0.5.2) - rubocop (~> 1.52.0) + rubocop-powerhome (0.5.3) + rubocop (= 1.66.1) rubocop-performance rubocop-rails rubocop-rake @@ -90,6 +90,7 @@ GEM i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2) + language_server-protocol (3.17.0.3) license_finder (7.2.1) bundler csv (~> 3.2) @@ -184,17 +185,17 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.1) - rubocop (1.52.1) + rubocop (1.66.1) json (~> 2.3) + language_server-protocol (>= 3.17.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.0, < 2.0) + regexp_parser (>= 2.4, < 3.0) + rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.3) parser (>= 3.3.1.0) rubocop-capybara (2.20.0) rubocop (~> 1.41) diff --git a/packages/data_taster/gemfiles/rails_6_1.gemfile.lock b/packages/data_taster/gemfiles/rails_6_1.gemfile.lock index a47885af..f47670ec 100644 --- a/packages/data_taster/gemfiles/rails_6_1.gemfile.lock +++ b/packages/data_taster/gemfiles/rails_6_1.gemfile.lock @@ -1,8 +1,8 @@ PATH remote: ../../rubocop-powerhome specs: - rubocop-powerhome (0.5.2) - rubocop (~> 1.52.0) + rubocop-powerhome (0.5.3) + rubocop (= 1.66.1) rubocop-performance rubocop-rails rubocop-rake @@ -94,6 +94,7 @@ GEM i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2) + language_server-protocol (3.17.0.3) license_finder (7.2.1) bundler csv (~> 3.2) @@ -188,17 +189,17 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.1) - rubocop (1.52.1) + rubocop (1.66.1) json (~> 2.3) + language_server-protocol (>= 3.17.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.0, < 2.0) + regexp_parser (>= 2.4, < 3.0) + rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.3) parser (>= 3.3.1.0) rubocop-capybara (2.20.0) rubocop (~> 1.41) diff --git a/packages/data_taster/gemfiles/rails_7_0.gemfile.lock b/packages/data_taster/gemfiles/rails_7_0.gemfile.lock index 280dbc32..42d3b090 100644 --- a/packages/data_taster/gemfiles/rails_7_0.gemfile.lock +++ b/packages/data_taster/gemfiles/rails_7_0.gemfile.lock @@ -1,8 +1,8 @@ PATH remote: ../../rubocop-powerhome specs: - rubocop-powerhome (0.5.2) - rubocop (~> 1.52.0) + rubocop-powerhome (0.5.3) + rubocop (= 1.66.1) rubocop-performance rubocop-rails rubocop-rake @@ -100,6 +100,7 @@ GEM i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2) + language_server-protocol (3.17.0.3) license_finder (7.2.1) bundler csv (~> 3.2) @@ -194,17 +195,17 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.1) - rubocop (1.52.1) + rubocop (1.66.1) json (~> 2.3) + language_server-protocol (>= 3.17.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.0, < 2.0) + regexp_parser (>= 2.4, < 3.0) + rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.3) parser (>= 3.3.1.0) rubocop-capybara (2.20.0) rubocop (~> 1.41) diff --git a/packages/dep_shield/Gemfile.lock b/packages/dep_shield/Gemfile.lock index 32b556da..7d9e0fb6 100644 --- a/packages/dep_shield/Gemfile.lock +++ b/packages/dep_shield/Gemfile.lock @@ -7,8 +7,8 @@ PATH PATH remote: ../rubocop-powerhome specs: - rubocop-powerhome (0.5.2) - rubocop (~> 1.52.0) + rubocop-powerhome (0.5.3) + rubocop (= 1.66.1) rubocop-performance rubocop-rails rubocop-rake @@ -123,6 +123,7 @@ GEM rdoc (>= 4.0.0) reline (>= 0.4.2) json (2.7.2) + language_server-protocol (3.17.0.3) license_finder (7.2.1) bundler csv (~> 3.2) @@ -225,17 +226,17 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.1) - rubocop (1.52.1) + rubocop (1.66.1) json (~> 2.3) + language_server-protocol (>= 3.17.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.0, < 2.0) + regexp_parser (>= 2.4, < 3.0) + rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.3) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) diff --git a/packages/dep_shield/gemfiles/rails_6_0.gemfile.lock b/packages/dep_shield/gemfiles/rails_6_0.gemfile.lock index e63f3c47..84625013 100644 --- a/packages/dep_shield/gemfiles/rails_6_0.gemfile.lock +++ b/packages/dep_shield/gemfiles/rails_6_0.gemfile.lock @@ -7,8 +7,8 @@ PATH PATH remote: ../../rubocop-powerhome specs: - rubocop-powerhome (0.5.2) - rubocop (~> 1.52.0) + rubocop-powerhome (0.5.3) + rubocop (= 1.66.1) rubocop-performance rubocop-rails rubocop-rake @@ -101,6 +101,7 @@ GEM i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2) + language_server-protocol (3.17.0.3) license_finder (7.2.1) bundler csv (~> 3.2) @@ -193,17 +194,17 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.1) - rubocop (1.52.1) + rubocop (1.66.1) json (~> 2.3) + language_server-protocol (>= 3.17.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.0, < 2.0) + regexp_parser (>= 2.4, < 3.0) + rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.3) parser (>= 3.3.1.0) rubocop-capybara (2.20.0) rubocop (~> 1.41) diff --git a/packages/dep_shield/gemfiles/rails_6_1.gemfile.lock b/packages/dep_shield/gemfiles/rails_6_1.gemfile.lock index d2fb9bc4..0179adf7 100644 --- a/packages/dep_shield/gemfiles/rails_6_1.gemfile.lock +++ b/packages/dep_shield/gemfiles/rails_6_1.gemfile.lock @@ -7,8 +7,8 @@ PATH PATH remote: ../../rubocop-powerhome specs: - rubocop-powerhome (0.5.2) - rubocop (~> 1.52.0) + rubocop-powerhome (0.5.3) + rubocop (= 1.66.1) rubocop-performance rubocop-rails rubocop-rake @@ -105,6 +105,7 @@ GEM i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2) + language_server-protocol (3.17.0.3) license_finder (7.2.1) bundler csv (~> 3.2) @@ -197,17 +198,17 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.1) - rubocop (1.52.1) + rubocop (1.66.1) json (~> 2.3) + language_server-protocol (>= 3.17.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.0, < 2.0) + regexp_parser (>= 2.4, < 3.0) + rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.3) parser (>= 3.3.1.0) rubocop-capybara (2.20.0) rubocop (~> 1.41) diff --git a/packages/dep_shield/gemfiles/rails_7_0.gemfile.lock b/packages/dep_shield/gemfiles/rails_7_0.gemfile.lock index 0a882a46..2563f51b 100644 --- a/packages/dep_shield/gemfiles/rails_7_0.gemfile.lock +++ b/packages/dep_shield/gemfiles/rails_7_0.gemfile.lock @@ -7,8 +7,8 @@ PATH PATH remote: ../../rubocop-powerhome specs: - rubocop-powerhome (0.5.2) - rubocop (~> 1.52.0) + rubocop-powerhome (0.5.3) + rubocop (= 1.66.1) rubocop-performance rubocop-rails rubocop-rake @@ -111,6 +111,7 @@ GEM i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2) + language_server-protocol (3.17.0.3) license_finder (7.2.1) bundler csv (~> 3.2) @@ -203,17 +204,17 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.1) - rubocop (1.52.1) + rubocop (1.66.1) json (~> 2.3) + language_server-protocol (>= 3.17.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.0, < 2.0) + regexp_parser (>= 2.4, < 3.0) + rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.3) parser (>= 3.3.1.0) rubocop-capybara (2.20.0) rubocop (~> 1.41) diff --git a/packages/dep_shield/gemfiles/rails_7_1.gemfile.lock b/packages/dep_shield/gemfiles/rails_7_1.gemfile.lock index f0fe189f..d9627b3f 100644 --- a/packages/dep_shield/gemfiles/rails_7_1.gemfile.lock +++ b/packages/dep_shield/gemfiles/rails_7_1.gemfile.lock @@ -7,8 +7,8 @@ PATH PATH remote: ../../rubocop-powerhome specs: - rubocop-powerhome (0.5.2) - rubocop (~> 1.52.0) + rubocop-powerhome (0.5.3) + rubocop (= 1.66.1) rubocop-performance rubocop-rails rubocop-rake @@ -127,6 +127,7 @@ GEM rdoc (>= 4.0.0) reline (>= 0.4.2) json (2.7.2) + language_server-protocol (3.17.0.3) license_finder (7.2.1) bundler csv (~> 3.2) @@ -227,17 +228,17 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.1) - rubocop (1.52.1) + rubocop (1.66.1) json (~> 2.3) + language_server-protocol (>= 3.17.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.0, < 2.0) + regexp_parser (>= 2.4, < 3.0) + rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.3) parser (>= 3.3.1.0) rubocop-capybara (2.20.0) rubocop (~> 1.41) diff --git a/packages/edgestitch/Gemfile.lock b/packages/edgestitch/Gemfile.lock index a17b2927..5abfe181 100644 --- a/packages/edgestitch/Gemfile.lock +++ b/packages/edgestitch/Gemfile.lock @@ -1,8 +1,8 @@ PATH remote: ../rubocop-powerhome specs: - rubocop-powerhome (0.5.2) - rubocop (~> 1.52.0) + rubocop-powerhome (0.5.3) + rubocop (= 1.66.1) rubocop-performance rubocop-rails rubocop-rake @@ -81,7 +81,7 @@ GEM i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - appraisal (2.4.1) + appraisal (2.5.0) bundler rake thor (>= 0.14.0) @@ -99,6 +99,7 @@ GEM i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2) + language_server-protocol (3.17.0.3) license_finder (7.2.1) bundler csv (~> 3.2) @@ -138,8 +139,8 @@ GEM racc (~> 1.4) nokogiri (1.16.7-x86_64-linux) racc (~> 1.4) - parallel (1.25.1) - parser (3.3.4.0) + parallel (1.26.3) + parser (3.3.5.0) ast (~> 2.4.1) racc racc (1.8.1) @@ -200,30 +201,30 @@ GEM rspec-mocks (~> 3.10) rspec-support (~> 3.10) rspec-support (3.13.1) - rubocop (1.52.1) + rubocop (1.66.1) json (~> 2.3) + language_server-protocol (>= 3.17.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.0, < 2.0) + regexp_parser (>= 2.4, < 3.0) + rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.3) parser (>= 3.3.1.0) - rubocop-performance (1.21.1) + rubocop-performance (1.22.1) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) - rubocop-rails (2.25.1) + rubocop-rails (2.26.2) activesupport (>= 4.2.0) rack (>= 1.1) - rubocop (>= 1.33.0, < 2.0) + rubocop (>= 1.52.0, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) rubocop-rake (0.6.0) rubocop (~> 1.0) - rubocop-rspec (3.0.0) - rubocop (~> 1.40) + rubocop-rspec (3.1.0) + rubocop (~> 1.61) ruby-progressbar (1.13.0) rubyzip (2.3.2) simplecov (0.15.1) @@ -237,7 +238,7 @@ GEM tomlrb (2.0.3) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.5.0) + unicode-display_width (2.6.0) websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) @@ -253,7 +254,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - appraisal (~> 2.4.1) + appraisal (~> 2.5.0) bundler (~> 2.1) edgestitch! license_finder (>= 7.0) diff --git a/packages/edgestitch/edgestitch.gemspec b/packages/edgestitch/edgestitch.gemspec index 57164103..c72e76e1 100644 --- a/packages/edgestitch/edgestitch.gemspec +++ b/packages/edgestitch/edgestitch.gemspec @@ -30,7 +30,7 @@ Gem::Specification.new do |spec| spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] - spec.add_development_dependency "appraisal", "~> 2.4.1" + spec.add_development_dependency "appraisal", "~> 2.5.0" spec.add_development_dependency "bundler", "~> 2.1" spec.add_development_dependency "license_finder", ">= 7.0" spec.add_development_dependency "mysql2", "0.5.5" diff --git a/packages/edgestitch/gemfiles/rails_6_0.gemfile.lock b/packages/edgestitch/gemfiles/rails_6_0.gemfile.lock index 92bbe5f1..8cc18bf7 100644 --- a/packages/edgestitch/gemfiles/rails_6_0.gemfile.lock +++ b/packages/edgestitch/gemfiles/rails_6_0.gemfile.lock @@ -1,8 +1,8 @@ PATH remote: ../../rubocop-powerhome specs: - rubocop-powerhome (0.5.2) - rubocop (~> 1.52.0) + rubocop-powerhome (0.5.3) + rubocop (= 1.66.1) rubocop-performance rubocop-rails rubocop-rake @@ -71,7 +71,7 @@ GEM minitest (~> 5.1) tzinfo (~> 1.1) zeitwerk (~> 2.2, >= 2.2.2) - appraisal (2.4.1) + appraisal (2.5.0) bundler rake thor (>= 0.14.0) @@ -89,6 +89,7 @@ GEM i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2) + language_server-protocol (3.17.0.3) license_finder (7.2.1) bundler csv (~> 3.2) @@ -128,8 +129,8 @@ GEM racc (~> 1.4) nokogiri (1.16.5-x86_64-linux) racc (~> 1.4) - parallel (1.24.0) - parser (3.3.1.0) + parallel (1.26.3) + parser (3.3.5.0) ast (~> 2.4.1) racc racc (1.8.0) @@ -190,39 +191,30 @@ GEM rspec-mocks (~> 3.10) rspec-support (~> 3.10) rspec-support (3.13.1) - rubocop (1.52.1) + rubocop (1.66.1) json (~> 2.3) + language_server-protocol (>= 3.17.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.0, < 2.0) + regexp_parser (>= 2.4, < 3.0) + rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.3) parser (>= 3.3.1.0) - rubocop-capybara (2.20.0) - rubocop (~> 1.41) - rubocop-factory_bot (2.25.1) - rubocop (~> 1.41) - rubocop-performance (1.21.0) + rubocop-performance (1.22.1) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) - rubocop-rails (2.25.0) + rubocop-rails (2.26.2) activesupport (>= 4.2.0) rack (>= 1.1) - rubocop (>= 1.33.0, < 2.0) + rubocop (>= 1.52.0, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) rubocop-rake (0.6.0) rubocop (~> 1.0) - rubocop-rspec (2.29.2) - rubocop (~> 1.40) - rubocop-capybara (~> 2.17) - rubocop-factory_bot (~> 2.22) - rubocop-rspec_rails (~> 2.28) - rubocop-rspec_rails (2.28.3) - rubocop (~> 1.40) + rubocop-rspec (3.1.0) + rubocop (~> 1.61) ruby-progressbar (1.13.0) rubyzip (2.3.2) simplecov (0.15.1) @@ -244,7 +236,7 @@ GEM tomlrb (2.0.3) tzinfo (1.2.11) thread_safe (~> 0.1) - unicode-display_width (2.5.0) + unicode-display_width (2.6.0) websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) @@ -260,7 +252,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - appraisal (~> 2.4.1) + appraisal (~> 2.5.0) bundler (~> 2.1) edgestitch! license_finder (>= 7.0) diff --git a/packages/edgestitch/gemfiles/rails_6_1.gemfile.lock b/packages/edgestitch/gemfiles/rails_6_1.gemfile.lock index a6a9d202..13fc23a0 100644 --- a/packages/edgestitch/gemfiles/rails_6_1.gemfile.lock +++ b/packages/edgestitch/gemfiles/rails_6_1.gemfile.lock @@ -1,8 +1,8 @@ PATH remote: ../../rubocop-powerhome specs: - rubocop-powerhome (0.5.2) - rubocop (~> 1.52.0) + rubocop-powerhome (0.5.3) + rubocop (= 1.66.1) rubocop-performance rubocop-rails rubocop-rake @@ -75,7 +75,7 @@ GEM minitest (>= 5.1) tzinfo (~> 2.0) zeitwerk (~> 2.3) - appraisal (2.4.1) + appraisal (2.5.0) bundler rake thor (>= 0.14.0) @@ -93,6 +93,7 @@ GEM i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2) + language_server-protocol (3.17.0.3) license_finder (7.2.1) bundler csv (~> 3.2) @@ -132,8 +133,8 @@ GEM racc (~> 1.4) nokogiri (1.16.5-x86_64-linux) racc (~> 1.4) - parallel (1.24.0) - parser (3.3.1.0) + parallel (1.26.3) + parser (3.3.5.0) ast (~> 2.4.1) racc racc (1.8.0) @@ -194,39 +195,30 @@ GEM rspec-mocks (~> 3.10) rspec-support (~> 3.10) rspec-support (3.13.1) - rubocop (1.52.1) + rubocop (1.66.1) json (~> 2.3) + language_server-protocol (>= 3.17.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.0, < 2.0) + regexp_parser (>= 2.4, < 3.0) + rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.3) parser (>= 3.3.1.0) - rubocop-capybara (2.20.0) - rubocop (~> 1.41) - rubocop-factory_bot (2.25.1) - rubocop (~> 1.41) - rubocop-performance (1.21.0) + rubocop-performance (1.22.1) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) - rubocop-rails (2.25.0) + rubocop-rails (2.26.2) activesupport (>= 4.2.0) rack (>= 1.1) - rubocop (>= 1.33.0, < 2.0) + rubocop (>= 1.52.0, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) rubocop-rake (0.6.0) rubocop (~> 1.0) - rubocop-rspec (2.29.2) - rubocop (~> 1.40) - rubocop-capybara (~> 2.17) - rubocop-factory_bot (~> 2.22) - rubocop-rspec_rails (~> 2.28) - rubocop-rspec_rails (2.28.3) - rubocop (~> 1.40) + rubocop-rspec (3.1.0) + rubocop (~> 1.61) ruby-progressbar (1.13.0) rubyzip (2.3.2) simplecov (0.15.1) @@ -247,7 +239,7 @@ GEM tomlrb (2.0.3) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.5.0) + unicode-display_width (2.6.0) websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) @@ -263,7 +255,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - appraisal (~> 2.4.1) + appraisal (~> 2.5.0) bundler (~> 2.1) edgestitch! license_finder (>= 7.0) diff --git a/packages/edgestitch/gemfiles/rails_7_0.gemfile.lock b/packages/edgestitch/gemfiles/rails_7_0.gemfile.lock index 8d13bbef..1019a895 100644 --- a/packages/edgestitch/gemfiles/rails_7_0.gemfile.lock +++ b/packages/edgestitch/gemfiles/rails_7_0.gemfile.lock @@ -1,8 +1,8 @@ PATH remote: ../../rubocop-powerhome specs: - rubocop-powerhome (0.5.2) - rubocop (~> 1.52.0) + rubocop-powerhome (0.5.3) + rubocop (= 1.66.1) rubocop-performance rubocop-rails rubocop-rake @@ -81,7 +81,7 @@ GEM i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - appraisal (2.4.1) + appraisal (2.5.0) bundler rake thor (>= 0.14.0) @@ -99,6 +99,7 @@ GEM i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2) + language_server-protocol (3.17.0.3) license_finder (7.2.1) bundler csv (~> 3.2) @@ -138,8 +139,8 @@ GEM racc (~> 1.4) nokogiri (1.16.5-x86_64-linux) racc (~> 1.4) - parallel (1.24.0) - parser (3.3.1.0) + parallel (1.26.3) + parser (3.3.5.0) ast (~> 2.4.1) racc racc (1.8.0) @@ -200,39 +201,30 @@ GEM rspec-mocks (~> 3.10) rspec-support (~> 3.10) rspec-support (3.13.1) - rubocop (1.52.1) + rubocop (1.66.1) json (~> 2.3) + language_server-protocol (>= 3.17.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.0, < 2.0) + regexp_parser (>= 2.4, < 3.0) + rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.3) parser (>= 3.3.1.0) - rubocop-capybara (2.20.0) - rubocop (~> 1.41) - rubocop-factory_bot (2.25.1) - rubocop (~> 1.41) - rubocop-performance (1.21.0) + rubocop-performance (1.22.1) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) - rubocop-rails (2.25.0) + rubocop-rails (2.26.2) activesupport (>= 4.2.0) rack (>= 1.1) - rubocop (>= 1.33.0, < 2.0) + rubocop (>= 1.52.0, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) rubocop-rake (0.6.0) rubocop (~> 1.0) - rubocop-rspec (2.29.2) - rubocop (~> 1.40) - rubocop-capybara (~> 2.17) - rubocop-factory_bot (~> 2.22) - rubocop-rspec_rails (~> 2.28) - rubocop-rspec_rails (2.28.3) - rubocop (~> 1.40) + rubocop-rspec (3.1.0) + rubocop (~> 1.61) ruby-progressbar (1.13.0) rubyzip (2.3.2) simplecov (0.15.1) @@ -246,7 +238,7 @@ GEM tomlrb (2.0.3) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.5.0) + unicode-display_width (2.6.0) websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) @@ -262,7 +254,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - appraisal (~> 2.4.1) + appraisal (~> 2.5.0) bundler (~> 2.1) edgestitch! license_finder (>= 7.0) diff --git a/packages/lumberaxe/Gemfile.lock b/packages/lumberaxe/Gemfile.lock index d6069e9c..d4e11b19 100644 --- a/packages/lumberaxe/Gemfile.lock +++ b/packages/lumberaxe/Gemfile.lock @@ -1,8 +1,8 @@ PATH remote: ../rubocop-powerhome specs: - rubocop-powerhome (0.5.2) - rubocop (~> 1.52.0) + rubocop-powerhome (0.5.3) + rubocop (= 1.66.1) rubocop-performance rubocop-rails rubocop-rake @@ -92,7 +92,7 @@ GEM minitest (>= 5.1) mutex_m tzinfo (~> 2.0) - appraisal (2.4.1) + appraisal (2.5.0) bundler rake thor (>= 0.14.0) @@ -124,6 +124,7 @@ GEM rdoc (>= 4.0.0) reline (>= 0.4.2) json (2.7.2) + language_server-protocol (3.17.0.3) license_finder (7.2.1) bundler csv (~> 3.2) @@ -252,17 +253,17 @@ GEM rspec-mocks (~> 3.10) rspec-support (~> 3.10) rspec-support (3.13.1) - rubocop (1.52.1) + rubocop (1.66.1) json (~> 2.3) + language_server-protocol (>= 3.17.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.0, < 2.0) + regexp_parser (>= 2.4, < 3.0) + rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.3) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -313,7 +314,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - appraisal (~> 2.4.1) + appraisal (~> 2.5.0) bundler (~> 2.1) combustion (~> 1.3) license_finder (>= 7.0) diff --git a/packages/lumberaxe/gemfiles/rails_6_0.gemfile.lock b/packages/lumberaxe/gemfiles/rails_6_0.gemfile.lock index c1266b48..4b0a74fd 100644 --- a/packages/lumberaxe/gemfiles/rails_6_0.gemfile.lock +++ b/packages/lumberaxe/gemfiles/rails_6_0.gemfile.lock @@ -1,8 +1,8 @@ PATH remote: ../../rubocop-powerhome specs: - rubocop-powerhome (0.5.2) - rubocop (~> 1.52.0) + rubocop-powerhome (0.5.3) + rubocop (= 1.66.1) rubocop-performance rubocop-rails rubocop-rake @@ -73,7 +73,7 @@ GEM minitest (~> 5.1) tzinfo (~> 1.1) zeitwerk (~> 2.2, >= 2.2.2) - appraisal (2.4.1) + appraisal (2.5.0) bundler rake thor (>= 0.14.0) @@ -97,6 +97,7 @@ GEM i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2) + language_server-protocol (3.17.0.3) license_finder (7.2.1) bundler csv (~> 3.2) @@ -208,17 +209,17 @@ GEM rspec-mocks (~> 3.10) rspec-support (~> 3.10) rspec-support (3.13.1) - rubocop (1.52.1) + rubocop (1.66.1) json (~> 2.3) + language_server-protocol (>= 3.17.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.0, < 2.0) + regexp_parser (>= 2.4, < 3.0) + rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.3) parser (>= 3.3.1.0) rubocop-capybara (2.20.0) rubocop (~> 1.41) @@ -278,10 +279,11 @@ GEM PLATFORMS arm64-darwin-23 + arm64-darwin-24 x86_64-linux DEPENDENCIES - appraisal (~> 2.4.1) + appraisal (~> 2.5.0) bundler (~> 2.1) combustion (~> 1.3) license_finder (>= 7.0) diff --git a/packages/lumberaxe/gemfiles/rails_6_1.gemfile.lock b/packages/lumberaxe/gemfiles/rails_6_1.gemfile.lock index ad727768..658ba742 100644 --- a/packages/lumberaxe/gemfiles/rails_6_1.gemfile.lock +++ b/packages/lumberaxe/gemfiles/rails_6_1.gemfile.lock @@ -1,8 +1,8 @@ PATH remote: ../../rubocop-powerhome specs: - rubocop-powerhome (0.5.2) - rubocop (~> 1.52.0) + rubocop-powerhome (0.5.3) + rubocop (= 1.66.1) rubocop-performance rubocop-rails rubocop-rake @@ -77,7 +77,7 @@ GEM minitest (>= 5.1) tzinfo (~> 2.0) zeitwerk (~> 2.3) - appraisal (2.4.1) + appraisal (2.5.0) bundler rake thor (>= 0.14.0) @@ -101,6 +101,7 @@ GEM i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2) + language_server-protocol (3.17.0.3) license_finder (7.2.1) bundler csv (~> 3.2) @@ -212,17 +213,17 @@ GEM rspec-mocks (~> 3.10) rspec-support (~> 3.10) rspec-support (3.13.1) - rubocop (1.52.1) + rubocop (1.66.1) json (~> 2.3) + language_server-protocol (>= 3.17.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.0, < 2.0) + regexp_parser (>= 2.4, < 3.0) + rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.3) parser (>= 3.3.1.0) rubocop-capybara (2.20.0) rubocop (~> 1.41) @@ -281,10 +282,11 @@ GEM PLATFORMS arm64-darwin-23 + arm64-darwin-24 x86_64-linux DEPENDENCIES - appraisal (~> 2.4.1) + appraisal (~> 2.5.0) bundler (~> 2.1) combustion (~> 1.3) license_finder (>= 7.0) diff --git a/packages/lumberaxe/gemfiles/rails_7_0.gemfile.lock b/packages/lumberaxe/gemfiles/rails_7_0.gemfile.lock index 7059b52a..ee716668 100644 --- a/packages/lumberaxe/gemfiles/rails_7_0.gemfile.lock +++ b/packages/lumberaxe/gemfiles/rails_7_0.gemfile.lock @@ -1,8 +1,8 @@ PATH remote: ../../rubocop-powerhome specs: - rubocop-powerhome (0.5.2) - rubocop (~> 1.52.0) + rubocop-powerhome (0.5.3) + rubocop (= 1.66.1) rubocop-performance rubocop-rails rubocop-rake @@ -83,7 +83,7 @@ GEM i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - appraisal (2.4.1) + appraisal (2.5.0) bundler rake thor (>= 0.14.0) @@ -107,6 +107,7 @@ GEM i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2) + language_server-protocol (3.17.0.3) license_finder (7.2.1) bundler csv (~> 3.2) @@ -218,17 +219,17 @@ GEM rspec-mocks (~> 3.10) rspec-support (~> 3.10) rspec-support (3.13.1) - rubocop (1.52.1) + rubocop (1.66.1) json (~> 2.3) + language_server-protocol (>= 3.17.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.0, < 2.0) + regexp_parser (>= 2.4, < 3.0) + rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.3) parser (>= 3.3.1.0) rubocop-capybara (2.20.0) rubocop (~> 1.41) @@ -280,10 +281,11 @@ GEM PLATFORMS arm64-darwin-23 + arm64-darwin-24 x86_64-linux DEPENDENCIES - appraisal (~> 2.4.1) + appraisal (~> 2.5.0) bundler (~> 2.1) combustion (~> 1.3) license_finder (>= 7.0) diff --git a/packages/lumberaxe/gemfiles/rails_7_1.gemfile.lock b/packages/lumberaxe/gemfiles/rails_7_1.gemfile.lock index c0803903..3b92e8e8 100644 --- a/packages/lumberaxe/gemfiles/rails_7_1.gemfile.lock +++ b/packages/lumberaxe/gemfiles/rails_7_1.gemfile.lock @@ -1,8 +1,8 @@ PATH remote: ../../rubocop-powerhome specs: - rubocop-powerhome (0.5.2) - rubocop (~> 1.52.0) + rubocop-powerhome (0.5.3) + rubocop (= 1.66.1) rubocop-performance rubocop-rails rubocop-rake @@ -92,7 +92,7 @@ GEM minitest (>= 5.1) mutex_m tzinfo (~> 2.0) - appraisal (2.4.1) + appraisal (2.5.0) bundler rake thor (>= 0.14.0) @@ -124,6 +124,7 @@ GEM rdoc (>= 4.0.0) reline (>= 0.4.2) json (2.7.2) + language_server-protocol (3.17.0.3) license_finder (7.2.1) bundler csv (~> 3.2) @@ -248,17 +249,17 @@ GEM rspec-mocks (~> 3.10) rspec-support (~> 3.10) rspec-support (3.13.1) - rubocop (1.52.1) + rubocop (1.66.1) json (~> 2.3) + language_server-protocol (>= 3.17.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.0, < 2.0) + regexp_parser (>= 2.4, < 3.0) + rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.3) parser (>= 3.3.1.0) rubocop-capybara (2.20.0) rubocop (~> 1.41) @@ -312,10 +313,11 @@ GEM PLATFORMS arm64-darwin-23 + arm64-darwin-24 x86_64-linux DEPENDENCIES - appraisal (~> 2.4.1) + appraisal (~> 2.5.0) bundler (~> 2.1) combustion (~> 1.3) license_finder (>= 7.0) diff --git a/packages/lumberaxe/lib/lumberaxe/logger.rb b/packages/lumberaxe/lib/lumberaxe/logger.rb index 19238aac..80f2b3c4 100644 --- a/packages/lumberaxe/lib/lumberaxe/logger.rb +++ b/packages/lumberaxe/lib/lumberaxe/logger.rb @@ -5,7 +5,7 @@ class Logger < ::ActiveSupport::Logger cattr_accessor(:log_level) { :debug } def initialize(output = $stdout, progname:, level: log_level) - super output + super(output) self.progname = progname self.level = level diff --git a/packages/lumberaxe/lumberaxe.gemspec b/packages/lumberaxe/lumberaxe.gemspec index 6b0b92e7..424d8461 100644 --- a/packages/lumberaxe/lumberaxe.gemspec +++ b/packages/lumberaxe/lumberaxe.gemspec @@ -33,7 +33,7 @@ Gem::Specification.new do |spec| spec.add_dependency "activesupport", ">= 6.0.6.1", "< 7.2" spec.add_dependency "lograge", "0.10.0" - spec.add_development_dependency "appraisal", "~> 2.4.1" + spec.add_development_dependency "appraisal", "~> 2.5.0" spec.add_development_dependency "bundler", "~> 2.1" spec.add_development_dependency "combustion", "~> 1.3" spec.add_development_dependency "license_finder", ">= 7.0" diff --git a/packages/nitro_config/Gemfile.lock b/packages/nitro_config/Gemfile.lock index 4f710da3..88c580c4 100644 --- a/packages/nitro_config/Gemfile.lock +++ b/packages/nitro_config/Gemfile.lock @@ -1,8 +1,8 @@ PATH remote: ../rubocop-powerhome specs: - rubocop-powerhome (0.5.2) - rubocop (~> 1.52.0) + rubocop-powerhome (0.5.3) + rubocop (= 1.66.1) rubocop-performance rubocop-rails rubocop-rake @@ -43,7 +43,7 @@ GEM minitest (>= 5.1) mutex_m tzinfo (~> 2.0) - appraisal (2.4.1) + appraisal (2.5.0) bundler rake thor (>= 0.14.0) @@ -70,6 +70,7 @@ GEM rdoc (>= 4.0.0) reline (>= 0.4.2) json (2.7.2) + language_server-protocol (3.17.0.3) license_finder (7.2.1) bundler csv (~> 3.2) @@ -139,17 +140,17 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.1) - rubocop (1.52.1) + rubocop (1.66.1) json (~> 2.3) + language_server-protocol (>= 3.17.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.0, < 2.0) + regexp_parser (>= 2.4, < 3.0) + rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.3) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) @@ -181,10 +182,11 @@ GEM PLATFORMS arm64-darwin-22 arm64-darwin-23 + arm64-darwin-24 x86_64-linux DEPENDENCIES - appraisal (~> 2.4.1) + appraisal (~> 2.5.0) byebug combustion (~> 1.3) license_finder (>= 7.0) diff --git a/packages/nitro_config/gemfiles/rails_6_0.gemfile.lock b/packages/nitro_config/gemfiles/rails_6_0.gemfile.lock index e33e0d73..81b1d7d9 100644 --- a/packages/nitro_config/gemfiles/rails_6_0.gemfile.lock +++ b/packages/nitro_config/gemfiles/rails_6_0.gemfile.lock @@ -1,8 +1,8 @@ PATH remote: ../../rubocop-powerhome specs: - rubocop-powerhome (0.5.2) - rubocop (~> 1.52.0) + rubocop-powerhome (0.5.3) + rubocop (= 1.66.1) rubocop-performance rubocop-rails rubocop-rake @@ -72,7 +72,7 @@ GEM minitest (~> 5.1) tzinfo (~> 1.1) zeitwerk (~> 2.2, >= 2.2.2) - appraisal (2.4.1) + appraisal (2.5.0) bundler rake thor (>= 0.14.0) @@ -94,6 +94,7 @@ GEM i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2) + language_server-protocol (3.17.0.3) license_finder (7.2.1) bundler csv (~> 3.2) @@ -182,17 +183,17 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.1) - rubocop (1.52.1) + rubocop (1.66.1) json (~> 2.3) + language_server-protocol (>= 3.17.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.0, < 2.0) + regexp_parser (>= 2.4, < 3.0) + rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.3) parser (>= 3.3.1.0) rubocop-capybara (2.20.0) rubocop (~> 1.41) @@ -242,10 +243,11 @@ GEM PLATFORMS arm64-darwin-23 + arm64-darwin-24 x86_64-linux DEPENDENCIES - appraisal (~> 2.4.1) + appraisal (~> 2.5.0) byebug combustion (~> 1.3) license_finder (>= 7.0) diff --git a/packages/nitro_config/gemfiles/rails_6_1.gemfile.lock b/packages/nitro_config/gemfiles/rails_6_1.gemfile.lock index 6833801d..76fd0e43 100644 --- a/packages/nitro_config/gemfiles/rails_6_1.gemfile.lock +++ b/packages/nitro_config/gemfiles/rails_6_1.gemfile.lock @@ -1,8 +1,8 @@ PATH remote: ../../rubocop-powerhome specs: - rubocop-powerhome (0.5.2) - rubocop (~> 1.52.0) + rubocop-powerhome (0.5.3) + rubocop (= 1.66.1) rubocop-performance rubocop-rails rubocop-rake @@ -76,7 +76,7 @@ GEM minitest (>= 5.1) tzinfo (~> 2.0) zeitwerk (~> 2.3) - appraisal (2.4.1) + appraisal (2.5.0) bundler rake thor (>= 0.14.0) @@ -98,6 +98,7 @@ GEM i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2) + language_server-protocol (3.17.0.3) license_finder (7.2.1) bundler csv (~> 3.2) @@ -186,17 +187,17 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.1) - rubocop (1.52.1) + rubocop (1.66.1) json (~> 2.3) + language_server-protocol (>= 3.17.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.0, < 2.0) + regexp_parser (>= 2.4, < 3.0) + rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.3) parser (>= 3.3.1.0) rubocop-capybara (2.20.0) rubocop (~> 1.41) @@ -245,10 +246,11 @@ GEM PLATFORMS arm64-darwin-23 + arm64-darwin-24 x86_64-linux DEPENDENCIES - appraisal (~> 2.4.1) + appraisal (~> 2.5.0) byebug combustion (~> 1.3) license_finder (>= 7.0) diff --git a/packages/nitro_config/gemfiles/rails_7_0.gemfile.lock b/packages/nitro_config/gemfiles/rails_7_0.gemfile.lock index 231f867d..72ffcc2b 100644 --- a/packages/nitro_config/gemfiles/rails_7_0.gemfile.lock +++ b/packages/nitro_config/gemfiles/rails_7_0.gemfile.lock @@ -1,8 +1,8 @@ PATH remote: ../../rubocop-powerhome specs: - rubocop-powerhome (0.5.2) - rubocop (~> 1.52.0) + rubocop-powerhome (0.5.3) + rubocop (= 1.66.1) rubocop-performance rubocop-rails rubocop-rake @@ -82,7 +82,7 @@ GEM i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - appraisal (2.4.1) + appraisal (2.5.0) bundler rake thor (>= 0.14.0) @@ -104,6 +104,7 @@ GEM i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2) + language_server-protocol (3.17.0.3) license_finder (7.2.1) bundler csv (~> 3.2) @@ -192,17 +193,17 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.1) - rubocop (1.52.1) + rubocop (1.66.1) json (~> 2.3) + language_server-protocol (>= 3.17.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.0, < 2.0) + regexp_parser (>= 2.4, < 3.0) + rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.3) parser (>= 3.3.1.0) rubocop-capybara (2.20.0) rubocop (~> 1.41) @@ -244,10 +245,11 @@ GEM PLATFORMS arm64-darwin-23 + arm64-darwin-24 x86_64-linux DEPENDENCIES - appraisal (~> 2.4.1) + appraisal (~> 2.5.0) byebug combustion (~> 1.3) license_finder (>= 7.0) diff --git a/packages/nitro_config/gemfiles/rails_7_1.gemfile.lock b/packages/nitro_config/gemfiles/rails_7_1.gemfile.lock index c9ce7da0..a77b661d 100644 --- a/packages/nitro_config/gemfiles/rails_7_1.gemfile.lock +++ b/packages/nitro_config/gemfiles/rails_7_1.gemfile.lock @@ -1,8 +1,8 @@ PATH remote: ../../rubocop-powerhome specs: - rubocop-powerhome (0.5.2) - rubocop (~> 1.52.0) + rubocop-powerhome (0.5.3) + rubocop (= 1.66.1) rubocop-performance rubocop-rails rubocop-rake @@ -91,7 +91,7 @@ GEM minitest (>= 5.1) mutex_m tzinfo (~> 2.0) - appraisal (2.4.1) + appraisal (2.5.0) bundler rake thor (>= 0.14.0) @@ -121,6 +121,7 @@ GEM rdoc (>= 4.0.0) reline (>= 0.4.2) json (2.7.2) + language_server-protocol (3.17.0.3) license_finder (7.2.1) bundler csv (~> 3.2) @@ -229,17 +230,17 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.1) - rubocop (1.52.1) + rubocop (1.66.1) json (~> 2.3) + language_server-protocol (>= 3.17.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.0, < 2.0) + regexp_parser (>= 2.4, < 3.0) + rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.3) parser (>= 3.3.1.0) rubocop-capybara (2.20.0) rubocop (~> 1.41) @@ -290,7 +291,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - appraisal (~> 2.4.1) + appraisal (~> 2.5.0) byebug combustion (~> 1.3) license_finder (>= 7.0) @@ -302,4 +303,4 @@ DEPENDENCIES rubocop-powerhome! BUNDLED WITH - 2.5.9 + 2.4.10 diff --git a/packages/nitro_config/lib/nitro_config/error.rb b/packages/nitro_config/lib/nitro_config/error.rb index c24f557c..cb0e8202 100644 --- a/packages/nitro_config/lib/nitro_config/error.rb +++ b/packages/nitro_config/lib/nitro_config/error.rb @@ -4,8 +4,8 @@ module NitroConfig # Raised when a path cannot be found in the config tree class Error < StandardError def initialize(path) - super "#{path} not found in app config! If you're working in development, you probably need to" \ - "`cp config/config_sample.yml config/config.yml` or create a symlink for convenience." + super("#{path} not found in app config! If you're working in development, you probably need to" \ + "`cp config/config_sample.yml config/config.yml` or create a symlink for convenience.") end end end diff --git a/packages/nitro_config/nitro_config.gemspec b/packages/nitro_config/nitro_config.gemspec index 24d27a04..01ca6b2b 100644 --- a/packages/nitro_config/nitro_config.gemspec +++ b/packages/nitro_config/nitro_config.gemspec @@ -31,6 +31,6 @@ Gem::Specification.new do |spec| spec.require_paths = ["lib"] spec.add_dependency "activesupport", ">= 6.0.6.1" - spec.add_development_dependency "appraisal", "~> 2.4.1" + spec.add_development_dependency "appraisal", "~> 2.5.0" spec.add_development_dependency "combustion", "~> 1.3" end diff --git a/packages/rabbet/Gemfile.lock b/packages/rabbet/Gemfile.lock index 7215d2b1..151a8b36 100644 --- a/packages/rabbet/Gemfile.lock +++ b/packages/rabbet/Gemfile.lock @@ -1,8 +1,8 @@ PATH remote: ../rubocop-powerhome specs: - rubocop-powerhome (0.5.2) - rubocop (~> 1.52.0) + rubocop-powerhome (0.5.3) + rubocop (= 1.66.1) rubocop-performance rubocop-rails rubocop-rake @@ -119,6 +119,7 @@ GEM rdoc (>= 4.0.0) reline (>= 0.4.2) json (2.7.2) + language_server-protocol (3.17.0.3) license_finder (7.2.1) bundler csv (~> 3.2) @@ -160,8 +161,8 @@ GEM racc (~> 1.4) nokogiri (1.16.5-x86_64-linux) racc (~> 1.4) - parallel (1.24.0) - parser (3.3.1.0) + parallel (1.26.3) + parser (3.3.5.0) ast (~> 2.4.1) racc power_assert (2.0.3) @@ -234,39 +235,30 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.1) - rubocop (1.52.1) + rubocop (1.66.1) json (~> 2.3) + language_server-protocol (>= 3.17.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.0, < 2.0) + regexp_parser (>= 2.4, < 3.0) + rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.3) parser (>= 3.3.1.0) - rubocop-capybara (2.20.0) - rubocop (~> 1.41) - rubocop-factory_bot (2.25.1) - rubocop (~> 1.41) - rubocop-performance (1.21.0) + rubocop-performance (1.22.1) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) - rubocop-rails (2.25.0) + rubocop-rails (2.26.2) activesupport (>= 4.2.0) rack (>= 1.1) - rubocop (>= 1.33.0, < 2.0) + rubocop (>= 1.52.0, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) rubocop-rake (0.6.0) rubocop (~> 1.0) - rubocop-rspec (2.29.2) - rubocop (~> 1.40) - rubocop-capybara (~> 2.17) - rubocop-factory_bot (~> 2.22) - rubocop-rspec_rails (~> 2.28) - rubocop-rspec_rails (2.28.3) - rubocop (~> 1.40) + rubocop-rspec (3.1.0) + rubocop (~> 1.61) ruby-progressbar (1.13.0) rubyzip (2.3.2) sassc (2.4.0) @@ -299,7 +291,7 @@ GEM tomlrb (2.0.3) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.5.0) + unicode-display_width (2.6.0) webrick (1.8.1) websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) diff --git a/packages/rubocop-cobra/Gemfile b/packages/rubocop-cobra/Gemfile index 992ed741..4dca7fec 100644 --- a/packages/rubocop-cobra/Gemfile +++ b/packages/rubocop-cobra/Gemfile @@ -7,6 +7,5 @@ gemspec gem "rake", "~> 13.0" gem "rspec", "~> 3.0" -gem "rubocop", "~> 1.52.0" gem "rubocop-powerhome", path: "../rubocop-powerhome" diff --git a/packages/rubocop-cobra/Gemfile.lock b/packages/rubocop-cobra/Gemfile.lock index e83ca253..7ef27537 100644 --- a/packages/rubocop-cobra/Gemfile.lock +++ b/packages/rubocop-cobra/Gemfile.lock @@ -1,8 +1,8 @@ PATH remote: ../rubocop-powerhome specs: - rubocop-powerhome (0.5.2) - rubocop (~> 1.52.0) + rubocop-powerhome (0.5.3) + rubocop (= 1.66.1) rubocop-performance rubocop-rails rubocop-rake @@ -11,36 +11,38 @@ PATH PATH remote: . specs: - rubocop-cobra (0.4.2) - rubocop (~> 1.52.0) + rubocop-cobra (0.4.3) + rubocop (= 1.66.1) rubocop-powerhome GEM remote: https://rubygems.org/ specs: - activesupport (7.1.3.4) + 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) ast (2.4.2) base64 (0.2.0) bigdecimal (3.1.8) byebug (11.1.3) coderay (1.1.3) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.4) connection_pool (2.4.1) csv (3.3.0) diff-lcs (1.5.1) drb (2.2.1) - i18n (1.14.5) + i18n (1.14.6) concurrent-ruby (~> 1.0) json (2.7.2) + language_server-protocol (3.17.0.3) license_finder (7.2.1) bundler csv (~> 3.2) @@ -49,11 +51,11 @@ GEM tomlrb (>= 1.3, < 2.1) with_env (= 1.1.0) xml-simple (~> 1.1.9) + logger (1.6.1) method_source (1.1.0) - minitest (5.24.1) - mutex_m (0.2.0) - parallel (1.25.1) - parser (3.3.4.0) + minitest (5.25.1) + parallel (1.26.3) + parser (3.3.5.0) ast (~> 2.4.1) racc pry (0.14.2) @@ -67,53 +69,52 @@ GEM rainbow (3.1.1) rake (13.2.1) regexp_parser (2.9.2) - rexml (3.3.2) - strscan + rexml (3.3.8) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) - rspec-core (3.13.0) + rspec-core (3.13.1) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.1) - rubocop (1.52.1) + rubocop (1.66.1) json (~> 2.3) + language_server-protocol (>= 3.17.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.0, < 2.0) + regexp_parser (>= 2.4, < 3.0) + rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.3) parser (>= 3.3.1.0) - rubocop-performance (1.21.1) + rubocop-performance (1.22.1) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) - rubocop-rails (2.25.1) + rubocop-rails (2.26.2) activesupport (>= 4.2.0) rack (>= 1.1) - rubocop (>= 1.33.0, < 2.0) + rubocop (>= 1.52.0, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) rubocop-rake (0.6.0) rubocop (~> 1.0) - rubocop-rspec (3.0.0) - rubocop (~> 1.40) + rubocop-rspec (3.1.0) + rubocop (~> 1.61) ruby-progressbar (1.13.0) rubyzip (2.3.2) - strscan (3.1.0) - thor (1.3.1) + securerandom (0.3.1) + thor (1.3.2) tomlrb (2.0.3) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.5.0) + unicode-display_width (2.6.0) with_env (1.1.0) xml-simple (1.1.9) rexml @@ -130,7 +131,6 @@ DEPENDENCIES pry-byebug (= 3.10.1) rake (~> 13.0) rspec (~> 3.0) - rubocop (~> 1.52.0) rubocop-cobra! rubocop-powerhome! diff --git a/packages/rubocop-cobra/lib/rubocop/cobra/version.rb b/packages/rubocop-cobra/lib/rubocop/cobra/version.rb index fe88fd7e..4f3033c4 100644 --- a/packages/rubocop-cobra/lib/rubocop/cobra/version.rb +++ b/packages/rubocop-cobra/lib/rubocop/cobra/version.rb @@ -2,6 +2,6 @@ module RuboCop module Cobra - VERSION = "0.4.2" + VERSION = "0.4.3" end end diff --git a/packages/rubocop-cobra/rubocop-cobra.gemspec b/packages/rubocop-cobra/rubocop-cobra.gemspec index e04abd7a..756c8645 100644 --- a/packages/rubocop-cobra/rubocop-cobra.gemspec +++ b/packages/rubocop-cobra/rubocop-cobra.gemspec @@ -35,8 +35,8 @@ Gem::Specification.new do |spec| # For more information and examples about making a new gem, check out our # guide at: https://bundler.io/guides/creating_gem.html - spec.add_runtime_dependency "rubocop", "~> 1.52.0" - spec.add_runtime_dependency "rubocop-powerhome" + spec.add_dependency "rubocop", "1.66.1" + spec.add_dependency "rubocop-powerhome" spec.metadata["rubygems_mfa_required"] = "true" spec.add_development_dependency "license_finder", "~> 7.0" diff --git a/packages/rubocop-powerhome/Gemfile.lock b/packages/rubocop-powerhome/Gemfile.lock index d595c799..d10f0d8f 100644 --- a/packages/rubocop-powerhome/Gemfile.lock +++ b/packages/rubocop-powerhome/Gemfile.lock @@ -1,8 +1,8 @@ PATH remote: . specs: - rubocop-powerhome (0.5.2) - rubocop (~> 1.52.0) + rubocop-powerhome (0.5.3) + rubocop (= 1.66.1) rubocop-performance rubocop-rails rubocop-rake @@ -76,7 +76,7 @@ GEM i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - appraisal (2.4.1) + appraisal (2.5.0) bundler rake thor (>= 0.14.0) @@ -95,6 +95,7 @@ GEM i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2) + language_server-protocol (3.17.0.3) license_finder (7.2.1) bundler csv (~> 3.2) @@ -133,8 +134,8 @@ GEM racc (~> 1.4) nokogiri (1.16.7-x86_64-linux) racc (~> 1.4) - parallel (1.25.1) - parser (3.3.4.0) + parallel (1.26.3) + parser (3.3.5.0) ast (~> 2.4.1) racc pry (0.14.2) @@ -193,30 +194,30 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.1) - rubocop (1.52.1) + rubocop (1.66.1) json (~> 2.3) + language_server-protocol (>= 3.17.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.0, < 2.0) + regexp_parser (>= 2.4, < 3.0) + rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.3) parser (>= 3.3.1.0) - rubocop-performance (1.21.1) + rubocop-performance (1.22.1) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) - rubocop-rails (2.25.1) + rubocop-rails (2.26.2) activesupport (>= 4.2.0) rack (>= 1.1) - rubocop (>= 1.33.0, < 2.0) + rubocop (>= 1.52.0, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) rubocop-rake (0.6.0) rubocop (~> 1.0) - rubocop-rspec (3.0.0) - rubocop (~> 1.40) + rubocop-rspec (3.1.0) + rubocop (~> 1.61) ruby-progressbar (1.13.0) rubyzip (2.3.2) strscan (3.1.0) @@ -225,7 +226,7 @@ GEM tomlrb (2.0.3) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.5.0) + unicode-display_width (2.6.0) websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) @@ -240,7 +241,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - appraisal (~> 2.4.1) + appraisal (~> 2.5.0) license_finder (~> 7.0) pry (>= 0.14.2) pry-byebug (= 3.10.1) diff --git a/packages/rubocop-powerhome/gemfiles/rails_6_0.gemfile.lock b/packages/rubocop-powerhome/gemfiles/rails_6_0.gemfile.lock index e42d3092..39cdd93e 100644 --- a/packages/rubocop-powerhome/gemfiles/rails_6_0.gemfile.lock +++ b/packages/rubocop-powerhome/gemfiles/rails_6_0.gemfile.lock @@ -1,8 +1,8 @@ PATH remote: .. specs: - rubocop-powerhome (0.5.2) - rubocop (~> 1.52.0) + rubocop-powerhome (0.5.3) + rubocop (= 1.66.1) rubocop-performance rubocop-rails rubocop-rake @@ -66,7 +66,7 @@ GEM minitest (~> 5.1) tzinfo (~> 1.1) zeitwerk (~> 2.2, >= 2.2.2) - appraisal (2.4.1) + appraisal (2.5.0) bundler rake thor (>= 0.14.0) @@ -85,6 +85,7 @@ GEM i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2) + language_server-protocol (3.17.0.3) license_finder (7.2.1) bundler csv (~> 3.2) @@ -123,8 +124,8 @@ GEM racc (~> 1.4) nokogiri (1.16.5-x86_64-linux) racc (~> 1.4) - parallel (1.24.0) - parser (3.3.1.0) + parallel (1.26.3) + parser (3.3.5.0) ast (~> 2.4.1) racc pry (0.14.2) @@ -183,39 +184,30 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.1) - rubocop (1.52.1) + rubocop (1.66.1) json (~> 2.3) + language_server-protocol (>= 3.17.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.0, < 2.0) + regexp_parser (>= 2.4, < 3.0) + rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.3) parser (>= 3.3.1.0) - rubocop-capybara (2.20.0) - rubocop (~> 1.41) - rubocop-factory_bot (2.25.1) - rubocop (~> 1.41) - rubocop-performance (1.21.0) + rubocop-performance (1.22.1) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) - rubocop-rails (2.25.0) + rubocop-rails (2.26.2) activesupport (>= 4.2.0) rack (>= 1.1) - rubocop (>= 1.33.0, < 2.0) + rubocop (>= 1.52.0, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) rubocop-rake (0.6.0) rubocop (~> 1.0) - rubocop-rspec (2.29.2) - rubocop (~> 1.40) - rubocop-capybara (~> 2.17) - rubocop-factory_bot (~> 2.22) - rubocop-rspec_rails (~> 2.28) - rubocop-rspec_rails (2.28.3) - rubocop (~> 1.40) + rubocop-rspec (3.1.0) + rubocop (~> 1.61) ruby-progressbar (1.13.0) rubyzip (2.3.2) sprockets (4.2.1) @@ -232,7 +224,7 @@ GEM tomlrb (2.0.3) tzinfo (1.2.11) thread_safe (~> 0.1) - unicode-display_width (2.5.0) + unicode-display_width (2.6.0) websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) @@ -247,7 +239,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - appraisal (~> 2.4.1) + appraisal (~> 2.5.0) license_finder (~> 7.0) pry (>= 0.14.2) pry-byebug (= 3.10.1) diff --git a/packages/rubocop-powerhome/gemfiles/rails_6_1.gemfile.lock b/packages/rubocop-powerhome/gemfiles/rails_6_1.gemfile.lock index 7f5abe2e..7503ad9b 100644 --- a/packages/rubocop-powerhome/gemfiles/rails_6_1.gemfile.lock +++ b/packages/rubocop-powerhome/gemfiles/rails_6_1.gemfile.lock @@ -1,8 +1,8 @@ PATH remote: .. specs: - rubocop-powerhome (0.5.2) - rubocop (~> 1.52.0) + rubocop-powerhome (0.5.3) + rubocop (= 1.66.1) rubocop-performance rubocop-rails rubocop-rake @@ -70,7 +70,7 @@ GEM minitest (>= 5.1) tzinfo (~> 2.0) zeitwerk (~> 2.3) - appraisal (2.4.1) + appraisal (2.5.0) bundler rake thor (>= 0.14.0) @@ -89,6 +89,7 @@ GEM i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2) + language_server-protocol (3.17.0.3) license_finder (7.2.1) bundler csv (~> 3.2) @@ -127,8 +128,8 @@ GEM racc (~> 1.4) nokogiri (1.16.5-x86_64-linux) racc (~> 1.4) - parallel (1.24.0) - parser (3.3.1.0) + parallel (1.26.3) + parser (3.3.5.0) ast (~> 2.4.1) racc pry (0.14.2) @@ -187,39 +188,30 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.1) - rubocop (1.52.1) + rubocop (1.66.1) json (~> 2.3) + language_server-protocol (>= 3.17.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.0, < 2.0) + regexp_parser (>= 2.4, < 3.0) + rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.3) parser (>= 3.3.1.0) - rubocop-capybara (2.20.0) - rubocop (~> 1.41) - rubocop-factory_bot (2.25.1) - rubocop (~> 1.41) - rubocop-performance (1.21.0) + rubocop-performance (1.22.1) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) - rubocop-rails (2.25.0) + rubocop-rails (2.26.2) activesupport (>= 4.2.0) rack (>= 1.1) - rubocop (>= 1.33.0, < 2.0) + rubocop (>= 1.52.0, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) rubocop-rake (0.6.0) rubocop (~> 1.0) - rubocop-rspec (2.29.2) - rubocop (~> 1.40) - rubocop-capybara (~> 2.17) - rubocop-factory_bot (~> 2.22) - rubocop-rspec_rails (~> 2.28) - rubocop-rspec_rails (2.28.3) - rubocop (~> 1.40) + rubocop-rspec (3.1.0) + rubocop (~> 1.61) ruby-progressbar (1.13.0) rubyzip (2.3.2) sprockets (4.2.1) @@ -235,7 +227,7 @@ GEM tomlrb (2.0.3) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.5.0) + unicode-display_width (2.6.0) websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) @@ -250,7 +242,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - appraisal (~> 2.4.1) + appraisal (~> 2.5.0) license_finder (~> 7.0) pry (>= 0.14.2) pry-byebug (= 3.10.1) diff --git a/packages/rubocop-powerhome/gemfiles/rails_7_0.gemfile.lock b/packages/rubocop-powerhome/gemfiles/rails_7_0.gemfile.lock index e33bd998..7e3664ee 100644 --- a/packages/rubocop-powerhome/gemfiles/rails_7_0.gemfile.lock +++ b/packages/rubocop-powerhome/gemfiles/rails_7_0.gemfile.lock @@ -1,8 +1,8 @@ PATH remote: .. specs: - rubocop-powerhome (0.5.2) - rubocop (~> 1.52.0) + rubocop-powerhome (0.5.3) + rubocop (= 1.66.1) rubocop-performance rubocop-rails rubocop-rake @@ -76,7 +76,7 @@ GEM i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - appraisal (2.4.1) + appraisal (2.5.0) bundler rake thor (>= 0.14.0) @@ -95,6 +95,7 @@ GEM i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2) + language_server-protocol (3.17.0.3) license_finder (7.2.1) bundler csv (~> 3.2) @@ -133,8 +134,8 @@ GEM racc (~> 1.4) nokogiri (1.16.5-x86_64-linux) racc (~> 1.4) - parallel (1.24.0) - parser (3.3.1.0) + parallel (1.26.3) + parser (3.3.5.0) ast (~> 2.4.1) racc pry (0.14.2) @@ -193,39 +194,30 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.1) - rubocop (1.52.1) + rubocop (1.66.1) json (~> 2.3) + language_server-protocol (>= 3.17.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.0, < 2.0) + regexp_parser (>= 2.4, < 3.0) + rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.3) parser (>= 3.3.1.0) - rubocop-capybara (2.20.0) - rubocop (~> 1.41) - rubocop-factory_bot (2.25.1) - rubocop (~> 1.41) - rubocop-performance (1.21.0) + rubocop-performance (1.22.1) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) - rubocop-rails (2.25.0) + rubocop-rails (2.26.2) activesupport (>= 4.2.0) rack (>= 1.1) - rubocop (>= 1.33.0, < 2.0) + rubocop (>= 1.52.0, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) rubocop-rake (0.6.0) rubocop (~> 1.0) - rubocop-rspec (2.29.2) - rubocop (~> 1.40) - rubocop-capybara (~> 2.17) - rubocop-factory_bot (~> 2.22) - rubocop-rspec_rails (~> 2.28) - rubocop-rspec_rails (2.28.3) - rubocop (~> 1.40) + rubocop-rspec (3.1.0) + rubocop (~> 1.61) ruby-progressbar (1.13.0) rubyzip (2.3.2) strscan (3.1.0) @@ -234,7 +226,7 @@ GEM tomlrb (2.0.3) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.5.0) + unicode-display_width (2.6.0) websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) @@ -249,7 +241,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - appraisal (~> 2.4.1) + appraisal (~> 2.5.0) license_finder (~> 7.0) pry (>= 0.14.2) pry-byebug (= 3.10.1) diff --git a/packages/rubocop-powerhome/lib/rubocop/powerhome/version.rb b/packages/rubocop-powerhome/lib/rubocop/powerhome/version.rb index c3bd8648..e00ad0e7 100644 --- a/packages/rubocop-powerhome/lib/rubocop/powerhome/version.rb +++ b/packages/rubocop-powerhome/lib/rubocop/powerhome/version.rb @@ -2,6 +2,6 @@ module RuboCop module Powerhome - VERSION = "0.5.2" + VERSION = "0.5.3" end end diff --git a/packages/rubocop-powerhome/rubocop-powerhome.gemspec b/packages/rubocop-powerhome/rubocop-powerhome.gemspec index 5acbda63..d86986ab 100644 --- a/packages/rubocop-powerhome/rubocop-powerhome.gemspec +++ b/packages/rubocop-powerhome/rubocop-powerhome.gemspec @@ -35,14 +35,14 @@ Gem::Specification.new do |spec| # For more information and examples about making a new gem, check out our # guide at: https://bundler.io/guides/creating_gem.html - spec.add_runtime_dependency "rubocop", "~> 1.52.0" - spec.add_runtime_dependency "rubocop-performance" - spec.add_runtime_dependency "rubocop-rails" - spec.add_runtime_dependency "rubocop-rake" - spec.add_runtime_dependency "rubocop-rspec" + spec.add_dependency "rubocop", "1.66.1" + spec.add_dependency "rubocop-performance" + spec.add_dependency "rubocop-rails" + spec.add_dependency "rubocop-rake" + spec.add_dependency "rubocop-rspec" spec.metadata["rubygems_mfa_required"] = "true" - spec.add_development_dependency "appraisal", "~> 2.4.1" + spec.add_development_dependency "appraisal", "~> 2.5.0" spec.add_development_dependency "license_finder", "~> 7.0" spec.add_development_dependency "pry", ">= 0.14.2" spec.add_development_dependency "pry-byebug", "3.10.1"