Skip to content

Commit

Permalink
gems: use Bundler v2
Browse files Browse the repository at this point in the history
  • Loading branch information
IngmarStein committed Feb 9, 2019
1 parent b6b95f4 commit d203ec8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -209,4 +209,4 @@ DEPENDENCIES
fastlane (~> 2.116)

BUNDLED WITH
1.17.3
2.0.1
2 changes: 1 addition & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 2fa8d1458361a2647f4061893128483f52b56a62

COCOAPODS: 1.6.0.rc.2
COCOAPODS: 1.6.0
Binary file modified fastlane/FastlaneRunner
Binary file not shown.
4 changes: 3 additions & 1 deletion fastlane/swift/Fastlane.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3716,8 +3716,10 @@ func updateProjectProvisioning(xcodeproj: String? = nil,
_ = runner.executeCommand(command)
}
func updateProjectTeam(path: String,
targets: [String]? = nil,
teamid: String) {
let command = RubyCommand(commandID: "", methodName: "update_project_team", className: nil, args: [RubyCommand.Argument(name: "path", value: path),
RubyCommand.Argument(name: "targets", value: targets),
RubyCommand.Argument(name: "teamid", value: teamid)])
_ = runner.executeCommand(command)
}
Expand Down Expand Up @@ -4229,4 +4231,4 @@ let screengrabfile: Screengrabfile = Screengrabfile()
let snapshotfile: Snapshotfile = Snapshotfile()
// Please don't remove the lines below
// They are used to detect outdated files
// FastlaneRunnerAPIVersion [0.9.40]
// FastlaneRunnerAPIVersion [0.9.41]

0 comments on commit d203ec8

Please sign in to comment.