Thanks for posting this guys, I was about to come up with a more
complex solution to the same problem.

- Jeff

On Tue, Aug 10, 2010 at 9:41 PM, Bill Heaton <pixelhand...@gmail.com> wrote:
> editing the gemspec worked for me as well.
>
> s.add_runtime_dependency(%q<rack>, [">= 1.0.0","< 1.2.1"])
>
> -Bill
>
>> But with pre-0.9, you can fix the radiant gem spec:
>>
>> <your ruby installation>/gems/1.8/specifications/radiant-0.8.2.gemspec
>>
>> Change the line:
>>       s.add_runtime_dependency(%q<rack>, [">= 1.0.0"])
>> to:
>>       s.add_runtime_dependency(%q<rack>, [">= 1.0.0","< 1.1.0"])
>>
>
>

Reply via email to