Skip to content

Commit 176c084

Browse files
committed
Upgrade rack-protection to workaround issues with recent Chrome updates
Fixes #335
1 parent 0892347 commit 176c084

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,4 @@ gem "sinatra-contrib", ">= 1.4.2"
4343
gem "sinatra-flash", "~> 0.3.0"
4444
gem "thread", "~> 0.1.3"
4545
gem "will_paginate", "~> 3.0", ">= 3.0.5"
46+
gem "rack-protection", "~> 1.5.3"

Gemfile.lock

+2-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ GEM
7878
byebug (~> 2.2)
7979
pry (~> 0.9.12)
8080
rack (1.5.2)
81-
rack-protection (1.5.1)
81+
rack-protection (1.5.3)
8282
rack
8383
rack-ssl (1.4.1)
8484
rack
@@ -172,6 +172,7 @@ DEPENDENCIES
172172
nokogiri (~> 1.6)
173173
pg (~> 0.17.1)
174174
pry-byebug (~> 1.2)
175+
rack-protection (~> 1.5.3)
175176
rack-ssl (~> 1.4.1)
176177
rack-test (~> 0.6.2)
177178
racksh (~> 1.0)

0 commit comments

Comments
 (0)