fastlane: Brew cask install fastlane fails

New Issue Checklist

Issue Description

brew cask install fastlane fails with Error: Permission denied - /Library/Ruby/Gems/2.0.0/extensions/universal-darwin-16

Environment

About this issue

  • Original URL
  • State: closed
  • Created 8 years ago
  • Comments: 15 (1 by maintainers)

Most upvoted comments

@postmechanical solved brew cask install problem using HOMEBREW_RUBY_PATH=$(which ruby) brew cask install whatever. Note which ruby should point to NON-SYSTEM ruby. In my case ~/.rvm/rubies/ruby-2.3.3/bin/ruby