Skip to content

Commit

Permalink
Owasp Esapi Ruby will require at least 1.9.2 ruby version due to the …
Browse files Browse the repository at this point in the history
…usage of regex patterns only available with the new regex engine
  • Loading branch information
thesp0nge committed Feb 15, 2011
1 parent c2d60e3 commit 6a9fd5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ begin
gem.version = File.read(File.join(File.dirname(__FILE__), 'VERSION'))
gem.homepage = "http://github.com/thesp0nge/owasp-esapi-ruby"
gem.authors = File.read(File.join(File.dirname(__FILE__), 'AUTHORS'))
gem.spec.required_ruby_version = '>= 1.9.2'
gem.add_development_dependency "rspec", ">= 1.2.9"
gem.add_development_dependency "yard", ">= 0"

Expand Down

0 comments on commit 6a9fd5a

Please sign in to comment.