Skip to content

Commit f29b467

Browse files
committed
Bump Activesupport dependency to version >= 2
1 parent 3518bbb commit f29b467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html-pipeline.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Gem::Specification.new do |gem|
1616
gem.require_paths = ["lib"]
1717

1818
gem.add_dependency "nokogiri", ">= 1.4"
19-
gem.add_dependency "activesupport", [">= 2", "< 5"]
19+
gem.add_dependency "activesupport", ">= 2"
2020

2121
gem.post_install_message = <<msg
2222
-------------------------------------------------

0 commit comments

Comments
 (0)