Skip to content

Instantly share code, notes, and snippets.

@markoa
Last active December 19, 2015 11:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save markoa/5947325 to your computer and use it in GitHub Desktop.
Save markoa/5947325 to your computer and use it in GitHub Desktop.

Workaround for Semaphore regression on 2013-07-07/08, bundler missing for Ruby 1.9.2.

If your project is using Ruby 1.9.2, add these build setup commands to avoid the regression:

rbenv local 1.9.2-p320
gem install bundler --no-ri --no-rdoc

Update: regression has been fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment