Skip to content

Commit

Permalink
don't install gems explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
morganchen12 committed Jan 14, 2025
1 parent f9140c9 commit 6ddfa62
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions use-latest-deps-ios.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,8 @@ set -e
set -x
set -o pipefail

# Install Ruby
# shellcheck disable=SC1091
source /etc/profile.d/rvm.sh
rvm install 2.7.5
rvm use 2.7.5

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

# Allow root
export COCOAPODS_ALLOW_ROOT=1
Expand Down

0 comments on commit 6ddfa62

Please sign in to comment.