Skip to content

Commit

Permalink
Merge pull request #1088 from shankari/fix_ios_build
Browse files Browse the repository at this point in the history
Change the path where we expect gems to be installed
  • Loading branch information
shankari authored Oct 29, 2023
2 parents 342e190 + 9f5c02e commit b8a5cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/export_shared_dep_versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ export GRADLE_VERSION=7.6
export OSX_EXP_VERSION=12

export NVM_DIR="$HOME/.nvm"
export RUBY_PATH=$HOME/.gem/ruby/$RUBY_VERSION.0/bin
export RUBY_PATH=$HOME/.local/share/gem/ruby/$RUBY_VERSION.0/bin

0 comments on commit b8a5cce

Please sign in to comment.