We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2664d3 commit 6632d62Copy full SHA for 6632d62
lib/secure_headers/version.rb
@@ -1,3 +1,3 @@
1
module SecureHeaders
2
- VERSION = "2.2.3"
+ VERSION = "2.2.4"
3
end
secure_headers.gemspec
@@ -20,4 +20,5 @@ Gem::Specification.new do |gem|
20
gem.require_paths = ["lib"]
21
gem.add_development_dependency "rake"
22
gem.add_dependency "user_agent_parser"
23
+ gem.post_install_message = "Heads up, secure_headers Ruby 1.8.7 support will go away in the next major release."
24
0 commit comments