From 90457288aa37e4ffdd50d1842da552a511390733 Mon Sep 17 00:00:00 2001 From: Jill Klang Date: Wed, 2 Oct 2024 11:20:33 -0400 Subject: [PATCH] Push updates to other packages --- packages/audit_tracker/Gemfile.lock | 17 ++++--- .../config/initializers/audit_tracker.rb | 2 - packages/camel_trail/Gemfile.lock | 17 ++++--- .../dummy/config/initializers/inflections.rb | 1 + .../dummy/config/initializers/mime_types.rb | 1 + packages/consent/Gemfile.lock | 17 ++++--- packages/consent/lib/consent/ability.rb | 2 +- .../spec/consent/model_additions_spec.rb | 9 ++-- packages/cygnet/Gemfile.lock | 51 ++++++++++--------- packages/cygnet/lib/cygnet/collections.rb | 2 +- packages/data_taster/Gemfile.lock | 17 ++++--- packages/dep_shield/Gemfile.lock | 17 ++++--- packages/edgestitch/Gemfile.lock | 33 ++++++------ packages/lumberaxe/Gemfile.lock | 17 ++++--- packages/lumberaxe/lib/lumberaxe/logger.rb | 2 +- packages/nitro_config/Gemfile.lock | 17 ++++--- .../nitro_config/lib/nitro_config/error.rb | 4 +- packages/rabbet/Gemfile.lock | 42 +++++++-------- 18 files changed, 136 insertions(+), 132 deletions(-) diff --git a/packages/audit_tracker/Gemfile.lock b/packages/audit_tracker/Gemfile.lock index 18217bfa..2a40e2a2 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 @@ -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) 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..30718fbf 100644 --- a/packages/audit_tracker/spec/internal/config/initializers/audit_tracker.rb +++ b/packages/audit_tracker/spec/internal/config/initializers/audit_tracker.rb @@ -1,6 +1,5 @@ # 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" @@ -17,4 +16,3 @@ 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..2e430180 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 @@ -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) 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..05e9ca2c 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 @@ -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) 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/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/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/edgestitch/Gemfile.lock b/packages/edgestitch/Gemfile.lock index a17b2927..1f2b4976 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 @@ -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) diff --git a/packages/lumberaxe/Gemfile.lock b/packages/lumberaxe/Gemfile.lock index d6069e9c..0ac2505f 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 @@ -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) 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/nitro_config/Gemfile.lock b/packages/nitro_config/Gemfile.lock index 4f710da3..415998c8 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 @@ -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) 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/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)