Skip to content

Commit

Permalink
Merge pull request #580 from Shopify/dependabot/bundler/rubocop-1.56.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sambostock authored Oct 3, 2023
2 parents 0d61344 + 099131c commit 4ae6412
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ GEM
rake (13.0.6)
regexp_parser (2.8.1)
rexml (3.2.6)
rubocop (1.56.3)
rubocop (1.56.4)
base64 (~> 0.1.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
Expand All @@ -46,7 +46,7 @@ GEM
rubocop-ast (1.29.0)
parser (>= 3.2.1.0)
ruby-progressbar (1.13.0)
unicode-display_width (2.4.2)
unicode-display_width (2.5.0)

PLATFORMS
ruby
Expand Down
1 change: 1 addition & 0 deletions test/fixtures/full_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2533,6 +2533,7 @@ Style/CollectionMethods:
PreferredMethods:
collect: map
collect!: map!
collect_concat: flat_map
inject: reduce
detect: find
find_all: select
Expand Down

0 comments on commit 4ae6412

Please sign in to comment.