safer_rails_console icon indicating copy to clipboard operation
safer_rails_console copied to clipboard

Deprecation warning with Ruby 2.7.1

Open saulcosta opened this issue 4 years ago • 0 comments

When using with Ruby 2.7.1, the following deprecation notice is displayed:

/bundle/ruby/2.7.0/gems/safer_rails_console-0.5.0/lib/safer_rails_console/railtie.rb:13: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
/bundle/ruby/2.7.0/gems/safer_rails_console-0.5.0/lib/safer_rails_console.rb:84: warning: The called method `set' is defined here

saulcosta avatar Jan 05 '21 02:01 saulcosta