Skip to content

Commit

Permalink
Update rubocop-rails to version 2.29.1
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] authored Jan 30, 2025
1 parent 7cbf44b commit d142e62
Show file tree
Hide file tree
Showing 26 changed files with 17 additions and 15 deletions.
32 changes: 17 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ GEM
public_suffix (>= 2.0.2, < 7.0)
ast (2.4.2)
base64 (0.2.0)
bigdecimal (3.1.8)
bigdecimal (3.1.9)
builder (3.3.0)
byebug (11.1.3)
capybara (3.40.0)
Expand All @@ -91,8 +91,8 @@ GEM
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
concurrent-ruby (1.3.5)
connection_pool (2.5.0)
crack (1.0.0)
bigdecimal
rexml
Expand Down Expand Up @@ -163,14 +163,14 @@ GEM
sysexits (~> 1.1)
hashdiff (1.1.1)
hashie (5.0.0)
i18n (1.14.6)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
io-console (0.8.0)
irb (1.14.1)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.7.5)
language_server-protocol (3.17.0.3)
json (2.9.1)
language_server-protocol (3.17.0.4)
locale (2.1.4)
logger (1.6.2)
lograge (0.14.0)
Expand Down Expand Up @@ -211,7 +211,7 @@ GEM
racc (~> 1.4)
open_uri_redirections (0.2.1)
parallel (1.26.3)
parser (3.3.5.1)
parser (3.3.7.0)
ast (~> 2.4.1)
racc
pkg-config (1.5.1)
Expand Down Expand Up @@ -273,23 +273,23 @@ GEM
rdoc (6.8.1)
psych (>= 4.0.0)
redcarpet (3.5.1)
regexp_parser (2.9.2)
regexp_parser (2.10.0)
reline (0.5.12)
io-console (~> 0.5)
request_store (1.5.1)
rack (>= 1.4)
rexml (3.3.9)
rubocop (1.68.0)
rubocop (1.71.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 (>= 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.33.0)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.38.0)
parser (>= 3.3.1.0)
rubocop-capybara (2.21.0)
rubocop (~> 1.41)
Expand All @@ -299,7 +299,7 @@ GEM
rubocop-performance (1.22.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rails (2.27.0)
rubocop-rails (2.29.1)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.52.0, < 2.0)
Expand Down Expand Up @@ -350,7 +350,9 @@ GEM
timeout (0.4.2)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.6.0)
unicode-display_width (3.1.4)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
vcr (6.3.1)
base64
webmock (3.24.0)
Expand Down
Binary file removed vendor/cache/bigdecimal-3.1.8.gem
Binary file not shown.
Binary file added vendor/cache/bigdecimal-3.1.9.gem
Binary file not shown.
Binary file removed vendor/cache/concurrent-ruby-1.3.4.gem
Binary file not shown.
Binary file added vendor/cache/concurrent-ruby-1.3.5.gem
Binary file not shown.
Binary file removed vendor/cache/connection_pool-2.4.1.gem
Binary file not shown.
Binary file added vendor/cache/connection_pool-2.5.0.gem
Binary file not shown.
Binary file removed vendor/cache/i18n-1.14.6.gem
Binary file not shown.
Binary file added vendor/cache/i18n-1.14.7.gem
Binary file not shown.
Binary file removed vendor/cache/json-2.7.5.gem
Binary file not shown.
Binary file added vendor/cache/json-2.9.1.gem
Binary file not shown.
Binary file removed vendor/cache/language_server-protocol-3.17.0.3.gem
Binary file not shown.
Binary file not shown.
Binary file removed vendor/cache/parser-3.3.5.1.gem
Binary file not shown.
Binary file added vendor/cache/parser-3.3.7.0.gem
Binary file not shown.
Binary file added vendor/cache/regexp_parser-2.10.0.gem
Binary file not shown.
Binary file removed vendor/cache/regexp_parser-2.9.2.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-1.68.0.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-1.71.0.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-ast-1.33.0.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-ast-1.38.0.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-rails-2.27.0.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-rails-2.29.1.gem
Binary file not shown.
Binary file removed vendor/cache/unicode-display_width-2.6.0.gem
Binary file not shown.
Binary file added vendor/cache/unicode-display_width-3.1.4.gem
Binary file not shown.
Binary file added vendor/cache/unicode-emoji-4.0.4.gem
Binary file not shown.

0 comments on commit d142e62

Please sign in to comment.