Skip to content

Commit 477535e

Browse files
committed
workaround for bundler-1.13.1
1 parent 2a15e60 commit 477535e

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Rakefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
lib = 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+
1216
require 'bundler/gem_tasks'
1317
require 'rake/testtask'
1418
require 'rdoc/task'

appveyor.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,13 @@ clone_depth: 10
44
install:
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
109
build_script:
1110
- net user
1211
- net localgroup
1312
test_script:
1413
- ruby -Ilib exe/rake
15-
1614
environment:
1715
matrix:
1816
- ruby_version: "193"

0 commit comments

Comments
 (0)