MatUrbanski / todo_api

JSON API for todo project built with Roda + Sequel. Source code for "Ruby on Roda" book.
19 stars 4 forks source link

Bump roda from 3.51.0 to 3.52.0 #101

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps roda from 3.51.0 to 3.52.0.

Changelog

Sourced from roda's changelog.

= master

  • Add additional_view_directories plugin, for checking multiple view directories for templates (jeremyevans) (#229)

= 3.52.0 (2022-01-14)

  • Fix return value of Roda.freeze when multi_route plugin is used (jeremyevans) (#240)

  • Use faster OpenSSL::Digest instead of Digest for assets plugin SRI support (jeremyevans)

  • Drop development dependency on haml (jeremyevans)

  • Make the path method in the path plugin handle blocks that accept keyword arguments in Ruby 3+ (adam12) (#227)

  • Support typecast_params :date_parse_input_handler plugin option for handling input to date parsing methods (jeremyevans)

= 3.51.0 (2021-12-15)

  • Avoid method redefinition warning in error_handler plugin in verbose warning mode (jeremyevans)

  • Allow run in multi_run plugin to be called without an app to remove existing handler (jeremyevans)

  • Allow route in named_routes plugin to be called without a block to remove existing handler (jeremyevans)

= 3.50.0 (2021-11-12)

  • Add capture_erb plugin for capturing ERB template blocks, instead of injecting them into the template output (jeremyevans)

  • Add inject_erb plugin for injecting content directly into ERB template output (jeremyevans)

  • Allow hash_branch and hash_path in hash_routes plugin to be called without a block to remove existing handler (jeremyevans)

= 3.49.0 (2021-10-13)

  • Switch block_given? to defined?(yield) (jeremyevans)

  • Automatically optimize remaining r.is/r.get/r.post calls with a single argument (jeremyevans)

= 3.48.0 (2021-09-13)

  • Extract named_routes plugin from multi_route plugin (jeremyevans)

= 3.47.0 (2021-08-13)

  • Automatically optimize remaining r.on calls with a single argument (jeremyevans)

= 3.46.0 (2021-07-12)

  • Automatically optimize r.on/r.is/r.get/r.post methods with a single string, String, Integer, or regexp argument (jeremyevans)

... (truncated)

Commits
  • dc600b7 Bump version to 3.52.0
  • aee57ac Add spec for using capture_erb outside template
  • 88e4832 Add nocov markings in path plugin
  • ac28385 Fix return value of Roda.freeze when multi_route plugin is used (Fixes #240)
  • 79c7515 Use faster OpenSSL::Digest instead of Digest for assets plugin SRI support
  • ee7b039 Bump copyright year
  • cc4b490 Drop development dependency on haml
  • 400b991 Add net-smtp gem to Gemfile on Ruby 3.1+
  • 4e44294 Test Ruby 3.1 in CI
  • 3c051ab Switch typecast_params :limit_date_parse option to :date_parse_input_handler
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)