mirror of
https://github.com/thoughtbot/capybara-webkit
synced 2023-03-27 23:22:28 -04:00
Install bundler Gem tasks in bundler namespace
* The release task in Bundler >= 1.3.1 depends on the build task, which conflicts with our build task, resulting in a webkit_server build instead of a gem build. [ci skip]
This commit is contained in:
parent
2687c2f31c
commit
2cd9d32849
1 changed files with 3 additions and 1 deletions
4
Rakefile
4
Rakefile
|
@ -3,7 +3,9 @@ require 'rspec/core/rake_task'
|
|||
require_relative './lib/capybara_webkit_builder'
|
||||
require 'appraisal'
|
||||
|
||||
Bundler::GemHelper.install_tasks
|
||||
namespace :bundler do
|
||||
Bundler::GemHelper.install_tasks
|
||||
end
|
||||
|
||||
desc "Generate a Makefile using qmake"
|
||||
file 'Makefile' do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue