Skip to content

Commit

Permalink
use ruby 3
Browse files Browse the repository at this point in the history
  • Loading branch information
morganchen12 committed Jan 14, 2025
1 parent f9140c9 commit ff8d1c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions use-latest-deps-ios.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ set -o pipefail
# Install Ruby
# shellcheck disable=SC1091
source /etc/profile.d/rvm.sh
rvm install 2.7.5
rvm use 2.7.5
rvm install 3.3.22
rvm use 3.3.22

# Install gems
gem install bundler -v 2.4.22 # subsequent versions require Ruby 3+.
gem install bundler
gem install cocoapods

# Allow root
Expand Down

0 comments on commit ff8d1c4

Please sign in to comment.