Skip to content

Commit 1f8b16f

Browse files
committed
activesupport 5 doesn't support ruby < 2.2.2 that are still tested in this repo
1 parent 79884cd commit 1f8b16f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ source 'https://rubygems.org'
22

33
# Specify your gem's dependencies in html-sanitizer.gemspec
44
gemspec
5+
6+
gem "activesupport", RUBY_VERSION < "2.2.2" ? "~> 4.2.0" : ">= 5"

0 commit comments

Comments
 (0)