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

Bundler 1.1 allows Gemfile to override gemspec dependencies

This commit is contained in:
CJ Kihlbom and Jonas Nicklas 2013-02-24 18:18:12 +01:00
parent b99650d132
commit 1e3000a252

View file

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