Skip to content

Commit

Permalink
Security update for nokogiri
Browse files Browse the repository at this point in the history
Kosmas committed Nov 23, 2015
1 parent 3723805 commit 5424688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capybara.gemspec
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ Gem::Specification.new do |s|
s.rubygems_version = "1.3.6"
s.summary = "Capybara aims to simplify the process of integration testing Rack applications, such as Rails, Sinatra or Merb"

s.add_runtime_dependency("nokogiri", [">= 1.3.3"])
s.add_runtime_dependency("nokogiri", [">= 1.6.6.4"])
s.add_runtime_dependency("mime-types", [">= 1.16"])
s.add_runtime_dependency("rack", [">= 1.0.0"])
s.add_runtime_dependency("rack-test", [">= 0.5.4"])

0 comments on commit 5424688

Please sign in to comment.