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

Remove ruby-debug as requested.

This commit is contained in:
Matt Colyer 2011-08-10 18:01:27 -07:00
parent 9cf2fc4414
commit a507326647

View file

@ -1,7 +1,6 @@
source :rubygems
gem 'bundler', '~> 1.0'
gem "ruby-debug"
gemspec
@dependencies.delete_if {|d| d.name == "xpath" }