Skip to content

Commit a6e7697

Browse files
committedApr 13, 2024·
fixing bundle versions?
1 parent c4ec236 commit a6e7697

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ GEM
8282
i18n (1.14.4)
8383
concurrent-ruby (~> 1.0)
8484
json (2.7.1)
85-
minitest (5.22.0)
85+
minitest (5.22.3)
8686
molinillo (0.8.0)
8787
mutex_m (0.2.0)
8888
nanaimo (0.3.0)

‎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
10+
bundle install --deployment
1111
if [ "$VALIDATOR_SUBSPEC" == "none" ]; then
1212
bundle exec pod lib lint --no-subspecs --fail-fast
1313
else

0 commit comments

Comments
 (0)
Please sign in to comment.