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:
parent
bac7257d77
commit
51a5a2efa2
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -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'],
|
||||
|
|
Loading…
Reference in a new issue