Skip to content

Commit

Permalink
Update dependency rubocop to v1.69.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 18, 2024
1 parent 03eef74 commit e7d1e63
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ group :development do
gem "debug"

# Linting
gem "rubocop", "1.68.0"
gem "rubocop", "1.69.2"
gem "rubocop-performance"
gem "rubocop-rails"
gem "rubocop-sequel"
Expand Down
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -331,8 +331,8 @@ GEM
reline (>= 0.4.2)
jar-dependencies (0.5.1)
jmespath (1.6.2)
json (2.8.2)
json (2.8.2-java)
json (2.9.0)
json (2.9.0-java)
jwt (2.8.2)
base64
language_server-protocol (3.17.0.3)
Expand Down Expand Up @@ -526,7 +526,7 @@ GEM
psych (>= 4.0.0)
recaptcha (5.18.0)
redcarpet (3.6.0)
regexp_parser (2.9.2)
regexp_parser (2.9.3)
reline (0.5.12)
io-console (~> 0.5)
request_store (1.5.1)
Expand All @@ -539,17 +539,17 @@ GEM
rexml (3.3.9)
rollbar (3.6.0)
rouge (3.26.1)
rubocop (1.68.0)
rubocop (1.69.2)
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 (>= 2.4, < 3.0)
rubocop-ast (>= 1.32.2, < 2.0)
regexp_parser (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.36.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.36.1)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.37.0)
parser (>= 3.3.1.0)
rubocop-factory_bot (2.26.1)
rubocop (~> 1.61)
Expand Down Expand Up @@ -749,7 +749,7 @@ DEPENDENCIES
redcarpet
reverse_markdown
rollbar
rubocop (= 1.68.0)
rubocop (= 1.69.2)
rubocop-factory_bot
rubocop-graphql
rubocop-performance
Expand Down

0 comments on commit e7d1e63

Please sign in to comment.