Skip to content

Commit d203ec8

Browse files
committed
gems: use Bundler v2
1 parent b6b95f4 commit d203ec8

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,4 +209,4 @@ DEPENDENCIES
209209
fastlane (~> 2.116)
210210

211211
BUNDLED WITH
212-
1.17.3
212+
2.0.1

Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ SPEC CHECKSUMS:
2222

2323
PODFILE CHECKSUM: 2fa8d1458361a2647f4061893128483f52b56a62
2424

25-
COCOAPODS: 1.6.0.rc.2
25+
COCOAPODS: 1.6.0

fastlane/FastlaneRunner

312 Bytes
Binary file not shown.

fastlane/swift/Fastlane.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3716,8 +3716,10 @@ func updateProjectProvisioning(xcodeproj: String? = nil,
37163716
_ = runner.executeCommand(command)
37173717
}
37183718
func updateProjectTeam(path: String,
3719+
targets: [String]? = nil,
37193720
teamid: String) {
37203721
let command = RubyCommand(commandID: "", methodName: "update_project_team", className: nil, args: [RubyCommand.Argument(name: "path", value: path),
3722+
RubyCommand.Argument(name: "targets", value: targets),
37213723
RubyCommand.Argument(name: "teamid", value: teamid)])
37223724
_ = runner.executeCommand(command)
37233725
}
@@ -4229,4 +4231,4 @@ let screengrabfile: Screengrabfile = Screengrabfile()
42294231
let snapshotfile: Snapshotfile = Snapshotfile()
42304232
// Please don't remove the lines below
42314233
// They are used to detect outdated files
4232-
// FastlaneRunnerAPIVersion [0.9.40]
4234+
// FastlaneRunnerAPIVersion [0.9.41]

0 commit comments

Comments
 (0)