OSC / ood_appkit

https://osc.github.io/Open-OnDemand/
MIT License
1 stars 2 forks source link

bump version and fix deprecation from actionview #65

Closed johrstrom closed 2 years ago

johrstrom commented 2 years ago

bump version and fix deprecation from actionview.

Note that this does bump the version up. I've already pushed release_2.0.

johrstrom commented 2 years ago

To be clear, this is the deprecation warning.

DEPRECATION WARNING: Single arity template handlers are deprecated. Template handlers must
now accept two parameters, the view object and the source for the view object.
Change:
  >> OodAppkit::MarkdownTemplateHandler.call(template)
To:
  >> OodAppkit::MarkdownTemplateHandler.call(template, source)
 (called from require at /apps/ruby/2.7.3/lib/ruby/gems/2.7.0/gems/bundler-2.1.4/lib/bundler/runtime.rb:74)