File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 99lib = File . expand_path ( '../lib' , __FILE__ )
1010$LOAD_PATH. unshift ( lib ) unless $LOAD_PATH. include? ( lib )
1111
12+
13+ # XXX: https://github.com/bundler/bundler/pull/4981
14+ require 'bundler/plugin/api/source'
15+
1216require 'bundler/gem_tasks'
1317require 'rake/testtask'
1418require 'rdoc/task'
Original file line number Diff line number Diff line change @@ -4,15 +4,13 @@ clone_depth: 10
44install :
55 - SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
66 - ruby --version
7- - gem update --system
87 - gem --version
9- - gem install minitest --no-document
8+ - gem install minitest bundler --no-document
109build_script :
1110 - net user
1211 - net localgroup
1312test_script :
1413 - ruby -Ilib exe/rake
15-
1614environment :
1715 matrix :
1816 - ruby_version : " 193"
You can’t perform that action at this time.
0 commit comments