We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a15e60 commit 477535eCopy full SHA for 477535e
2 files changed
Rakefile
@@ -9,6 +9,10 @@
9
lib = File.expand_path('../lib', __FILE__)
10
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
11
12
+
13
+# XXX: https://github.com/bundler/bundler/pull/4981
14
+require 'bundler/plugin/api/source'
15
16
require 'bundler/gem_tasks'
17
require 'rake/testtask'
18
require 'rdoc/task'
appveyor.yml
@@ -4,15 +4,13 @@ clone_depth: 10
4
install:
5
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
6
- ruby --version
7
- - gem update --system
8
- gem --version
- - gem install minitest --no-document
+ - gem install minitest bundler --no-document
build_script:
- net user
- net localgroup
test_script:
- ruby -Ilib exe/rake
-
environment:
matrix:
- ruby_version: "193"
0 commit comments