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

Depend on Culerity 0.2.4, Closes #2

This commit is contained in:
Jonas Nicklas 2009-11-24 21:28:44 +01:00
parent bac7257d77
commit 51a5a2efa2

View file

@ -18,7 +18,7 @@ $hoe = Hoe.spec 'capybara' do
self.extra_deps = [
['nokogiri', '>= 1.3.3'],
['culerity', '>= 0.2.3'],
['culerity', '>= 0.2.4'],
['selenium-webdriver', '>= 0.0.3'],
['rack', '>= 1.0.0'],
['rack-test', '>= 0.5.2'],