Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump mime-types from 3.1 to 3.4.1 #92

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 30, 2021

Bumps mime-types from 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.

3.3.1 / 2019-12-26

  • 1 minor bugfix:

    • Al Snow fixed a warning with MIME::Types::Logger producing a warning because Ruby 2.7 introduces numbered block parameters. Because of the way that the MIME::Types::Logger works for deprecation messages, the initializer parameters had been named _1, _2, and _3. This has now been resolved. #146
  • Administrivia:

    • Olle Jonsson removed an outdated Travis configuration option (sudo: false). #142

3.3 / 2019-09-04

  • 1 minor enhancement

... (truncated)

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.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.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 Dec 30, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 7, 2023

Superseded by #152.

@dependabot dependabot bot closed this Aug 7, 2023
@dependabot dependabot bot deleted the dependabot/bundler/mime-types-3.4.1 branch August 7, 2023 09:14
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.

0 participants