Skip to content

Commit

Permalink
Release gem dependencies from pessimism
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh authored May 9, 2017
1 parent caae530 commit faf6f69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rails-dom-testing.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ Gem::Specification.new do |spec|
spec.test_files = Dir["test/**/*"]
spec.require_paths = ["lib"]

spec.add_dependency "nokogiri", "~> 1.6"
spec.add_dependency "activesupport", ">= 4.2.0", "< 6.0"
spec.add_dependency "nokogiri", ">= 1.6"
spec.add_dependency "activesupport", ">= 4.2.0"

spec.add_development_dependency "bundler", "~> 1.3"
spec.add_development_dependency "bundler", ">= 1.3"
spec.add_development_dependency "rake"
spec.add_development_dependency "minitest"
end

0 comments on commit faf6f69

Please sign in to comment.