diff --git a/.rubocop.yml b/.rubocop.yml index 341f8e5..0700e05 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -29,6 +29,9 @@ RSpec/MultipleExpectations: RSpec/MultipleMemoizedHelpers: Max: 8 +RSpec/StringAsInstanceDoubleConstant: + Enabled: false + RSpec/VerifiedDoubleReference: EnforcedStyle: string diff --git a/Gemfile b/Gemfile index 1518838..b63c7e7 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ group :development do gem "rake", "~> 13.0" gem "rspec", "~> 3.0" gem "rubocop", "~> 1.68" - gem "rubocop-rspec", "~> 3.0" + gem "rubocop-rspec", "~> 3.2" gem "simplecov", "~> 0.22" gem "simplecov-cobertura", "~> 2.1" # Use a specific version of Vagrant to ensure compatibility diff --git a/Gemfile.lock b/Gemfile.lock index 40f7715..59b2786 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -95,7 +95,7 @@ GEM i18n (1.14.6) concurrent-ruby (~> 1.0) ipaddr (1.2.6) - json (2.7.5) + json (2.8.1) language_server-protocol (3.17.0.3) listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) @@ -123,7 +123,7 @@ GEM bigdecimal pairing_heap (3.1.0) parallel (1.26.3) - parser (3.3.5.0) + parser (3.3.6.0) ast (~> 2.4.1) racc racc (1.8.1) @@ -164,9 +164,9 @@ GEM rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.33.0) + rubocop-ast (1.34.1) parser (>= 3.3.1.0) - rubocop-rspec (3.0.5) + rubocop-rspec (3.2.0) rubocop (~> 1.61) ruby-progressbar (1.13.0) rubyntlm (0.6.3) @@ -224,7 +224,7 @@ DEPENDENCIES rake (~> 13.0) rspec (~> 3.0) rubocop (~> 1.68) - rubocop-rspec (~> 3.0) + rubocop-rspec (~> 3.2) simplecov (~> 0.22) simplecov-cobertura (~> 2.1) vagrant!