rubycentral / cfp-app

Rails app for managing a conference CFP
MIT License
223 stars 154 forks source link

Bump mime-types from 3.3.1 to 3.4.1 #324

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps mime-types from 3.3.1 to 3.4.1.

Changelog

Sourced from mime-types's changelog.

3.4.1 / 2021-11-16

  • 1 bugfix:

    • Fixed a Ruby < 2.3 incompatibility introduced by the use of standardrb, where <<- heredocs were converted to <<~ heredocs. These have been reverted back to <<- with the indentation kept and a .strip call to prevent excess whitespace.

3.4.0 / 2021-11-15

  • 1 minor enhancement:

    • Added a new field to MIME::Type for checking provisional registrations from IANA. #157
  • Documentation:

    • Kevin Menard synced the documentation so that all examples are correct. #153
  • Administrivia:

    • Added Ruby 3.0 to the CI test matrix. Added windows/jruby to the CI exclusion list; it refuses to run successfully.
    • Removed the Travis CI configuration and changed it to Github Workflows #150. Removed Coveralls configuration.
    • Igor Victor added TruffleRuby to the Travis CI configuration. #149
    • Koichi ITO loosened an excessively tight dependency. #147
    • Started using standardrb for Ruby formatting and validation.
    • Moved deps:top functionality to a support file.
Commits
  • 5b931d7 Merge pull request #160 from mime-types/fix-mime-types-syntax-error
  • 35cc02d Fix invalid syntax for < Ruby 2.3
  • 54cb8ed Switch primary branch to main
  • f83ff9a Merge pull request #157 from mime-types/additional-columns
  • fdbbaa8 Move deps retrieval to a support file
  • 0c76e5c IANA Provisional Registration Support
  • 89736d5 CI: Avoid double bundle install (#158)
  • 6c8324d Convert to standardrb (#156)
  • b8db65a Mark Ruby versions for CI as strings, not numbers
  • a2ac225 Administrivia:
  • 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)