Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 16, 2021

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)

Bumps [mime-types](https://github.com/mime-types/ruby-mime-types) from 3.3.1 to 3.4.1.
- [Release notes](https://github.com/mime-types/ruby-mime-types/releases)
- [Changelog](https://github.com/mime-types/ruby-mime-types/blob/main/History.md)
- [Commits](mime-types/ruby-mime-types@v3.3.1...v3.4.1)

---
updated-dependencies:
- dependency-name: mime-types
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant