File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1+ source "https://rubygems.org"
2+
13gem 'cocoapods' , :git => 'https://github.com/SagarSDagdu/CocoaPods.git' , tag : '1.15.2.1-sagard'
Original file line number Diff line number Diff line change 2323 xcodeproj (>= 1.23.0 , < 2.0 )
2424
2525GEM
26+ remote: https://rubygems.org/
2627 specs:
2728 CFPropertyList (3.0.7 )
2829 base64
4546 json (>= 1.5.1 )
4647 atomos (0.1.3 )
4748 base64 (0.2.0 )
48- bigdecimal (3.1.5 )
49+ bigdecimal (3.1.7 )
4950 claide (1.1.0 )
5051 cocoapods-core (1.15.2 )
5152 activesupport (>= 5.0 , < 8 )
6970 colored2 (3.1.2 )
7071 concurrent-ruby (1.2.3 )
7172 connection_pool (2.4.1 )
72- drb (2.2.0 )
73- ruby2_keywords
73+ drb (2.2.1 )
7474 escape (0.0.4 )
7575 ethon (0.16.0 )
7676 ffi (>= 1.15.0 )
8181 httpclient (2.8.3 )
8282 i18n (1.14.4 )
8383 concurrent-ruby (~> 1.0 )
84- json (2.7.1 )
84+ json (2.7.2 )
8585 minitest (5.22.3 )
8686 molinillo (0.8.0 )
8787 mutex_m (0.2.0 )
8888 nanaimo (0.3.0 )
8989 nap (1.1.0 )
9090 netrc (0.11.0 )
91- nkf (0.1.3 )
91+ nkf (0.2.0 )
9292 public_suffix (4.0.7 )
9393 rexml (3.2.6 )
9494 ruby-macho (2.5.1 )
95- ruby2_keywords (0.0.5 )
9695 typhoeus (1.4.1 )
9796 ethon (>= 0.9.0 )
9897 tzinfo (2.0.6 )
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ if [ -n "$BUILD_SCHEME" ]; then
77 make test BUILD_SCHEME=" $BUILD_SCHEME "
88 fi
99elif [ -n " $VALIDATOR_SUBSPEC " ]; then
10- bundle install --deployment
10+ bundle install
1111 if [ " $VALIDATOR_SUBSPEC " == " none" ]; then
1212 bundle exec pod lib lint --no-subspecs --fail-fast
1313 else
You can’t perform that action at this time.
0 commit comments