HLFH / capistrano-systemd-ng

Capistrano Plugin to control services with systemd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Passing safe_level with the [...] argument of ERB.new is deprecated

HLFH opened this issue · comments

While running cap production systemd:passenger:setup:

% cap production systemd:passenger:setup 
/Users/hlfh/.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/capistrano-systemd-ng-0.1.3/lib/capistrano/systemd/multiservice/system_service.rb:80: warning: Passing safe_level with the 2nd argument of ERB.new is deprecated. Do not use it, and specify other arguments as keyword arguments.
/Users/hlfh/.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/capistrano-systemd-ng-0.1.3/lib/capistrano/systemd/multiservice/system_service.rb:80: warning: Passing trim_mode with the 3rd argument of ERB.new is deprecated. Use keyword argument like ERB.new(str, trim_mode: ...) instead.