Ruby gems only seems to include non-beta dependencies. eg. try:
gem install ripple --include-dependencies
: and you get the message:
ERROR: Error installing ripple:
ripple requires activesupport (~> 3.0.0.beta, runtime)
Update: I found that this isn't possible in ruby gems. This however finally worked. Thanks @levi:
gem update --system
gem install tzinfo builder memcache-client rack rack-test rack-mount erubis mail text-format thor bundler i18n
gem install rails --pre
gem install ripple