Skip to content

Commit

Permalink
Fix dangermattic warnings for ruby arrays
Browse files Browse the repository at this point in the history
Don't really agree with this but it satisfies dangermattic
  • Loading branch information
bjtitus committed Jun 14, 2024
1 parent f480240 commit ab68cff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ end
target 'podcasts' do
platform :ios, app_ios_deployment_target.version
common_pods
pod 'PulseCore', :git => '/~https://github.com/kean/Pulse.git', :tag => '4.2.4', :configurations => ['Debug', 'Staging', 'Prototype']
pod 'PulseUI', :git => '/~https://github.com/kean/Pulse.git', :tag => '4.2.4', :configurations => ['Debug', 'Staging', 'Prototype']
pod 'PulseCore', git: '/~https://github.com/kean/Pulse.git', tag: '4.2.4', configurations: %w[Debug Staging Prototype]
pod 'PulseUI', git: '/~https://github.com/kean/Pulse.git', tag: '4.2.4', configurations: %w[Debug Staging Prototype]
end

target 'PocketCastsTests' do
Expand Down
2 changes: 1 addition & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ SPEC CHECKSUMS:
SwiftGen: a6d22010845f08fe18fbdf3a07a8e380fd22e0ea
SwiftLint: c1de071d9d08c8aba837545f6254315bc900e211

PODFILE CHECKSUM: 0e185a045339562186e19d10c2aa0259da224fc9
PODFILE CHECKSUM: 35ded1b477e1bd45f3ce555bde00f971eb3ac501

COCOAPODS: 1.14.2

0 comments on commit ab68cff

Please sign in to comment.