diff --git a/.rubocop.yml b/.rubocop.yml index 20d8432ea40a..6f16ccfb8cfe 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -27,8 +27,8 @@ Layout/EmptyLines: Style/MutableConstant: Exclude: # CocoaPods mutates some input values. - # It's simpler to relax this rule than to address each individually by passing mutable copies - - Gutenberg/cocoapods_helper.rb + # It's simpler to relax this rule than to address each individually by passing mutable copies. + - Gutenberg/cocoapods_helpers.rb Style/AsciiComments: Exclude: *xfiles diff --git a/Gutenberg/cocoapods_helper.rb b/Gutenberg/cocoapods_helpers.rb similarity index 100% rename from Gutenberg/cocoapods_helper.rb rename to Gutenberg/cocoapods_helpers.rb diff --git a/Podfile b/Podfile index 652f090950ce..fcf13aedd591 100644 --- a/Podfile +++ b/Podfile @@ -1,6 +1,6 @@ # frozen_string_literal: true -require_relative './Gutenberg/cocoapods_helper' +require_relative './Gutenberg/cocoapods_helpers' # For security reasons, please always keep the wordpress-mobile source first and the CDN second. # For more info, see https://github.com/wordpress-mobile/cocoapods-specs#source-order-and-security-considerations diff --git a/Podfile.lock b/Podfile.lock index 40ddd52a3771..41405d133891 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -900,6 +900,6 @@ SPEC CHECKSUMS: ZendeskSupportSDK: 3a8e508ab1d9dd22dc038df6c694466414e037ba ZIPFoundation: ae5b4b813d216d3bf0a148773267fff14bd51d37 -PODFILE CHECKSUM: 2c6431b034e07dc4772d2e3d30c413d965c41eac +PODFILE CHECKSUM: 1d5bcc38fed97cea23146642a10c28b83717b1ff COCOAPODS: 1.11.3