Skip to content

Instantly share code, notes, and snippets.

@parndt
Created May 16, 2012 22:26
Show Gist options
  • Save parndt/2714521 to your computer and use it in GitHub Desktop.
Save parndt/2714521 to your computer and use it in GitHub Desktop.
rubygems > 1.8.12 fail on rbx
10:24:45: [2.0.0dev] ~$ gem install bcrypt-ruby -v 3.0.1
ERROR: While executing gem ... (NoMethodError)
undefined method `slice!' on nil:NilClass.
10:25:03: [2.0.0dev] ~$ gem --version
1.8.24
10:25:12: [2.0.0dev] ~$ rbx -v
rubinius 2.0.0dev (1.8.7 b2570c39 yyyy-mm-dd JI) [x86_64-apple-darwin12.0.0]
10:25:24: [2.0.0dev] ~$ RBXOPT=-X19 rbx -v
rubinius 2.0.0dev (1.9.3 b2570c39 yyyy-mm-dd JI) [x86_64-apple-darwin12.0.0]
10:25:27: [2.0.0dev] ~$ RBXOPT=-X19 gem install bcrypt-ruby -v 3.0.1
ERROR: While executing gem ... (NoMethodError)
undefined method `slice!' on nil:NilClass.
@jfredett
Copy link

Same failure here. Any news on it?

@christhekeele
Copy link

Ditto.

@parndt
Copy link
Author

parndt commented Jun 20, 2012

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