Skip to content

Commit

Permalink
Update dependency rubocop to v1.65.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 1, 2024
1 parent 0fa4602 commit fa0b15a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ gem 'minitest', '5.24.1', require: false
gem 'minitest-reporters', '1.7.1', require: false
gem 'rake', '13.2.1', require: false
gem 'rspec-rails', '6.1.3', require: false
gem 'rubocop', '1.65.0', require: false
gem 'rubocop', '1.65.1', require: false
gem 'rubocop-performance', '1.21.1', require: false
gem 'rubocop-rspec', '3.0.3', require: false
gem 'simplecov', '0.22.0', require: false
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ GEM
psych (5.1.2)
stringio
public_suffix (6.0.0)
racc (1.8.0)
racc (1.8.1)
rack (3.1.7)
rack-session (2.0.0)
rack (>= 3.0.0)
Expand Down Expand Up @@ -182,7 +182,7 @@ GEM
reline (0.5.9)
io-console (~> 0.5)
retries (0.0.5)
rexml (3.3.2)
rexml (3.3.4)
strscan
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
Expand All @@ -201,7 +201,7 @@ GEM
rspec-mocks (~> 3.13)
rspec-support (~> 3.13)
rspec-support (3.13.1)
rubocop (1.65.0)
rubocop (1.65.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -267,7 +267,7 @@ DEPENDENCIES
minitest-reporters (= 1.7.1)
rake (= 13.2.1)
rspec-rails (= 6.1.3)
rubocop (= 1.65.0)
rubocop (= 1.65.1)
rubocop-performance (= 1.21.1)
rubocop-rspec (= 3.0.3)
simplecov (= 0.22.0)
Expand Down

0 comments on commit fa0b15a

Please sign in to comment.