]> cat aescling's git repositories - mastodon.git/commitdiff
Bump rack-cors from 1.0.6 to 1.1.0 (#12477)
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Wed, 27 Nov 2019 02:59:57 +0000 (11:59 +0900)
committerYamagishi Kazutoshi <ykzts@desire.sh>
Wed, 27 Nov 2019 02:59:57 +0000 (11:59 +0900)
Bumps [rack-cors](https://github.com/cyu/rack-cors) from 1.0.6 to 1.1.0.
- [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.6...v1.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Gemfile
Gemfile.lock

diff --git a/Gemfile b/Gemfile
index dda970bb903efca036de3de8f813278cd3a4508f..b825e04aa6c10da088fb221eabd1f6f03d6ba475 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -72,7 +72,7 @@ gem 'posix-spawn', git: 'https://github.com/rtomayko/posix-spawn', ref: '58465d2
 gem 'pundit', '~> 2.1'
 gem 'premailer-rails'
 gem 'rack-attack', '~> 6.2'
-gem 'rack-cors', '~> 1.0', require: 'rack/cors'
+gem 'rack-cors', '~> 1.1', require: 'rack/cors'
 gem 'rails-i18n', '~> 5.1'
 gem 'rails-settings-cached', '~> 0.6'
 gem 'redis', '~> 4.1', require: ['redis', 'redis/connection/hiredis']
index b84691e2fd7e5cf692240806259c60630a32763c..14f817fd03aed106e49043b35ea7bb55d54bd7df 100644 (file)
@@ -461,8 +461,8 @@ GEM
     rack (2.0.7)
     rack-attack (6.2.1)
       rack (>= 1.0, < 3)
-    rack-cors (1.0.6)
-      rack (>= 1.6.0)
+    rack-cors (1.1.0)
+      rack (>= 2.0.0)
     rack-protection (2.0.7)
       rack
     rack-proxy (0.6.5)
@@ -766,7 +766,7 @@ DEPENDENCIES
   puma (~> 4.2)
   pundit (~> 2.1)
   rack-attack (~> 6.2)
-  rack-cors (~> 1.0)
+  rack-cors (~> 1.1)
   rails (~> 5.2.3)
   rails-controller-testing (~> 1.0)
   rails-i18n (~> 5.1)