Skip to content

Commit 112ad50

Browse files
committed
Update ios_check_beta_deps to work with immutable strings
1 parent 2c5f9eb commit 112ad50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/fastlane/plugin/wpmreleasetoolkit/actions/ios/ios_check_beta_deps.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def self.run(params)
3333
end
3434
end
3535

36-
message = ''
36+
message = String.new
3737
if non_stable_pods.empty?
3838
message << ALL_PODS_STABLE_MESSAGE
3939
else

0 commit comments

Comments
 (0)