Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade secure_headers gem #2062

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ gem "wine_bouncer" # Grape Authentication management

# Secure things
gem "rack-throttle" # Rate limiting
gem "secure_headers", "~> 2.5.0"
gem "secure_headers", "~> 3.9.0"

# Frontend
gem "jquery-rails" # Javascript framework?
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -596,8 +596,8 @@ GEM
sprockets (> 3.0)
sprockets-rails
tilt
secure_headers (2.5.3)
user_agent_parser
secure_headers (3.9.0)
useragent
shellany (0.0.1)
sidekiq (6.2.1)
connection_pool (>= 2.2.2)
Expand Down Expand Up @@ -671,7 +671,7 @@ GEM
unicode-display_width (1.7.0)
unicode_utils (1.4.0)
uniform_notifier (1.13.0)
user_agent_parser (2.7.0)
useragent (0.16.10)
vcr (5.0.0)
vegas (0.1.11)
rack (>= 1.0.0)
Expand Down Expand Up @@ -801,7 +801,7 @@ DEPENDENCIES
rspec-sidekiq
rspec_junit_formatter
sass-rails
secure_headers (~> 2.5.0)
secure_headers (~> 3.9.0)
sidekiq
sidekiq-failures
simple_spark
Expand Down