Skip to content

Commit

Permalink
Bump secure_headers from 3.6.7 to 3.9.0 (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Apr 3, 2020
1 parent 76db714 commit 8ec4b49
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ gem 'jquery-rails', '~> 4.3.1'
gem "font-awesome-rails", '~> 4.7.0'

# Security headers
gem 'secure_headers', '~>3.6.7'
gem 'secure_headers', '~>3.9.0'

# Throttling/blocking protection middleware
gem "rack-attack", "~> 5.0"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ GEM
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3)
secure_headers (3.6.7)
secure_headers (3.9.0)
useragent
simplecov (0.16.1)
docile (~> 1.1)
Expand Down Expand Up @@ -209,7 +209,7 @@ GEM
thread_safe (~> 0.1)
uglifier (3.2.0)
execjs (>= 0.3.0, < 3)
useragent (0.16.8)
useragent (0.16.10)
web-console (3.5.1)
actionview (>= 5.0)
activemodel (>= 5.0)
Expand Down Expand Up @@ -244,7 +244,7 @@ DEPENDENCIES
rspec-rails (~> 3.7.2)
rufus-scheduler (~> 3.4.2)
sass-rails (~> 5.0)
secure_headers (~> 3.6.7)
secure_headers (~> 3.9.0)
simplecov (~> 0.16.1)
spring
spring-watcher-listen (~> 2.0.0)
Expand Down

0 comments on commit 8ec4b49

Please sign in to comment.