theodi / find_a_standard

A tool to help find open data standards
http://standards.labs.theodi.org/
MIT License
0 stars 0 forks source link

Bump rack-test from 0.7.0 to 1.0.0 #49

Open dependabot-preview[bot] opened 6 years ago

dependabot-preview[bot] commented 6 years ago

Bumps rack-test from 0.7.0 to 1.0.0.

Release notes *Sourced from rack-test's [releases](https://github.com/rack-test/rack-test/releases).* > ## v1.0.0 > ## 1.0.0 / 2018-03-27 > > * The first release in the 1.0.0 series. :tada: For the 1.x releases, we will follow [Semantic Versioning](https://semver.org/) very strictly; please keep this in mind when submitting fixes/suggesting changes. > > * Breaking changes: > * Always set CONTENT_TYPE for non-GET requests > (Per Lundberg [#223](https://github-redirect.dependabot.com/rack-test/rack-test/issues/223)) > > * Minor enhancements / bug fixes: > * Create tempfile using the basename without extension > (Edouard Chin [#201](https://github-redirect.dependabot.com/rack-test/rack-test/issues/201)) > * Save `session` during `follow_redirect!` > (Alexander Popov [#218](https://github-redirect.dependabot.com/rack-test/rack-test/issues/218)) > * Document how to use URL params with DELETE method > (Timur Platonov [#220](https://github-redirect.dependabot.com/rack-test/rack-test/issues/220)) > > ## v0.8.3 > ## 0.8.3 / 2018-02-27 > > * Bug fixes: > * Do not set Content-Type if params are explicitly set to nil > (Bartek Bułat [#212](https://github-redirect.dependabot.com/rack-test/rack-test/issues/212)). Fixes [#200](https://github-redirect.dependabot.com/rack-test/rack-test/issues/200). > * Fix `UploadedFile#new` regression > (Per Lundberg [#215](https://github-redirect.dependabot.com/rack-test/rack-test/issues/215)) > > * Minor enhancements > * [CI] Test against Ruby 2.5 (Nicolas Leger [#217](https://github-redirect.dependabot.com/rack-test/rack-test/issues/217)) > > ## v0.8.2 > ## 0.8.2 / 2017-11-21 > > * Bug fixes: > * Bugfix for `UploadedFile.new` unintended API breakage. > (Per Lundberg [#210](https://github-redirect.dependabot.com/rack-test/rack-test/issues/210)) > > ## v0.8.0 > Copied from History.md, maintained by [**junaruga**](https://github.com/junaruga). > > ## 0.8.0 / 2017-11-20 > > * Known Issue > * In `UploadedFile.new`, when passing e.g. a `Pathname` object, > errors can be raised (eg. `ArgumentError: Missing original_filename > for IO`, or `NoMethodError: undefined method 'size'`) See [#207](https://github-redirect.dependabot.com/rack-test/rack-test/issues/207), [#209](https://github-redirect.dependabot.com/rack-test/rack-test/issues/209). > * Minor enhancements > * Add a required_ruby_version of >= 2.2.2, similar to rack 2.0.1. > (Samuel Giddins [#194](https://github-redirect.dependabot.com/rack-test/rack-test/issues/194)) > * Remove new line from basic auth. (Felix Kleinschmidt [#185](https://github-redirect.dependabot.com/rack-test/rack-test/issues/185)) > * Rubocop fixes (Per Lundberg [#196](https://github-redirect.dependabot.com/rack-test/rack-test/issues/196)) > ... (truncated)
Changelog *Sourced from rack-test's [changelog](https://github.com/rack-test/rack-test/blob/master/History.md).* > ## master > > * Minor enhancements > * Save `session` during `follow_redirect!` > (Alexander Popov [#218](https://github-redirect.dependabot.com/rack-test/rack-test/issues/218)) > * Document how to use URL params with DELETE method > (Timur Platonov [#220](https://github-redirect.dependabot.com/rack-test/rack-test/issues/220)) > > ## 0.8.3 / 2018-02-27 > > * Bug fixes: > * Do not set Content-Type if params are explicitly set to nil > (Bartek Bułat [#212](https://github-redirect.dependabot.com/rack-test/rack-test/issues/212)). Fixes [#200](https://github-redirect.dependabot.com/rack-test/rack-test/issues/200). > * Fix `UploadedFile#new` regression > (Per Lundberg [#215](https://github-redirect.dependabot.com/rack-test/rack-test/issues/215)) > > * Minor enhancements > * [CI] Test against Ruby 2.5 (Nicolas Leger [#217](https://github-redirect.dependabot.com/rack-test/rack-test/issues/217)) > > ## 0.8.2 / 2017-11-21 > > * Bug fixes: > * Bugfix for `UploadedFile.new` unintended API breakage. > (Per Lundberg [#210](https://github-redirect.dependabot.com/rack-test/rack-test/issues/210)) > > ## 0.8.0 / 2017-11-20 > > * Known Issue > * In `UploadedFile.new`, when passing e.g. a `Pathname` object, > errors can be raised (eg. `ArgumentError: Missing original_filename > for IO`, or `NoMethodError: undefined method 'size'`) See [#207](https://github-redirect.dependabot.com/rack-test/rack-test/issues/207), [#209](https://github-redirect.dependabot.com/rack-test/rack-test/issues/209). > * Minor enhancements > * Add a required_ruby_version of >= 2.2.2, similar to rack 2.0.1. > (Samuel Giddins [#194](https://github-redirect.dependabot.com/rack-test/rack-test/issues/194)) > * Remove new line from basic auth. (Felix Kleinschmidt [#185](https://github-redirect.dependabot.com/rack-test/rack-test/issues/185)) > * Rubocop fixes (Per Lundberg [#196](https://github-redirect.dependabot.com/rack-test/rack-test/issues/196)) > * Add how to install rack-test from github to README. (Jun Aruga [#189](https://github-redirect.dependabot.com/rack-test/rack-test/issues/189)) > * Update CodeClimate badges (Toshimaru [#195](https://github-redirect.dependabot.com/rack-test/rack-test/issues/195)) > * Add the ability to create Test::UploadedFile instances without > the file system (Adam Milligan [#149](https://github-redirect.dependabot.com/rack-test/rack-test/issues/149)) > * Add custom_request, remove duplication (Johannes Barre [#184](https://github-redirect.dependabot.com/rack-test/rack-test/issues/184)) > * README.md: Added note about how to post JSON (Per Lundberg [#198](https://github-redirect.dependabot.com/rack-test/rack-test/issues/198)) > * README.md: Added version badge (Per Lundberg [#199](https://github-redirect.dependabot.com/rack-test/rack-test/issues/199)) > * Bug fixes > * Bugfix for Cookies with multiple paths (Kyle Welsby [#197](https://github-redirect.dependabot.com/rack-test/rack-test/issues/197))
Commits - [`2f37478`](https://github.com/rack-test/rack-test/commit/2f374787c1bc4ec0c31bf665fbadc8a5e79e18ed) Create tempfile using the basename without extension: ([#201](https://github-redirect.dependabot.com/rack-test/rack-test/issues/201)) - [`07a57b6`](https://github.com/rack-test/rack-test/commit/07a57b6b3a2b724b5cbd43d5e724ab97280d8460) Always set CONTENT_TYPE for non-GET requests ([#223](https://github-redirect.dependabot.com/rack-test/rack-test/issues/223)) - [`12f9d5e`](https://github.com/rack-test/rack-test/commit/12f9d5e68e1a0552c273eae972039e043181239d) README.md: Removed 'require' in Gemfile - [`f79e641`](https://github.com/rack-test/rack-test/commit/f79e641d46f9a7d5deb241c79a1db4744c1cfe58) Added missing 0.8.3 commit - [`ab2446e`](https://github.com/rack-test/rack-test/commit/ab2446e968332eddd27d3c20a2d683fb6c357371) RFC 6265 adjustment: Delimit cookies by semicolon and single space ([#221](https://github-redirect.dependabot.com/rack-test/rack-test/issues/221)) - [`00dcb0d`](https://github.com/rack-test/rack-test/commit/00dcb0d20ff1bdec8ec53d17982401604b958927) History.md: Added note about [#220](https://github-redirect.dependabot.com/rack-test/rack-test/issues/220) - [`575a689`](https://github.com/rack-test/rack-test/commit/575a68936c6f7e33ae0a3664e5c9f98d60b6098a) Document how to use URL params with DELETE method ([#220](https://github-redirect.dependabot.com/rack-test/rack-test/issues/220)) - [`af6bbb4`](https://github.com/rack-test/rack-test/commit/af6bbb427d14df4b9fe415991a4c620bbdbd1504) :cop: Exclude bin/ in Rubocop - [`095f0ae`](https://github.com/rack-test/rack-test/commit/095f0ae5a06518b43731967df2b77d149aa36d04) Save `session` during `follow_redirect!` ([#218](https://github-redirect.dependabot.com/rack-test/rack-test/issues/218)) - [`0986a4c`](https://github.com/rack-test/rack-test/commit/0986a4c1c1eedcf289f606945d411b8a5e7d6e9b) README.md: Add note about Capybara incompatibility - Additional commits viewable in [compare view](https://github.com/rack-test/rack-test/compare/v0.7.0...v1.0.0)


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 ignore this [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 [this|these] label[s]` will set the current labels as the default for future PRs for this repo and language 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) - Out-of-range updates (receive only lockfile updates, if desired) Finally, you can contact us by mentioning @dependabot.