diff options
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index b84691e2f..14f817fd0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) |