Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

rvm rack ruby error already initialized constant WFKV_ [duplicate]

Possible Duplicate:
Rake “already initialized constant WFKV_” warning

I'm getting this error in my terminal when I use any ruby, rake or rails related commands. Commands are being executed and work fine, but before that I receive his error. Any suggestions? Thanks for advise!

.rvm/gems/ruby-1.9.2-p290/gems/rack-1.3.4/lib/rack/backports/uri/common_192.rb:53: warning: already initialized constant WFKV_
like image 575
daniel Avatar asked Oct 04 '11 20:10

daniel


1 Answers

I put gem 'rake', '1.3.3' in my Gemfile and ran bundle update rake and it works now.

like image 132
daniel Avatar answered Oct 15 '22 05:10

daniel