1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00

Added more dependencies to rakefile

This commit is contained in:
Theo Hultberg and Jonas Nicklas 2009-11-16 22:07:46 +01:00 committed by Jonas Nicklas
parent 6b099a4a33
commit b5e4314178

View file

@ -17,7 +17,9 @@ $hoe = Hoe.spec 'capybara' do
self.extra_deps = [
['nokogiri', '>= 1.3.3'],
['culerity', '>= 0.2.3'],
['selenium-webdriver', '>= 0.0.3']
['selenium-webdriver', '>= 0.0.3'],
['rack', '>= 1.0.0'],
['database_cleaner', '>= 0.2.3']
]
end