Created
January 31, 2011 03:52
-
-
Save benhamill/803612 to your computer and use it in GitHub Desktop.
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
Failures: | |
1) bundle install with gem sources when cached and locked ignores cached gems for the wrong platform | |
Failure/Error: out.should == "1.0.0 RUBY" | |
expected: "1.0.0 RUBY" | |
got: "1.0.0 x86-linux" (using ==) | |
# ./spec/support/helpers.rb:223:in `simulate_platform' |
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
[09:51 PM] ben@Hermes:~/code/bundler [1-0-stable]$ ruby --version | |
ruby 1.9.2p136 (2010-12-25 revision 30365) [i686-linux] | |
[09:59 PM] ben@Hermes:~/code/bundler [1-0-stable]$ gem list | |
*** LOCAL GEMS *** | |
bundler (1.0.7) | |
diff-lcs (1.1.2) | |
hpricot (0.8.3) | |
mustache (0.12.0) | |
rake (0.8.7) | |
rdiscount (1.6.8) | |
ronn (0.7.3) | |
rspec (2.4.0) | |
rspec-core (2.4.0) | |
rspec-expectations (2.4.0) | |
rspec-mocks (2.4.0) | |
rubygems-update (1.4.2) | |
[09:59 PM] ben@Hermes:~/code/bundler [1-0-stable]$ gem --version | |
1.3.7 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment