[ruby-it] How to use more than one gem version in the same application

Alessandro Scolavino scolas a gmail.com
Lun 9 Nov 2009 15:58:28 CET


Darshana Gangwal wrote:

> require 'rubygems'
> gem 'hpricot', '= 0.6'
try with correct syntax in environment.rb:

config.gem "hpricot", :version => '0.6', :source => 
"http://code.whytheluckystiff.net"
-- 
Posted via http://www.ruby-forum.com/.


More information about the Ml mailing list