Skip to content

Commit

Permalink
Merge pull request #161 from ruby/fix-latest-bundler
Browse files Browse the repository at this point in the history
Fix test fail caused by bundler-1.13.x
  • Loading branch information
hsbt authored Sep 16, 2016
2 parents 038cef6 + b4ddc3a commit 7b3ee9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
lib = File.expand_path("../lib", __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

# XXX: https://github.com/bundler/bundler/pull/4981
require "bundler/plugin/api/source"

require "bundler/gem_tasks"
require "rake/testtask"
require "rdoc/task"
Expand Down
4 changes: 1 addition & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@ clone_depth: 10
install:
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
- ruby --version
- gem update --system
- 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"
Expand Down

0 comments on commit 7b3ee9b

Please sign in to comment.