Skip to content

Commit

Permalink
chore(deps): update dependency rubocop to v1.68.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 31, 2024
1 parent a59d094 commit 23d4a92
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ group :development do
gem 'letter_opener'
gem 'rails-erd'
gem 'rdoc'
gem 'rubocop', '1.62.0', require: false
gem 'rubocop', '1.68.0', require: false
gem 'rubocop-graphql', '1.5.4', require: false
gem 'rubocop-minitest', '0.35.1', require: false
gem 'rubocop-performance', '1.22.1', require: false
Expand Down
17 changes: 8 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ GEM
thor (>= 0.14, < 2.0)
jsbundling-rails (1.0.2)
railties (>= 6.0.0)
json (2.7.2)
json (2.7.5)
json-canonicalization (0.3.0)
json-ld (3.2.3)
htmlentities (~> 4.3)
Expand Down Expand Up @@ -304,7 +304,7 @@ GEM
activerecord (>= 6.1)
request_store (~> 1.4)
parallel (1.26.3)
parser (3.3.5.0)
parser (3.3.5.1)
ast (~> 2.4.1)
racc
pg (1.4.3)
Expand Down Expand Up @@ -384,19 +384,18 @@ GEM
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rexml (3.3.7)
rubocop (1.62.0)
rexml (3.3.9)
rubocop (1.68.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.31.1, < 2.0)
regexp_parser (>= 2.4, < 3.0)
rubocop-ast (>= 1.32.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.32.3)
rubocop-ast (1.33.0)
parser (>= 3.3.1.0)
rubocop-graphql (1.5.4)
rubocop (>= 1.50, < 2)
Expand Down Expand Up @@ -555,7 +554,7 @@ DEPENDENCIES
rails-controller-testing
rails-erd
rdoc
rubocop (= 1.62.0)
rubocop (= 1.68.0)
rubocop-graphql (= 1.5.4)
rubocop-minitest (= 0.35.1)
rubocop-performance (= 1.22.1)
Expand Down

0 comments on commit 23d4a92

Please sign in to comment.