Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #214 from rails/allow-rails-dom-testing-2
Allow rails-dom-testing 2
  • Loading branch information
kaspth committed Jan 16, 2016
2 parents df27b19 + 04fc4cb commit 30c0eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jquery-rails.gemspec
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.add_dependency "railties", ">= 4.2.0"
s.add_dependency "thor", ">= 0.14", "< 2.0"

s.add_dependency "rails-dom-testing", "~> 1.0"
s.add_dependency "rails-dom-testing", ">= 1", "< 3"

s.files = `git ls-files`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
Expand Down

0 comments on commit 30c0eb5

Please sign in to comment.