On Sat, Feb 5, 2011 at 12:10 PM, Rick DeNatale <rick.denat...@gmail.com> wrote:
> Is it possible to tell bundler to load a prerelease version of a gem?
>
> I'm using the latest prawn and was using the git option in the Gemfile
> to get Prawn 10.x.  Recently I needed to also tag a reference because
> of changes made to the submoduled components.
>
> I now notice that there are prerelease prawn gems, which gem list
> --prerelease can see.
>
> But I can't seem to find anywhere in the bundler documentation how to
> tell bundler to consider a prerelease version.
>

I believe you can specify the version directly, like this:

gem "prawn", "~> 0.11.1.pre"

At least that works with Isolate.
-- 
Luis Lavena
AREA 17
-
Perfection in design is achieved not when there is nothing more to add,
but rather when there is nothing more to take away.
Antoine de Saint-Exupéry
_______________________________________________
Rubygems-developers mailing list
http://rubyforge.org/projects/rubygems
Rubygems-developers@rubyforge.org
http://rubyforge.org/mailman/listinfo/rubygems-developers

Reply via email to