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 f77dfa5 commit a404affCopy full SHA for a404aff
Gemfile
@@ -3,16 +3,5 @@ source 'https://rubygems.org'
3
# Specify your gem's dependencies in html-sanitizer.gemspec
4
gemspec
5
6
-nokogiri_version = begin
7
- case
8
- when RUBY_VERSION < "2.1"
9
- "~> 1.6.0"
10
- when RUBY_VERSION < "2.3"
11
- "~> 1.9.1"
12
- else
13
- ">= 1.10.0"
14
- end
15
-end
16
-
17
-gem "nokogiri", nokogiri_version
+gem "nokogiri", ">= 1.10.0"
18
gem "activesupport", RUBY_VERSION < "2.2.2" ? "~> 4.2.0" : ">= 5"
0 commit comments