mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
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:
parent
0c5f68998c
commit
7a4c302ce8
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue