Bugs: Browse | Submit New | Admin
Scrubyt requires *exactly* 3.6.3 of RubyInline. It's currently at 3.6.7 on rubygems. Thus: gem install scrubyt RubyInline ERROR: Error installing scrubyt: scrubyt requires RubyInline (= 3.6.3) Successfully installed RubyInline-3.6.7 The workaround of course is gem install -v 3.6.3 RubyInline
Add A Comment:
Date: 2008-05-23 15:26 Sender: Jason Ronallo The only problem with the given workaround is that other gems I am using require a different version of RubyInline.