Skip to content
This repository has been archived by the owner on May 16, 2021. It is now read-only.

Commit

Permalink
add escape_utils as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rkh committed May 28, 2011
1 parent c8bb433 commit f6ad9cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rack-protection.gemspec
Expand Up @@ -31,6 +31,7 @@ Gem::Specification.new do |s|


# dependencies # dependencies
s.add_dependency "rack" s.add_dependency "rack"
s.add_dependency "escape_utils"
s.add_development_dependency "rack-test" s.add_development_dependency "rack-test"
s.add_development_dependency "rspec", "~> 2.0" s.add_development_dependency "rspec", "~> 2.0"
end end

0 comments on commit f6ad9cd

Please sign in to comment.