percy / percy-capybara

Visual testing for Capybara with Percy.
https://docs.percy.io/docs/capybara
MIT License
45 stars 23 forks source link

Update mime-types requirement from < 3 to < 4 #62

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Updates the requirements on mime-types to permit the latest version.

Changelog *Sourced from [mime-types's changelog](https://github.com/mime-types/ruby-mime-types/blob/master/History.md).* > ## 3.2.2 / 2018-08-12 > > * Hiroto Fukui removed a stray `debugger` statement that I had used in > producing v3.2.1. [#137][] > > ## 3.2.1 / 2018-08-12 > > * A few bugs related to MIME::Types::Container and its use in the > mime-types-data helper tools reared their head because I released 3.2 > before verifying against mime-types-data. > > ## 3.2 / 2018-08-12 > > * 2 minor enhancements > > * Janko Marohnić contributed a change to `MIME::Type#priority_order` that > should improve on strict sorting when dealing with MIME types that > appear to be in the same family even if strict sorting would cause an > unregistered type to be sorted first. [#132][] > > * Dillon Welch contributed a change that added `frozen_string_literal: > true` to files so that modern Rubies can automatically reduce duplicate > string allocations. [#135][] > > * 2 bug fixes > > * Burke Libbey fixed a problem with cached data loading. [#126][] > > * Resolved an issue where Enumerable#inject returns +nil+ when provided > an empty enumerable and a default value has not been provided. This is > because when Enumerable#inject isn't provided a starting value, the > first value is used as the default value. In every case where this > error was happening, the result was supposed to be an array containing > Set objects so they can be reduced to a single Set. [#117][], [#127][], > [#134][]. > > * Fixed an uncontrolled growth bug in MIME::Types::Container where a key > miss would create a new entry with an empty Set in the container. This > was working as designed (this particular feature was heavily used > during MIME::Type registry construction), but the design was flawed in > that it did not have any way of determining the difference between > construction and querying. This would mean that, if you have a function > in your web app that queries the MIME::Types registry by extension, the > extension registry would grow uncontrollably. [#136][] > > * Deprecations: > > * Lazy loading (`$RUBY_MIME_TYPES_LAZY_LOAD`) has been deprecated. > > * Documentation Changes: > ... (truncated)
Commits - See full diff in [compare view](https://github.com/mime-types/ruby-mime-types/commits/v3.2.2)


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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 5 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.