~cytrogen/masto-fe

84f14b245155a43f1ba3ad93b2ac23a18fb95f77 — dependabot[bot] 3 years ago 4f4cbce
Bump rack-cors from 1.1.1 to 2.0.1 (#24189)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 files changed, 3 insertions(+), 3 deletions(-)

M Gemfile
M Gemfile.lock
M Gemfile => Gemfile +1 -1
@@ 69,7 69,7 @@ gem 'public_suffix', '~> 5.0'
gem 'pundit', '~> 2.3'
gem 'premailer-rails'
gem 'rack-attack', '~> 6.6'
gem 'rack-cors', '~> 1.1', require: 'rack/cors'
gem 'rack-cors', '~> 2.0', require: 'rack/cors'
gem 'rails-i18n', '~> 6.0'
gem 'rails-settings-cached', '~> 0.6', git: 'https://github.com/mastodon/rails-settings-cached.git', branch: 'v0.6.6-aliases-true'
gem 'redcarpet', '~> 3.6'

M Gemfile.lock => Gemfile.lock +2 -2
@@ 508,7 508,7 @@ GEM
    rack (2.2.6.4)
    rack-attack (6.6.1)
      rack (>= 1.0, < 3)
    rack-cors (1.1.1)
    rack-cors (2.0.1)
      rack (>= 2.0.0)
    rack-oauth2 (1.21.3)
      activesupport


@@ 848,7 848,7 @@ DEPENDENCIES
  pundit (~> 2.3)
  rack (~> 2.2.6)
  rack-attack (~> 6.6)
  rack-cors (~> 1.1)
  rack-cors (~> 2.0)
  rack-test (~> 2.1)
  rails (~> 6.1.7)
  rails-controller-testing (~> 1.0)