We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1c21f0 commit ebfcc37Copy full SHA for ebfcc37
Gemfile
@@ -3,7 +3,8 @@ source 'https://rubygems.org'
3
# Specify your gem's dependencies in html-sanitizer.gemspec
4
gemspec
5
6
-nokogiri_version = case
+nokogiri_version = begin
7
+ case
8
when RUBY_VERSION < "2.1"
9
"~> 1.6.0"
10
when RUBY_VERSION < "2.3"
0 commit comments