We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0892347 commit 176c084Copy full SHA for 176c084
Gemfile
@@ -43,3 +43,4 @@ gem "sinatra-contrib", ">= 1.4.2"
43
gem "sinatra-flash", "~> 0.3.0"
44
gem "thread", "~> 0.1.3"
45
gem "will_paginate", "~> 3.0", ">= 3.0.5"
46
+gem "rack-protection", "~> 1.5.3"
Gemfile.lock
@@ -78,7 +78,7 @@ GEM
78
byebug (~> 2.2)
79
pry (~> 0.9.12)
80
rack (1.5.2)
81
- rack-protection (1.5.1)
+ rack-protection (1.5.3)
82
rack
83
rack-ssl (1.4.1)
84
@@ -172,6 +172,7 @@ DEPENDENCIES
172
nokogiri (~> 1.6)
173
pg (~> 0.17.1)
174
pry-byebug (~> 1.2)
175
+ rack-protection (~> 1.5.3)
176
rack-ssl (~> 1.4.1)
177
rack-test (~> 0.6.2)
178
racksh (~> 1.0)
0 commit comments