Skip to content

Commit

Permalink
Update dependency rubocop to v1.64.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 31, 2024
1 parent 360484e commit 944d5fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.23.1', require: false
gem 'rack', '3.0.11', require: false
gem 'rake', '13.2.1', require: false
gem 'rspec-rails', '6.1.2', require: false
gem 'rubocop', '1.64.0', require: false
gem 'rubocop', '1.64.1', require: false
gem 'rubocop-rspec', '2.29.2', require: false
gem 'simplecov', '0.22.0', require: false
gem 'xcop', '0.7.1', require: false
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ GEM
nokogiri (1.16.5-x86_64-linux)
racc (~> 1.4)
parallel (1.24.0)
parser (3.3.1.0)
parser (3.3.2.0)
ast (~> 2.4.1)
racc
pg (1.5.6)
Expand Down Expand Up @@ -125,7 +125,7 @@ GEM
rspec-mocks (~> 3.13)
rspec-support (~> 3.13)
rspec-support (3.13.1)
rubocop (1.64.0)
rubocop (1.64.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -181,7 +181,7 @@ DEPENDENCIES
rack (= 3.0.11)
rake (= 13.2.1)
rspec-rails (= 6.1.2)
rubocop (= 1.64.0)
rubocop (= 1.64.1)
rubocop-rspec (= 2.29.2)
simplecov (= 0.22.0)
xcop (= 0.7.1)
Expand Down

0 comments on commit 944d5fc

Please sign in to comment.