diff options
author | dependabot[bot] <dependabot[bot]@users.noreply.github.com> | 2019-03-25 15:27:46 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2019-03-25 15:27:46 +0100 |
commit | 035828f8c005d1b03f8f37124dfd29aa477beac4 (patch) | |
tree | b18bce40e87438826e75a4fd452e56537d499e31 | |
parent | d8b6431aa7dcfd1ddf7c19558ccc04779921f7d3 (diff) |
Bump rack-cors from 1.0.2 to 1.0.3 (#10368)
Bumps [rack-cors](https://github.com/cyu/rack-cors) from 1.0.2 to 1.0.3. - [Release notes](https://github.com/cyu/rack-cors/releases) - [Changelog](https://github.com/cyu/rack-cors/blob/master/CHANGELOG.md) - [Commits](https://github.com/cyu/rack-cors/compare/v1.0.2...v1.0.3) Signed-off-by: dependabot[bot] <support@dependabot.com>
-rw-r--r-- | Gemfile.lock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index fcae07e8d..a35b2837d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -427,7 +427,7 @@ GEM rack (2.0.6) rack-attack (5.4.2) rack (>= 1.0, < 3) - rack-cors (1.0.2) + rack-cors (1.0.3) rack-protection (2.0.5) rack rack-proxy (0.6.5) |