File tree 3 files changed +8
-7
lines changed
3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change
1
+ source "https://rubygems.org"
2
+
1
3
gem 'cocoapods' , :git => 'https://github.com/SagarSDagdu/CocoaPods.git' , tag : '1.15.2.1-sagard'
Original file line number Diff line number Diff line change 23
23
xcodeproj (>= 1.23.0 , < 2.0 )
24
24
25
25
GEM
26
+ remote: https://rubygems.org/
26
27
specs:
27
28
CFPropertyList (3.0.7 )
28
29
base64
45
46
json (>= 1.5.1 )
46
47
atomos (0.1.3 )
47
48
base64 (0.2.0 )
48
- bigdecimal (3.1.5 )
49
+ bigdecimal (3.1.7 )
49
50
claide (1.1.0 )
50
51
cocoapods-core (1.15.2 )
51
52
activesupport (>= 5.0 , < 8 )
69
70
colored2 (3.1.2 )
70
71
concurrent-ruby (1.2.3 )
71
72
connection_pool (2.4.1 )
72
- drb (2.2.0 )
73
- ruby2_keywords
73
+ drb (2.2.1 )
74
74
escape (0.0.4 )
75
75
ethon (0.16.0 )
76
76
ffi (>= 1.15.0 )
81
81
httpclient (2.8.3 )
82
82
i18n (1.14.4 )
83
83
concurrent-ruby (~> 1.0 )
84
- json (2.7.1 )
84
+ json (2.7.2 )
85
85
minitest (5.22.3 )
86
86
molinillo (0.8.0 )
87
87
mutex_m (0.2.0 )
88
88
nanaimo (0.3.0 )
89
89
nap (1.1.0 )
90
90
netrc (0.11.0 )
91
- nkf (0.1.3 )
91
+ nkf (0.2.0 )
92
92
public_suffix (4.0.7 )
93
93
rexml (3.2.6 )
94
94
ruby-macho (2.5.1 )
95
- ruby2_keywords (0.0.5 )
96
95
typhoeus (1.4.1 )
97
96
ethon (>= 0.9.0 )
98
97
tzinfo (2.0.6 )
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ if [ -n "$BUILD_SCHEME" ]; then
7
7
make test BUILD_SCHEME=" $BUILD_SCHEME "
8
8
fi
9
9
elif [ -n " $VALIDATOR_SUBSPEC " ]; then
10
- bundle install --deployment
10
+ bundle install
11
11
if [ " $VALIDATOR_SUBSPEC " == " none" ]; then
12
12
bundle exec pod lib lint --no-subspecs --fail-fast
13
13
else
You can’t perform that action at this time.
0 commit comments