mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Add celerity to gemspec
This commit is contained in:
parent
c6edcf7423
commit
183da5278d
2 changed files with 3 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ Gem::Specification.new do |s|
|
|||
s.add_runtime_dependency("nokogiri", [">= 1.3.3"])
|
||||
s.add_runtime_dependency("mime-types", [">= 1.16"])
|
||||
s.add_runtime_dependency("culerity", [">= 0.2.4"])
|
||||
s.add_runtime_dependency("celerity", [">= 0.7.9"])
|
||||
s.add_runtime_dependency("selenium-webdriver", [">= 0.0.3"])
|
||||
s.add_runtime_dependency("rack", [">= 1.0.0"])
|
||||
s.add_runtime_dependency("rack-test", [">= 0.5.4"])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue