Skip to content

Commit ebfcc37

Browse files
author
Juanito Fatas
committed
k
1 parent c1c21f0 commit ebfcc37

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ source 'https://rubygems.org'
33
# Specify your gem's dependencies in html-sanitizer.gemspec
44
gemspec
55

6-
nokogiri_version = case
6+
nokogiri_version = begin
7+
case
78
when RUBY_VERSION < "2.1"
89
"~> 1.6.0"
910
when RUBY_VERSION < "2.3"

0 commit comments

Comments
 (0)