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 3c00eda commit de0e8f6Copy full SHA for de0e8f6
html-pipeline.gemspec
@@ -21,7 +21,7 @@ Gem::Specification.new do |gem|
21
gem.add_dependency "sanitize", RUBY_VERSION < "1.9.2" ? [">= 2", "< 2.0.4"] : "~> 2.0"
22
gem.add_dependency "rinku", "~> 1.7"
23
gem.add_dependency "escape_utils", "~> 0.3"
24
- gem.add_dependency "activesupport", RUBY_VERSION < "1.9.3" ? [">= 2", "< 4"] : ">= 2"
25
+ gem.add_development_dependency "activesupport", RUBY_VERSION < "1.9.3" ? [">= 2", "< 4"] : ">= 2"
26
gem.add_development_dependency "github-linguist", "~> 2.6.2"
27
end
0 commit comments