Keep getting "Missing these required gems" error but gems are installed

I just switched from jruby 1.1.3 to jruby 1.1.6 and I keep getting the

error “Missing these required gems:” even after I have run the the
command “jruby -S rake gems:install” and the all the needed config.gem
entries in environment.rb. Also the gems listed as missing are installed
again when I run the rake target. When I run “jruby S gem list”
command, all the reported gems are listed out.

Do I need do some cleanup to fix this
problem? This is on windows XP.

Thanks.

Navjeet
http://chabbewal.blogspot.com

Navjeet C. wrote:

I just switched from jruby 1.1.3 to jruby 1.1.6 and I keep getting the

error “Missing these required gems:” even after I have run the the
command “jruby -S rake gems:install” and the all the needed config.gem
entries in environment.rb. Also the gems listed as missing are installed
again when I run the rake target. When I run “jruby S gem list”
command, all the reported gems are listed out.

Do I need do some cleanup to fix this
problem? This is on windows XP.

Thanks.

Navjeet
http://chabbewal.blogspot.com

are you using warble? if so, maybe run “jruby -S warble config”. this
will create a warble.rb and inside that add the necessary config.gems in
it. and make sure to “jruby -S warble war:clean” before war-ing it again