Skip to content
Snippets Groups Projects
Commit 5071dfc6 authored by John Harris's avatar John Harris
Browse files

chore: update for cors cve

parent 59724d3e
No related branches found
No related tags found
No related merge requests found
Pipeline #79249 passed
......@@ -23,7 +23,7 @@ gem 'delayed_job_active_record', '4.1.7'
gem 'active_model_serializers', '0.10.13'
# Security
gem 'rack-cors', '2.0.1'
gem 'rack-cors', '2.0.2'
gem 'ruby-mailchecker', '5.0.9'
gem 'hcaptcha', '7.1.0'
gem 'useragent', '0.16.10'
......
......@@ -245,7 +245,7 @@ GEM
rack (2.2.9)
rack-attack (6.6.1)
rack (>= 1.0, < 3)
rack-cors (2.0.1)
rack-cors (2.0.2)
rack (>= 2.0.0)
rack-test (2.1.0)
rack (>= 1.3)
......@@ -427,7 +427,7 @@ DEPENDENCIES
pundit (= 2.2.0)
pundit-matchers (= 1.7.0)
rack-attack (= 6.6.1)
rack-cors (= 2.0.1)
rack-cors (= 2.0.2)
rails (= 7.0.8.3)
rails-controller-testing (= 1.0.5)
redis (= 4.6.0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment