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:
parent
b99650d132
commit
1e3000a252
1 changed files with 1 additions and 2 deletions
3
Gemfile
3
Gemfile
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue