reopen 599943
thanks

Yep,
i've been careless on that one.
Will fix it soon.

Jérémy.

On 15/10/2010 12:42, Raoul Bhatia [IPAX] wrote:
> hi,
> 
> i saw your patch disable-deprecations.patch and installed redmine
> 1.0.2-2 from http://packages.qa.debian.org/r/redmine.html
> 
> first of all, /usr/share/redmine/config/environments/production.rb does
> not include your patch. maybe there's a build error?
> 
> second, if i manually add
>   Gem::Dependency.warned_version_requirement = true
> 
> to /usr/share/redmine/config/environments/production.rb and issue the
> command, the warning is still issued.
> 
> i *think* tracked it down (and please bear in mind, that i do not know
> anything about ruby or rails. so please forgive me for using wrong
> terms here)
> 
> /usr/share/redmine/config/environment.rb:44 (somehow) calls "process"
> from /usr/share/rails-ruby1.8/railties/lib/initializer.rb:
> 
>>     def process
>>       Rails.configuration = configuration
>>
>>       check_ruby_version
>>       install_gem_spec_stubs
>>       set_load_path
>>       add_gem_load_paths
> ^ gems warning is issued here
> 
>>
>>       require_frameworks
>>       set_autoload_paths
>>       add_plugin_load_paths
>>       load_environment
> ^ your environment options are loaded here.
> 
>>       preload_frameworks
> 
> so i think that this patch is useless because it must happen before
> the call to "add_gem_load_paths" is made.
> 
> thanks,
> raoul
> 
> 
> 




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to