Skip to content

Commit

Permalink
Limit activesupport < 4.1 for ruby 1.9.3+
Browse files Browse the repository at this point in the history
  • Loading branch information
rymohr committed May 16, 2014
1 parent 5e7fd65 commit afd832e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html-pipeline.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |gem|
gem.require_paths = ["lib"]

gem.add_dependency "nokogiri", RUBY_VERSION < "1.9.2" ? [">= 1.4", "< 1.6"] : "~> 1.4"
gem.add_dependency "activesupport", RUBY_VERSION < "1.9.3" ? [">= 2", "< 4"] : ">= 2"
gem.add_dependency "activesupport", RUBY_VERSION < "1.9.3" ? [">= 2", "< 4"] : [">= 2", "< 4.1"]

gem.post_install_message = <<msg
-------------------------------------------------
Expand Down

0 comments on commit afd832e

Please sign in to comment.