Skip to content

Commit

Permalink
Bump rubocop-rspec from 3.0.5 to 3.2.0 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 17, 2024
1 parent fe919a3 commit b751efb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ RSpec/MultipleExpectations:
RSpec/MultipleMemoizedHelpers:
Max: 8

RSpec/StringAsInstanceDoubleConstant:
Enabled: false

RSpec/VerifiedDoubleReference:
EnforcedStyle: string

Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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!
Expand Down

0 comments on commit b751efb

Please sign in to comment.