diff --git a/sample/db/samples/shipping_methods.rb b/sample/db/samples/shipping_methods.rb index aeb23eb2794..dfff4dada84 100644 --- a/sample/db/samples/shipping_methods.rb +++ b/sample/db/samples/shipping_methods.rb @@ -50,8 +50,7 @@ } ]) -# The just below rubocop:disable directive will be removed once https://github.com/rubocop/rubocop/issues/12441 is resolved. -{ # rubocop:disable Style/HashEachMethods +{ "UPS Ground (USD)" => [5, "USD"], "UPS Ground (EU)" => [5, "USD"], "UPS One Day (USD)" => [15, "USD"],