Require Ruby >= 1.9.3

Last patch version of Ruby 1.9.2 (p320) was released in April 2012, almost a year ago.
Since than 4 patch versions for 1.9.3 were released: : [fix1][1], [fix2][2], [fix3][3]
1.9.2 doesn't contain fixes for them so I think it's not supported

  [1]: http://www.ruby-lang.org/en/news/2012/11/09/ruby19-hashdos-cve-2012-5371/
  [2]: http://www.ruby-lang.org/en/news/2013/02/22/json-dos-cve-2013-0269/
  [3]: http://www.ruby-lang.org/en/news/2013/02/22/rexml-dos-2013-02-22/
This commit is contained in:
Andrey Botalov 2013-03-10 21:26:15 +03:00
parent 0c5f68998c
commit 7a4c302ce8
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ Gem::Specification.new do |s|
s.name = "capybara"
s.rubyforge_project = "capybara"
s.version = Capybara::VERSION
s.required_ruby_version = ">= 1.9.0"
s.required_ruby_version = ">= 1.9.3"
s.authors = ["Jonas Nicklas"]
s.email = ["jonas.nicklas@gmail.com"]