-
-
Save wycats/461930 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
~/Code/tmp /master > gem install actionpack -v 3.0.0.beta4 | |
Successfully installed actionpack-3.0.0.beta4 | |
1 gem installed | |
~/Code/tmp /master > gem install rack | |
Successfully installed rack-1.2.1 | |
1 gem installed | |
~/Code/tmp /master > gem dependency actionpack -v 3.0.0.beta4 | |
Gem actionpack-3.0.0.beta4 | |
activemodel (= 3.0.0.beta4, runtime) | |
activesupport (= 3.0.0.beta4, runtime) | |
builder (~> 2.1.2, runtime) | |
erubis (~> 2.6.5, runtime) | |
i18n (~> 0.4.1, runtime) | |
rack (~> 1.1.0, runtime) | |
rack-mount (~> 0.6.3, runtime) | |
rack-test (~> 0.5.4, runtime) | |
tzinfo (~> 0.3.16, runtime) | |
~/Code/tmp /master > irb | |
ruby-1.9.2-head > require "action_dispatch" | |
=> true | |
ruby-1.9.2-head > Rack.release | |
=> "1.2" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a showstopper, of course. Since when are the ruby maintainer accepting a version as RC with a serious bug like this?