Skip to content

Commit

Permalink
activesupport 5 doesn't support ruby < 2.2.2 that are still tested in…
Browse files Browse the repository at this point in the history
… this repo
  • Loading branch information
amatsuda committed Jan 11, 2017
1 parent 79884cd commit 1f8b16f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ source 'https://rubygems.org'

# Specify your gem's dependencies in html-sanitizer.gemspec
gemspec

gem "activesupport", RUBY_VERSION < "2.2.2" ? "~> 4.2.0" : ">= 5"

0 comments on commit 1f8b16f

Please sign in to comment.