Already initialized constant ruby

Hi Friends,

   I am using rails 3 version and ruby 1.8.7 for my application. We

are using Heroku for hosting our application. The application works fine
in my local machine but while running migrate command in heroku(heroku
rake db:migrate) I am facing the following error.

(in /app)
/app/.bundle/gems/ruby/1.9.1/gems/rake-0.9.2/lib/rake/file_utils.rb:10:
warning: already initialized constant RUBY
/app/.bundle/gems/ruby/1.9.1/gems/rake-0.9.2/lib/rake/file_utils.rb:84:
warning: already initialized constant LN_SUPPORTED

Anyone please help me to resolve this issue.

Thanks in Advance

Seems like you are using Ruby 1.9.1 in server and 1.8.7 in local. I
don’t know if this can help you. Just give it a try by changing version.

   I am using rails 3 version and ruby 1.8.7 for my application. We

are using Heroku for hosting our application. The application works fine
in my local machine but while running migrate command in heroku(heroku
rake db:migrate) I am facing the following error.

(in /app)
/app/.bundle/gems/ruby/1.9.1/gems/rake-0.9.2/lib/rake/file_utils.rb:10:
warning: already initialized constant RUBY
/app/.bundle/gems/ruby/1.9.1/gems/rake-0.9.2/lib/rake/file_utils.rb:84:
warning: already initialized constant LN_SUPPORTED