Created
May 16, 2012 22:26
-
-
Save parndt/2714521 to your computer and use it in GitHub Desktop.
rubygems > 1.8.12 fail on rbx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
Ditto.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Same failure here. Any news on it?