Skip to content

Commit 41a99c6

Browse files
authored
Merge pull request #2800 from StoDevX/fastlane-git
Temporarily migrate to Fastlane's Git as our installation source
2 parents 7f6e3a0 + b9e2baf commit 41a99c6

File tree

2 files changed

+35
-30
lines changed

2 files changed

+35
-30
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://rubygems.org'
22

3-
gem 'fastlane'
3+
gem 'fastlane', git: 'https://github.com/fastlane/fastlane.git'
44
gem 'json'
55
gem 'xcodeproj'
66

Gemfile.lock

Lines changed: 34 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,7 @@
1-
GEM
2-
remote: https://rubygems.org/
1+
GIT
2+
remote: https://github.com/fastlane/fastlane.git
3+
revision: a9b78cfd5cfabf18727e165bbfe38c27ba2e23ef
34
specs:
4-
CFPropertyList (3.0.0)
5-
addressable (2.5.2)
6-
public_suffix (>= 2.0.2, < 4.0)
7-
ast (2.4.0)
8-
atomos (0.1.3)
9-
babosa (1.0.2)
10-
claide (1.0.2)
11-
colored (1.2)
12-
colored2 (3.1.2)
13-
commander-fastlane (4.4.6)
14-
highline (~> 1.7.2)
15-
declarative (0.0.10)
16-
declarative-option (0.1.0)
17-
domain_name (0.5.20180417)
18-
unf (>= 0.0.5, < 1.0.0)
19-
dotenv (2.5.0)
20-
emoji_regex (0.1.1)
21-
excon (0.62.0)
22-
faraday (0.15.2)
23-
multipart-post (>= 1.2, < 3)
24-
faraday-cookie_jar (0.0.6)
25-
faraday (>= 0.7.4)
26-
http-cookie (~> 1.0.0)
27-
faraday_middleware (0.12.2)
28-
faraday (>= 0.7.4, < 1.0)
29-
fastimage (2.1.3)
305
fastlane (2.101.1)
316
CFPropertyList (>= 2.3, < 4.0.0)
327
addressable (>= 2.3, < 3.0.0)
@@ -63,6 +38,36 @@ GEM
6338
xcodeproj (>= 1.5.7, < 2.0.0)
6439
xcpretty (~> 0.2.8)
6540
xcpretty-travis-formatter (>= 0.0.3)
41+
42+
GEM
43+
remote: https://rubygems.org/
44+
specs:
45+
CFPropertyList (3.0.0)
46+
addressable (2.5.2)
47+
public_suffix (>= 2.0.2, < 4.0)
48+
ast (2.4.0)
49+
atomos (0.1.3)
50+
babosa (1.0.2)
51+
claide (1.0.2)
52+
colored (1.2)
53+
colored2 (3.1.2)
54+
commander-fastlane (4.4.6)
55+
highline (~> 1.7.2)
56+
declarative (0.0.10)
57+
declarative-option (0.1.0)
58+
domain_name (0.5.20180417)
59+
unf (>= 0.0.5, < 1.0.0)
60+
dotenv (2.5.0)
61+
emoji_regex (0.1.1)
62+
excon (0.62.0)
63+
faraday (0.15.2)
64+
multipart-post (>= 1.2, < 3)
65+
faraday-cookie_jar (0.0.6)
66+
faraday (>= 0.7.4)
67+
http-cookie (~> 1.0.0)
68+
faraday_middleware (0.12.2)
69+
faraday (>= 0.7.4, < 1.0)
70+
fastimage (2.1.3)
6671
fastlane-plugin-bugsnag (1.3.4)
6772
git
6873
xml-simple
@@ -162,7 +167,7 @@ PLATFORMS
162167
ruby
163168

164169
DEPENDENCIES
165-
fastlane
170+
fastlane!
166171
fastlane-plugin-bugsnag
167172
json
168173
rubocop (~> 0.58)

0 commit comments

Comments
 (0)