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 79884cd commit 1f8b16fCopy full SHA for 1f8b16f
Gemfile
@@ -2,3 +2,5 @@ source 'https://rubygems.org'
2
3
# Specify your gem's dependencies in html-sanitizer.gemspec
4
gemspec
5
+
6
+gem "activesupport", RUBY_VERSION < "2.2.2" ? "~> 4.2.0" : ">= 5"
0 commit comments