1
0
Fork 0
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:
Thomas Walpole 2017-04-30 12:57:26 -07:00 committed by Matthew Horan
parent 685371079e
commit 90d3196caf

View file

@ -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")