Skip to content

Commit

Permalink
Update dependency rubocop to v1.71.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 31, 2025
1 parent 3315282 commit 7e429ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ group :development do
gem "debug"

# Linting
gem "rubocop", "1.71.0"
gem "rubocop", "1.71.1"
gem "rubocop-performance"
gem "rubocop-rails"
gem "rubocop-sequel"
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ GEM
json (2.9.1)
jwt (2.9.3)
base64
language_server-protocol (3.17.0.3)
language_server-protocol (3.17.0.4)
launchy (2.5.2)
addressable (~> 2.8)
letter_opener (1.10.0)
Expand Down Expand Up @@ -495,17 +495,17 @@ GEM
rexml (3.3.9)
rollbar (3.6.0)
rouge (3.26.1)
rubocop (1.71.0)
rubocop (1.71.1)
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.9.3, < 3.0)
rubocop-ast (>= 1.36.2, < 2.0)
rubocop-ast (>= 1.38.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.37.0)
rubocop-ast (1.38.0)
parser (>= 3.3.1.0)
rubocop-factory_bot (2.26.1)
rubocop (~> 1.61)
Expand Down Expand Up @@ -702,7 +702,7 @@ DEPENDENCIES
redcarpet
reverse_markdown
rollbar
rubocop (= 1.71.0)
rubocop (= 1.71.1)
rubocop-factory_bot
rubocop-graphql
rubocop-performance
Expand Down

0 comments on commit 7e429ad

Please sign in to comment.