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
1 changed files with 1 additions and 2 deletions

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'