Skip to content

Commit

Permalink
chore(deps): update dependency rubocop-rspec to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 31, 2024
1 parent 3bc99d2 commit 35d3ea0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 23 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ group :development do
gem 'rake', '~>13.2.1'
gem 'reek', '~> 6.3.0'
gem 'rubocop', '~> 1.63.4'
gem 'rubocop-rspec', '~> 2.29', '>= 2.29.1'
gem 'rubocop-rspec', '~> 3.2'
end

group :test do
Expand Down
35 changes: 13 additions & 22 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ GEM
i18n (1.12.0)
concurrent-ruby (~> 1.0)
io-event (1.1.7)
json (2.7.2)
json (2.7.5)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
Expand All @@ -146,8 +146,8 @@ GEM
octokit (4.25.1)
faraday (>= 1, < 3)
sawyer (~> 0.9)
parallel (1.24.0)
parser (3.3.1.0)
parallel (1.26.3)
parser (3.3.5.0)
ast (~> 2.4.1)
racc
protocol-hpack (1.4.2)
Expand All @@ -158,7 +158,7 @@ GEM
protocol-hpack (~> 1.4)
protocol-http (~> 0.18)
public_suffix (5.0.5)
racc (1.7.3)
racc (1.8.1)
rainbow (3.1.1)
rake (13.2.1)
rchardet (1.8.0)
Expand All @@ -167,13 +167,13 @@ GEM
parser (~> 3.3.0)
rainbow (>= 2.0, < 4.0)
rexml (~> 3.1)
regexp_parser (2.9.0)
regexp_parser (2.9.2)
rest-client (2.1.0)
http-accept (>= 1.7.0, < 2.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rexml (3.2.6)
rexml (3.3.9)
rhcl (0.1.0)
deep_merge
rspec (3.13.0)
Expand All @@ -191,7 +191,7 @@ GEM
rspec-rerun (1.1.0)
rspec (~> 3.0)
rspec-support (3.13.1)
rubocop (1.63.4)
rubocop (1.63.5)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -202,19 +202,10 @@ GEM
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.2)
parser (>= 3.3.0.4)
rubocop-capybara (2.20.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.25.1)
rubocop (~> 1.41)
rubocop-rspec (2.29.1)
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-ast (1.33.0)
parser (>= 3.3.1.0)
rubocop-rspec (3.2.0)
rubocop (~> 1.61)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
sawyer (0.9.2)
Expand All @@ -236,7 +227,7 @@ GEM
unf (0.1.4)
unf_ext
unf_ext (0.0.9.1)
unicode-display_width (2.5.0)
unicode-display_width (2.6.0)
zeitwerk (2.6.13)

PLATFORMS
Expand All @@ -254,7 +245,7 @@ DEPENDENCIES
rspec (~> 3.13.0)
rspec-rerun
rubocop (~> 1.63.4)
rubocop-rspec (~> 2.29, >= 2.29.1)
rubocop-rspec (~> 3.2)
simplecov (~> 0.22.0)

RUBY VERSION
Expand Down

0 comments on commit 35d3ea0

Please sign in to comment.