Skip to content

Commit 9bed245

Browse files
committed
adding source for gems as otherwise it does not resolve correctly in CI
1 parent a6e7697 commit 9bed245

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

Gemfile

+2
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
source "https://rubygems.org"
2+
13
gem 'cocoapods', :git => 'https://github.com/SagarSDagdu/CocoaPods.git', tag: '1.15.2.1-sagard'

Gemfile.lock

+5-6
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ GIT
2323
xcodeproj (>= 1.23.0, < 2.0)
2424

2525
GEM
26+
remote: https://rubygems.org/
2627
specs:
2728
CFPropertyList (3.0.7)
2829
base64
@@ -45,7 +46,7 @@ GEM
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)
@@ -69,8 +70,7 @@ GEM
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)
@@ -81,18 +81,17 @@ GEM
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)

run-tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if [ -n "$BUILD_SCHEME" ]; then
77
make test BUILD_SCHEME="$BUILD_SCHEME"
88
fi
99
elif [ -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

0 commit comments

Comments
 (0)