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 9
9
lib = File . expand_path ( '../lib' , __FILE__ )
10
10
$LOAD_PATH. unshift ( lib ) unless $LOAD_PATH. include? ( lib )
11
11
12
+
13
+ # XXX: https://github.com/bundler/bundler/pull/4981
14
+ require 'bundler/plugin/api/source'
15
+
12
16
require 'bundler/gem_tasks'
13
17
require 'rake/testtask'
14
18
require 'rdoc/task'
Original file line number Diff line number Diff line change @@ -4,15 +4,13 @@ clone_depth: 10
4
4
install :
5
5
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
6
6
- ruby --version
7
- - gem update --system
8
7
- gem --version
9
- - gem install minitest --no-document
8
+ - gem install minitest bundler --no-document
10
9
build_script :
11
10
- net user
12
11
- net localgroup
13
12
test_script :
14
13
- ruby -Ilib exe/rake
15
-
16
14
environment :
17
15
matrix :
18
16
- ruby_version : " 193"
You can’t perform that action at this time.
0 commit comments