We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f8b16f commit 362f72dCopy full SHA for 362f72d
Gemfile
@@ -3,4 +3,5 @@ source 'https://rubygems.org'
3
# Specify your gem's dependencies in html-sanitizer.gemspec
4
gemspec
5
6
+gem "nokogiri", RUBY_VERSION < "2.1" ? "~> 1.6.0" : ">= 1.7"
7
gem "activesupport", RUBY_VERSION < "2.2.2" ? "~> 4.2.0" : ">= 5"
0 commit comments