Changelog
*Sourced from [rack-cors's changelog](https://github.com/cyu/rack-cors/blob/master/CHANGELOG.md).*
> ## 0.4.1 - 2017-02-01
> ### Fixed
> - Return miss result in X-Rack-CORS instead of incorrectly returning
> preflight-hit
Commits
- [`6ae0bc8`](https://github.com/cyu/rack-cors/commit/6ae0bc825a56b24fa6e221e6daaed73cd7e4aedb) Updated version and changelog
- [`331f8f2`](https://github.com/cyu/rack-cors/commit/331f8f29ebbfc93909b589a2ebadc8a994c56055) Fix wrong result in X-Rack-CORS header
- [`6b1fb8d`](https://github.com/cyu/rack-cors/commit/6b1fb8dfed9f499096e38d4f9a7cb30830130810) Clarify Rails configuration section of README
- [`c7c9038`](https://github.com/cyu/rack-cors/commit/c7c9038971c4c5b34e039718f87eebd8be238b2d) Add test to ensure path rules are not mixed
- [`126f3a2`](https://github.com/cyu/rack-cors/commit/126f3a2d62130d26e6f4828a7d63c991309edd12) escape asterisk in README.md ([#123](https://github-redirect.dependabot.com/cyu/rack-cors/issues/123))
- [`376b049`](https://github.com/cyu/rack-cors/commit/376b049efe03c578f7253d0975c1ccc33a6c053d) Update ruby version list in Travis
- [`f549051`](https://github.com/cyu/rack-cors/commit/f549051a0401a77d96fa87409553448279703585) Add subdomain example
- [`b03b495`](https://github.com/cyu/rack-cors/commit/b03b495218ff741ef8404c49ba41fe4c20a35cb4) Fix test warnings
- [`7411d0c`](https://github.com/cyu/rack-cors/commit/7411d0c709afc1aab658725823edbe3f7e3d9b09) Specify ruby version for travis
- [`1917f98`](https://github.com/cyu/rack-cors/commit/1917f98e5c48312bf3488a4d5aa4857ffaca8de4) Fixed typos in README
- Additional commits viewable in [compare view](https://github.com/cyu/rack-cors/compare/v0.4.0...v0.4.1)
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 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
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/tombh/dharma-api/network/alerts).
Bumps rack-cors from 0.4.0 to 0.4.1.
Changelog
*Sourced from [rack-cors's changelog](https://github.com/cyu/rack-cors/blob/master/CHANGELOG.md).* > ## 0.4.1 - 2017-02-01 > ### Fixed > - Return miss result in X-Rack-CORS instead of incorrectly returning > preflight-hitCommits
- [`6ae0bc8`](https://github.com/cyu/rack-cors/commit/6ae0bc825a56b24fa6e221e6daaed73cd7e4aedb) Updated version and changelog - [`331f8f2`](https://github.com/cyu/rack-cors/commit/331f8f29ebbfc93909b589a2ebadc8a994c56055) Fix wrong result in X-Rack-CORS header - [`6b1fb8d`](https://github.com/cyu/rack-cors/commit/6b1fb8dfed9f499096e38d4f9a7cb30830130810) Clarify Rails configuration section of README - [`c7c9038`](https://github.com/cyu/rack-cors/commit/c7c9038971c4c5b34e039718f87eebd8be238b2d) Add test to ensure path rules are not mixed - [`126f3a2`](https://github.com/cyu/rack-cors/commit/126f3a2d62130d26e6f4828a7d63c991309edd12) escape asterisk in README.md ([#123](https://github-redirect.dependabot.com/cyu/rack-cors/issues/123)) - [`376b049`](https://github.com/cyu/rack-cors/commit/376b049efe03c578f7253d0975c1ccc33a6c053d) Update ruby version list in Travis - [`f549051`](https://github.com/cyu/rack-cors/commit/f549051a0401a77d96fa87409553448279703585) Add subdomain example - [`b03b495`](https://github.com/cyu/rack-cors/commit/b03b495218ff741ef8404c49ba41fe4c20a35cb4) Fix test warnings - [`7411d0c`](https://github.com/cyu/rack-cors/commit/7411d0c709afc1aab658725823edbe3f7e3d9b09) Specify ruby version for travis - [`1917f98`](https://github.com/cyu/rack-cors/commit/1917f98e5c48312bf3488a4d5aa4857ffaca8de4) Fixed typos in README - Additional commits viewable in [compare view](https://github.com/cyu/rack-cors/compare/v0.4.0...v0.4.1)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 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 You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/tombh/dharma-api/network/alerts).