Project

General

Profile

Maintenance #798

Updated by liaham almost 3 years ago

Redmine 5.0.0 comes along with Ruby 3.1 and Rails 6.1! 

 Rails >=    6.0.3 will fix all the deprecation warnings such that: 

 ```ruby 
 ~/redmine/gem_home/gems/actionpack-5.2.6.3/lib/action_dispatch/testing/integration.rb:350: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call 
 ~/redmine/gem_home/gems/actionpack-5.2.6.3/lib/action_dispatch/testing/integration.rb:29: warning: The called method `patch' is defined here 

 ```

Back