提交 b94928ea 编写于 作者: J Justin Collins

Remove veresion restriction on activesupport

上级 55a72956
......@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
s.homepage = "http://brakemanscanner.org"
s.files = ["bin/brakeman", "WARNING_TYPES", "FEATURES", "README.md"] + Dir["lib/**/*.rb"] + Dir["lib/brakeman/format/*.css"]
s.executables = ["brakeman"]
s.add_dependency "activesupport", "~>2.2"
s.add_dependency "activesupport"
s.add_dependency "ruby2ruby", "~>1.2.4"
s.add_dependency "ruport", "~>1.6.3"
s.add_dependency "erubis", "~>2.6.5"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册