Skip to content

Instantly share code, notes, and snippets.

@wycats
Created July 2, 2010 21:30
Show Gist options
  • Save wycats/461930 to your computer and use it in GitHub Desktop.
Save wycats/461930 to your computer and use it in GitHub Desktop.
~/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"
@christoph-buente
Copy link

This is a showstopper, of course. Since when are the ruby maintainer accepting a version as RC with a serious bug like this?

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