Skip to content
This repository was archived by the owner on Jun 13, 2023. It is now read-only.

Commit 0d23a52

Browse files
committed
Use proper ruby version in publish.sh
1 parent c2e6bbd commit 0d23a52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

publish.sh

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/sh -e
2+
rvm use $(< .ruby-version) --install --binary --fuzzy
23
gem install bundler
34
bundle install
45
bundle exec pod trunk push ParseLiveQuery.podspec

0 commit comments

Comments
 (0)