Skip to content

Commit

Permalink
Added more dependencies to rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Theo Hultberg and Jonas Nicklas authored and jnicklas committed Nov 16, 2009
1 parent 6b099a4 commit b5e4314
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b5e4314

Please sign in to comment.