1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00
teamcapybara--capybara/Gemfile
2011-01-21 15:41:10 +01:00

9 lines
161 B
Ruby

source :rubygems
gem 'bundler', '~> 1.0'
gemspec
unless ENV['RACK_ENV']
@dependencies.delete_if {|d| d.name == "xpath" }
gem 'xpath', :path => 'xpath'
end