Skip to content

Commit

Permalink
Remove hash from Podfile (new Ruby 3 syntax)
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio committed Sep 11, 2023
1 parent 8df0aa0 commit 523b3f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ pre_install do |installer|
end

post_install do |installer|
gutenberg_post_install(installer: installer)
gutenberg_post_install(installer:)

project_root = File.dirname(__FILE__)

Expand Down
2 changes: 1 addition & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,6 @@ SPEC CHECKSUMS:
ZendeskSupportSDK: 3a8e508ab1d9dd22dc038df6c694466414e037ba
ZIPFoundation: d170fa8e270b2a32bef9dcdcabff5b8f1a5deced

PODFILE CHECKSUM: 9baf4dbda6093f9b7978c6c0b46f761e388aeb67
PODFILE CHECKSUM: 20c2d52ed76d8dc50c502867b080966b80ea3cd9

COCOAPODS: 1.12.1

0 comments on commit 523b3f2

Please sign in to comment.