holderdeord / hdo-site

Parliamentary monitoring website for Norway
https://data.holderdeord.no/
BSD 3-Clause "New" or "Revised" License
42 stars 16 forks source link

Bump rack-cors from 0.2.9 to 0.4.1 #684

Closed dependabot[bot] closed 4 years ago

dependabot[bot] commented 4 years ago

Bumps rack-cors from 0.2.9 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-hit > > ## 0.4.0 - 2015-04-15 > ### Changed > - Don't set HTTP_ORIGIN with HTTP_X_ORIGIN if nil > > ### Added > - Calculate vary headers for non-CORS resources > - Support custom vary headers for resource > - Support :if option for resource > - Support :any as a possible value for :methods option > > ### Fixed > - Don't symbolize incoming HTTP request methods > > ## 0.3.1 - 2014-12-27 > ### Changed > - Changed the env key to rack.cors to avoid Rack::Lint warnings > > ## 0.3.0 - 2014-10-19 > ### Added > - Added support for defining a logger with a Proc > - Return a X-Rack-CORS header when in debug mode detailing how Rack::Cors > processed a request > - Added support for non HTTP/HTTPS origins when just a domain is specified > > ### Changed > - Changed the log level of the fallback logger to DEBUG > - Print warning when attempting to use :any as an allowed method > - Treat incoming `Origin: null` headers as file://
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.2.9...v0.4.1)


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 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/holderdeord/hdo-site/network/alerts).
coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 80.142% when pulling ced332d961f76812797d4f51cd592ec48aa5fcdd on dependabot/bundler/rack-cors-0.4.1 into 706c523876bf2e06c2afc3296d2610143e7025d8 on master.

dependabot[bot] commented 4 years ago

Superseded by #686.