mirror of
https://github.com/thoughtbot/capybara-webkit
synced 2023-03-27 23:22:28 -04:00
Allow the upcoming Capybara 2.14
This commit is contained in:
parent
685371079e
commit
90d3196caf
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ Gem::Specification.new do |s|
|
||||||
|
|
||||||
s.requirements << "Qt >= 4.8"
|
s.requirements << "Qt >= 4.8"
|
||||||
|
|
||||||
s.add_runtime_dependency("capybara", ">= 2.3.0", "< 2.14.0")
|
s.add_runtime_dependency("capybara", ">= 2.3.0", "< 2.15.0")
|
||||||
s.add_runtime_dependency("json")
|
s.add_runtime_dependency("json")
|
||||||
|
|
||||||
s.add_development_dependency("rspec", "~> 3.5")
|
s.add_development_dependency("rspec", "~> 3.5")
|
||||||
|
|
Loading…
Reference in a new issue