MacOS – Can’t install bundler using gem

macosruby

I'm trying to install Bundler on my Mac which is running OS X El Capitan Public Beta 6 (15A278b).

I try sudo gem install bundler but I get the following error back

ERROR: While executing gem … (Errno:EPERM)
Operation not permitted – /usr/bin/bundle

Best Answer

  1. Boot into the Recovery HD by restarting whilst holding ⌘R.
  2. Open Terminal (from the Utilities menu).
  3. Run the following command in Terminal:

    csrutil disable
    
  4. Restart.

Source: Package is incompatible with this version of OS X