Project

General

Profile

redmine1.3.3 rake generate_session_store

Added by Yushun Li almost 12 years ago

when i executed the command "rake generate_session_store", i got the following information:

D:\webserver\redmine>rake generate_session_store
NOTE: Gem.source_index is deprecated, use Specification. It will be removed on o
r after 2011-11-01.
Gem.source_index called from D:/webserver/redmine/vendor/rails/railties/lib/rail
s/gem_dependency.rb:21.
NOTE: Gem::SourceIndex#initialize is deprecated with no replacement. It will be
removed on or after 2011-11-01.
Gem::SourceIndex#initialize called from D:/webserver/redmine/vendor/rails/railti
es/lib/rails/vendor_gem_source_index.rb:100.
NOTE: Gem::SourceIndex#add_spec is deprecated, use Specification.add_spec. It wi
ll be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from D:/webserver/Ruby193/lib/ruby/site_ruby/1.
9.1/rubygems/source_index.rb:91.
NOTE: Gem::SourceIndex#add_spec is deprecated, use Specification.add_spec. It wi
ll be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from D:/webserver/Ruby193/lib/ruby/site_ruby/1.
9.1/rubygems/source_index.rb:91.
NOTE: Gem::SourceIndex#add_spec is deprecated, use Specification.add_spec. It wi
ll be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from D:/webserver/Ruby193/lib/ruby/site_ruby/1.
9.1/rubygems/source_index.rb:91.
NOTE: Gem::SourceIndex#add_spec is deprecated, use Specification.add_spec. It wi
ll be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from D:/webserver/Ruby193/lib/ruby/site_ruby/1.
9.1/rubygems/source_index.rb:91.
NOTE: Gem::SourceIndex#add_spec is deprecated, use Specification.add_spec. It wi
ll be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from D:/webserver/Ruby193/lib/ruby/site_ruby/1.
9.1/rubygems/source_index.rb:91.
NOTE: Gem::SourceIndex#add_spec is deprecated, use Specification.add_spec. It wi
ll be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from D:/webserver/Ruby193/lib/ruby/site_ruby/1.
9.1/rubygems/source_index.rb:91.
NOTE: Gem::SourceIndex#add_spec is deprecated, use Specification.add_spec. It wi
ll be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from D:/webserver/Ruby193/lib/ruby/site_ruby/1.
9.1/rubygems/source_index.rb:91.
NOTE: Gem::SourceIndex#add_spec is deprecated, use Specification.add_spec. It wi
ll be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from D:/webserver/Ruby193/lib/ruby/site_ruby/1.
9.1/rubygems/source_index.rb:91.

i don't know what it is. Someone can enhance my knowledge?


Replies (1)

RE: redmine1.3.3 rake generate_session_store - Added by Lucas J almost 12 years ago

All it is saying is in ruby 1.93, the call SourceIndex#add_spec is depreciated. It will stop working eventually but still works fine. There command should be completing successfully. Redmine needs to update the gem to call the proper call going forward AFAIK.

    (1-1/1)